-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathChangelog
231 lines (147 loc) · 7.78 KB
/
Changelog
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
jpnevulator (2.3.6); urgency=low
* Fix potential buffer overflow problem.
* Added dependency on misc.h.
* Fix spelling errors in manual page.
* Clarify a bit more why a certain part of the code does exist to do nothing
in certain cases.
* Updated FAQ that more than one question is answered. Two, yes two
questions answered. Crazy!! It is like that for a mighty long
time already, but now the FAQ knows too. :)
-- Freddy Spierenburg <[email protected]> Tue, 28 Jul 2020 12:39:34 +0200
jpnevulator (2.3.5); urgency=low
* (Martin Blumenstingl) Added cross compilation and Android (NDK) build
support.
* Remove debian files. Moved them to their own repository at
https://github.com/snarlistic/jpnevulator-debian.
-- Freddy Spierenburg <[email protected]> Fri, 08 May 2020 21:58:20 +0200
jpnevulator (2.3.4); urgency=low
* Note to self: drink less beer during a software release. Now everything
is in sync and I can release a proper version of the software. Stupid me!
Please see version 2.3.2 for the real changes in this release and
understand that 2.3.2, 2.3.3 and 2.3.4 are all the same.
-- Freddy Spierenburg <[email protected]> Sat, 27 Aug 2016 01:23:01 +0200
jpnevulator (2.3.3); urgency=low
* Played a bit with Git tags, fucked up and now trying to correct the mess.
-- Freddy Spierenburg <[email protected]> Sat, 27 Aug 2016 01:08:25 +0200
jpnevulator (2.3.2); urgency=low
* Added a .gitignore to the project.
* Added an extra question to the FAQ.
* Fixed some minor code style issues.
* Fixed the copyright notice, we way into 2016.
* Updated to Debian Standards-Version 3.9.8.
-- Freddy Spierenburg <[email protected]> Sat, 27 Aug 2016 01:05:54 +0200
jpnevulator (2.3.1); urgency=low
* Moved the --base option to the generic options section instead of the
read options section.
-- Freddy Spierenburg <[email protected]> Mon, 14 Dec 2015 00:31:08 +0100
jpnevulator (2.3.0); urgency=low
* Fixed lintian warning (out-of-date-standards-version). Thank you Paul
Slootman!
* Added the --base option, a re-implementation of the patch Ark444
sent me in my first GitHub Pull Request.
-- Freddy Spierenburg <[email protected]> Sun, 13 Dec 2015 22:37:37 +0100
jpnevulator (2.2.1); urgency=low
* Applied bugfix by David Binderman that fixed two stupid bugs in
testing if a correct integer was given to the --width and --size options.
Shame on me, the bug was there ever since the very first release.
* Fixed some minor space usage in the README, as if anybody cares. ;)
* Rolf Freitag suggested to remove the calls to fcntl() and cfmakeraw() in
ttyOpen(). No longer will jpnevulator remove the parity settings made by
stty(1).
-- Freddy Spierenburg <[email protected]> Tue, 29 Sep 2015 21:18:55 +0200
jpnevulator (2.2.0); urgency=low
* Applied patch by Colin Foster that provides --append support. Thank
you very much Colin!
* Added threading suggestion to BUGS and TODO list. Idea provided by Colin
Foster and Rolf Freitag. Thanks guys!
-- Freddy Spierenburg <[email protected]> Tue, 07 Oct 2014 19:00:24 +0200
jpnevulator (2.1.3); urgency=low
* Fixed debian/changelog since it was missing the information on closing
Debian bug #748568.
-- Freddy Spierenburg <[email protected]> Tue, 05 Aug 2014 21:39:36 +0200
jpnevulator (2.1.2); urgency=low
* Jonathan Liu requested an increase in interface name and alias length:
"Buffer size 32 is too small for /dev/serial/by-id/... devices."
-- Freddy Spierenburg <[email protected]> Thu, 12 Jun 2014 18:49:13 +0200
jpnevulator (2.1.1); urgency=low
* Fixed segmentation fault using -o option and checked if any other
option had the same problem, which of course turned out to be the
case.
-- Freddy Spierenburg <[email protected]> Mon, 06 Aug 2012 21:20:35 +0200
jpnevulator (2.1.0); urgency=low
* Fixed lintian problems.
* Added support for --count option. This makes the software exit after
reading / writing the given amount of bytes.
-- Freddy Spierenburg <[email protected]> Sun, 05 Aug 2012 22:47:38 +0200
jpnevulator (2.0.3); urgency=low
* Fixed help output, --control-enable should be --control and options
should be using a '=' character in between option and value. Thanks
to Gustavo Conrad for sending me a bug report!
-- Freddy Spierenburg <[email protected]> Wed, 09 May 2012 21:25:05 +0200
jpnevulator (2.0.2); urgency=low
* Fixed small --timing-delta bug.
-- Freddy Spierenburg <[email protected]> Tue, 17 Apr 2012 18:51:18 +0200
jpnevulator (2.0.1); urgency=low
* This time increased the software version number for real. :(
* Fixed a small time output bug.
-- Freddy Spierenburg <[email protected]> Mon, 16 Apr 2012 18:25:08 +0200
jpnevulator (2.0.0); urgency=low
* Added pseudo-terminal device support.
* Added support to monitor modem control bits.
* Fixed typo in manual page.
-- Freddy Spierenburg <[email protected]> Sun, 15 Apr 2012 23:26:33 +0200
jpnevulator (1.3.1); urgency=low
* Fixed spelling error in TODO file.
* Fixed typo in manual page.
* Fixed typo and current home address in README file.
* Fixed many many Debian lintian errors and even some compile warnings.
* Finally added a FAQ file.
-- Freddy Spierenburg <[email protected]> Sat, 21 Jan 2012 23:54:20 +0100
jpnevulator (1.3.0); urgency=low
* Added the --pass option. A great idea mailed to me by Ardor.
* Nicely use bool_t in a consequent manner.
* Fixed a stupid typo bug in tty.h. It only became a compiler bug
* since I now changed the tty variable into ttyReader. Stupid me!
-- Freddy Spierenburg <[email protected]> Wed, 22 Apr 2009 19:08:22 +0200
jpnevulator (1.2.3); urgency=low
* Fixed some typo's in debian/control.
* FIxed some typo's in the manual page and the files BUGS and README.
-- Freddy Spierenburg <[email protected]> Fri, 21 Jul 2006 15:17:52 +0200
jpnevulator (1.2.2); urgency=low
* Fixed some compiler warnings; isblank() and combination printf() and
sizeof().
-- Freddy Spierenburg <[email protected]> Mon, 17 Jul 2006 00:04:54 +0200
jpnevulator (1.2.1); urgency=low
* Compressed manual page with best compression.
* Changed description in Debian control file.
-- Freddy Spierenburg <[email protected]> Sun, 25 Jun 2006 16:06:32 +0200
jpnevulator (1.2.0); urgency=low
* Fixed small bug in list.c; listDestory() should also zero
the number of elements in the list.
* Fixed a bug; the --byte-count option now works correct.
* Added a timeout for the display of ASCII data.
-- Freddy Spierenburg <[email protected]> Sun, 25 Jun 2006 14:05:43 +0200
jpnevulator (1.1.0); urgency=low
* Added support for --delay-byte. This option waits the given amount of
microseconds in between the sending of every input byte.
* Renamed the --delay option to --delay-line.
-- Freddy Spierenburg <[email protected]> Sat, 03 Jun 2006 10:54:03 +0200
jpnevulator (1.0.3); urgency=low
* Added support for --byte-count. This option writes a nice index
number of the bytes received.
* Written a nice manual page.
-- Freddy Spierenburg <[email protected]> Sat, 03 Jun 2006 02:41:12 +0200
jpnevulator (1.0.2); urgency=medium
* Added support for aliasing of the tty names in the printing. Just
give --tty "/dev/ttyS0:Motorola MTM800" and the printing of data
will use Motorola MTM800 instead of /dev/ttyS0. If you need another
separator then ':' use the --alias-separator option. Any string of
characters can be used.
-- Freddy Spierenburg <[email protected]> Thu, 01 Jun 2006 21:42:09 +0200
jpnevulator (1.0.1); urgency=medium
* Bugfix. Using one tty the --timing-print option didn't worked correctly
anymore.
-- Freddy Spierenburg <[email protected]> Thu, 01 Jun 2006 11:35:10 +0200
jpnevulator (1.0.0); urgency=low
* Initial release.
-- Freddy Spierenburg <[email protected]> Tue, 30 May 2006 21:56:54 +0200