]> git.sur5r.net Git - iec16022/blob - NEWS
Import Debian changes 0.2.4-1.2
[iec16022] / NEWS
1 0.2.4
2         - Install library for use by 3rd party applications (Jim Evins)
3         - Enable AM_SILENT_RULES if available
4         - Make make check work (Hugh Sasse)
5         - Error out if libpopt or zlib is missing (Hugh Sasse)
6         - Maintenance release
7
8 2009-10-17  Stefan Schmidt <stefan@datenfreihafen.org>
9
10 0.2.3
11         - Add test sub dir to the autotools infrastructure
12         - Add manpage to the autotools infrastructure
13         - Update TODO
14         - Maintenance release
15
16 2008-07-21  Stefan Schmidt <stefan@datenfreihafen.org>
17
18 0.2.2
19         - Switch to autotools
20         - Maintenance release
21
22 2007-12-29  Stefan Schmidt <stefan@datenfreihafen.org>
23
24 0.2.1
25         - Fix 'Barcode too long' bug. Thanks to Alessandro Zummo.
26         - Use Lindent to start cleaning up the code mess.
27
28 2006-11-11  Stefan Schmidt <stefan@datenfreihafen.org>
29
30 0.2
31         - Rewrite Makefile.
32         - Documentation update.
33         - Exclude double include of header files.
34         - Layout cahnges. Place return value in front of function name.
35         - 80 character per line.
36         - Print version number before usage.
37         - Tests
38
39 2006-02-06  Stefan Schmidt <stefan@datenfreihafen.org>
40
41
42 0.1
43         - Initial release.
44         - INSTALL, README, TODO, CREDITS, Makefile, LICENSE and CHANGELOG files
45           added.
46         - Fix some include issues.
47         - Fix some signed/unsigned issues.
48
49 2006-01-08  Stefan Schmidt <stefan@datenfreihafen.org>