forked from codepox/picocom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
274 lines (193 loc) · 7.85 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
------------------------------------------------------------------------
r29 | [email protected] | 2012-02-21 15:22:52 +0200 (Tue, 21 Feb 2012) | 3 lines
Changed paths:
A /tags/1.7 (from /trunk:28)
Tagged release 1.7
------------------------------------------------------------------------
r28 | [email protected] | 2012-02-21 15:19:00 +0200 (Tue, 21 Feb 2012) | 2 lines
Changed paths:
D /trunk/NEWS
Removed historic NEWS file
------------------------------------------------------------------------
r27 | [email protected] | 2012-02-21 15:08:18 +0200 (Tue, 21 Feb 2012) | 3 lines
Changed paths:
M /trunk/CONTRIBUTORS
Updated contributors
------------------------------------------------------------------------
r26 | [email protected] | 2012-02-21 10:53:42 +0200 (Tue, 21 Feb 2012) | 3 lines
Changed paths:
M /trunk/picocom.8
M /trunk/picocom.8.html
M /trunk/picocom.8.ps
M /trunk/picocom.8.xml
Updated manual
------------------------------------------------------------------------
r25 | [email protected] | 2012-02-21 08:40:56 +0200 (Tue, 21 Feb 2012) | 3 lines
Changed paths:
M /trunk/picocom.c
Added O_NOCTTY when opening serial port
------------------------------------------------------------------------
r24 | [email protected] | 2012-02-21 08:30:08 +0200 (Tue, 21 Feb 2012) | 4 lines
Changed paths:
M /trunk/picocom.c
Instead of select(FD_SETSIZE...) do select(tty_fd + 1...).
We know that tty_fd is the numerically largest filedes.
------------------------------------------------------------------------
r23 | [email protected] | 2012-02-21 08:24:49 +0200 (Tue, 21 Feb 2012) | 4 lines
Changed paths:
M /trunk/picocom.c
Handle the case when read(tty_fd) or read(STI) fails
with EAGAIN or EWOULDBLOCK
------------------------------------------------------------------------
r22 | [email protected] | 2012-02-21 07:42:24 +0200 (Tue, 21 Feb 2012) | 3 lines
Changed paths:
M /trunk/Makefile
Factor-out UUCP_LOCK_DIR in Makefile for easier overriding by builder
------------------------------------------------------------------------
r21 | [email protected] | 2012-02-21 07:13:24 +0200 (Tue, 21 Feb 2012) | 3 lines
Changed paths:
M /trunk/picocom.c
Add conditionals to allow compile with UUCP_LOCK_DIR undefined
------------------------------------------------------------------------
r20 | nick.patavalis | 2010-06-24 22:54:23 +0300 (Thu, 24 Jun 2010) | 6 lines
Changed paths:
M /trunk/picocom.c
Corrected typo tha caused the send command to be run instead
of the receive command when a filename was given.
(fixes issue 5)
------------------------------------------------------------------------
r19 | nick.patavalis | 2010-06-24 22:50:18 +0300 (Thu, 24 Jun 2010) | 3 lines
Changed paths:
M /tags/1.6/CHANGES.old
M /tags/1.6/picocom.c
Reverted r18 which was mistakenly applied to the tag
------------------------------------------------------------------------
r18 | nick.patavalis | 2010-06-24 22:44:44 +0300 (Thu, 24 Jun 2010) | 6 lines
Changed paths:
M /tags/1.6/picocom.c
Corrected a typo that caused the send command to be run instead of
the receive command, if a filename was given.
(fixes issue 5)
------------------------------------------------------------------------
r17 | nick.patavalis | 2010-06-13 00:10:22 +0300 (Sun, 13 Jun 2010) | 3 lines
Changed paths:
M /trunk/picocom.c
Reverted changes to picocom.c applied, by mistake, in r16
------------------------------------------------------------------------
r16 | nick.patavalis | 2010-06-12 23:41:01 +0300 (Sat, 12 Jun 2010) | 3 lines
Changed paths:
M /trunk/Makefile
M /trunk/picocom.c
Incremented version to 1.7
------------------------------------------------------------------------
r15 | nick.patavalis | 2010-06-12 23:40:28 +0300 (Sat, 12 Jun 2010) | 3 lines
Changed paths:
A /tags/1.6 (from /trunk:14)
Tagged release 1.6
------------------------------------------------------------------------
r14 | nick.patavalis | 2010-05-29 05:47:00 +0300 (Sat, 29 May 2010) | 10 lines
Changed paths:
M /trunk/picocom.c
Added features:
- Local echo
- Configurable input mapping (CR --> LF, DEL --> BS, etc)
- Configurable output mapping
- Configurable local-echo mapping
May still need some testing...
------------------------------------------------------------------------
r13 | nick.patavalis | 2010-05-29 02:08:24 +0300 (Sat, 29 May 2010) | 2 lines
Changed paths:
M /trunk/picocom.8
M /trunk/picocom.8.html
M /trunk/picocom.8.ps
M /trunk/picocom.8.xml
Fixed URL in man page
------------------------------------------------------------------------
r12 | nick.patavalis | 2010-05-29 01:41:19 +0300 (Sat, 29 May 2010) | 3 lines
Changed paths:
M /trunk/term.c
Fixed misconception that prevented the correct setting
of the odd-parity mode
------------------------------------------------------------------------
r11 | nick.patavalis | 2010-05-29 01:39:52 +0300 (Sat, 29 May 2010) | 2 lines
Changed paths:
M /trunk/Makefile
Incremented version to 1.6
------------------------------------------------------------------------
r10 | nick.patavalis | 2010-05-28 23:04:22 +0300 (Fri, 28 May 2010) | 2 lines
Changed paths:
A /tags/1.5 (from /trunk:9)
Tagged 1.5 release
------------------------------------------------------------------------
r9 | nick.patavalis | 2010-05-28 04:39:32 +0300 (Fri, 28 May 2010) | 2 lines
Changed paths:
M /trunk/CONTRIBUTORS
Updated contributors
------------------------------------------------------------------------
r8 | nick.patavalis | 2010-05-28 04:34:18 +0300 (Fri, 28 May 2010) | 5 lines
Changed paths:
M /trunk/picocom.c
Allow non-alpha escape keys (e.g. C-])
Thanks Niels Moller
------------------------------------------------------------------------
r7 | nick.patavalis | 2010-05-28 04:12:12 +0300 (Fri, 28 May 2010) | 6 lines
Changed paths:
M /trunk/Makefile
M /trunk/picocom.c
M /trunk/term.c
Enabled support for higher baudrates up to 921600. Support is
compiled-in conditionally on the HIGH_BAUD macro.
Thanks to Pavel Vymetalek
------------------------------------------------------------------------
r6 | nick.patavalis | 2010-05-28 03:42:57 +0300 (Fri, 28 May 2010) | 2 lines
Changed paths:
M /trunk/Makefile
Incremented version number to 1.5
------------------------------------------------------------------------
r5 | nick.patavalis | 2010-05-28 03:42:21 +0300 (Fri, 28 May 2010) | 2 lines
Changed paths:
M /trunk/picocom.c
Silenced compiler warning
------------------------------------------------------------------------
r4 | nick.patavalis | 2010-05-28 03:38:55 +0300 (Fri, 28 May 2010) | 5 lines
Changed paths:
M /trunk/picocom.c
M /trunk/term.h
Changed default send_cmd to "sz -vv"
(fixes issue 3)
------------------------------------------------------------------------
r3 | nick.patavalis | 2010-05-28 03:22:25 +0300 (Fri, 28 May 2010) | 2 lines
Changed paths:
D /trunk/CHANGES
A /trunk/CHANGES.old (from /trunk/CHANGES:2)
Renamed CHANGES to CHANGES.old (change log from old repository)
------------------------------------------------------------------------
r2 | nick.patavalis | 2010-05-28 03:17:52 +0300 (Fri, 28 May 2010) | 1 line
Changed paths:
A /trunk/CHANGES
A /trunk/CONTRIBUTORS
A /trunk/LICENSE.txt
A /trunk/Makefile
A /trunk/NEWS
A /trunk/README
A /trunk/TODO
A /trunk/pcasc
A /trunk/pcxm
A /trunk/pcym
A /trunk/pczm
A /trunk/picocom.8
A /trunk/picocom.8.html
A /trunk/picocom.8.ps
A /trunk/picocom.8.xml
A /trunk/picocom.c
A /trunk/term.c
A /trunk/term.h
Imported 1.4 source
------------------------------------------------------------------------
r1 | (no author) | 2009-07-15 15:01:42 +0300 (Wed, 15 Jul 2009) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
Initial directory structure.
------------------------------------------------------------------------