10.3.0
2	- Fixed incorrect open mode, leading to
3	  corrupted output files at least on Windows
4	- Removed various unused Image* functions even
5          though they were exported by the .so before
6
72017-07-06  Reimar Döffinger <Reimar.Doeffinger@gmx.de>
8
90.2.7
10	- Fixed versioning in distributed package
11	- Bugfix release
12
132016-08-19  Reimar Döffinger <Reimar.Doeffinger@gmx.de>
14
150.2.6
16	- Fixed a bug where data was omitted from barcode
17	  because algorithm chose the wrong barcode length.
18	- Partial support for GS1 encoding
19	- Several code cleanups
20
212016-08-16  Reimar Döffinger <Reimar.Doeffinger@gmx.de>
22
230.2.5
24	- Fix EDIFACT encoding
25	- Support output as UTF-8
26	- Minor code warning cleanup
27
282015-06-24  Reimar Döffinger <Reimar.Doeffinger@gmx.de>
29
300.2.4
31	- Install library for use by 3rd party applications (Jim Evins)
32	- Enable AM_SILENT_RULES if available
33	- Make make check work (Hugh Sasse)
34	- Error out if libpopt or zlib is missing (Hugh Sasse)
35	- Maintenance release
36
372009-10-17  Stefan Schmidt <stefan@datenfreihafen.org>
38
390.2.3
40	- Add test sub dir to the autotools infrastructure
41	- Add manpage to the autotools infrastructure
42	- Update TODO
43	- Maintenance release
44
452008-07-21  Stefan Schmidt <stefan@datenfreihafen.org>
46
470.2.2
48	- Switch to autotools
49	- Maintenance release
50
512007-12-29  Stefan Schmidt <stefan@datenfreihafen.org>
52
530.2.1
54	- Fix 'Barcode too long' bug. Thanks to Alessandro Zummo.
55	- Use Lindent to start cleaning up the code mess.
56
572006-11-11  Stefan Schmidt <stefan@datenfreihafen.org>
58
590.2
60	- Rewrite Makefile.
61	- Documentation update.
62	- Exclude double include of header files.
63	- Layout cahnges. Place return value in front of function name.
64	- 80 character per line.
65	- Print version number before usage.
66	- Tests
67
682006-02-06  Stefan Schmidt <stefan@datenfreihafen.org>
69
70
710.1
72	- Initial release.
73	- INSTALL, README, TODO, CREDITS, Makefile, LICENSE and CHANGELOG files
74	  added.
75	- Fix some include issues.
76	- Fix some signed/unsigned issues.
77
782006-01-08  Stefan Schmidt <stefan@datenfreihafen.org>
79