0.3.1
	- Fixed an incorrect encoding issue

2021-12-09  Reimar Döffinger <Reimar.Doeffinger@gmx.de>

0.3.0
	- Fixed incorrect open mode, leading to
	  corrupted output files at least on Windows
	- Removed various unused Image* functions even
          though they were exported by the .so before

2017-07-06  Reimar Döffinger <Reimar.Doeffinger@gmx.de>

0.2.7
	- Fixed versioning in distributed package
	- Bugfix release

2016-08-19  Reimar Döffinger <Reimar.Doeffinger@gmx.de>

0.2.6
	- Fixed a bug where data was omitted from barcode
	  because algorithm chose the wrong barcode length.
	- Partial support for GS1 encoding
	- Several code cleanups

2016-08-16  Reimar Döffinger <Reimar.Doeffinger@gmx.de>

0.2.5
	- Fix EDIFACT encoding
	- Support output as UTF-8
	- Minor code warning cleanup

2015-06-24  Reimar Döffinger <Reimar.Doeffinger@gmx.de>

0.2.4
	- Install library for use by 3rd party applications (Jim Evins)
	- Enable AM_SILENT_RULES if available
	- Make make check work (Hugh Sasse)
	- Error out if libpopt or zlib is missing (Hugh Sasse)
	- Maintenance release

2009-10-17  Stefan Schmidt <stefan@datenfreihafen.org>

0.2.3
	- Add test sub dir to the autotools infrastructure
	- Add manpage to the autotools infrastructure
	- Update TODO
	- Maintenance release

2008-07-21  Stefan Schmidt <stefan@datenfreihafen.org>

0.2.2
	- Switch to autotools
	- Maintenance release

2007-12-29  Stefan Schmidt <stefan@datenfreihafen.org>

0.2.1
	- Fix 'Barcode too long' bug. Thanks to Alessandro Zummo.
	- Use Lindent to start cleaning up the code mess.

2006-11-11  Stefan Schmidt <stefan@datenfreihafen.org>

0.2
	- Rewrite Makefile.
	- Documentation update.
	- Exclude double include of header files.
	- Layout cahnges. Place return value in front of function name.
	- 80 character per line.
	- Print version number before usage.
	- Tests

2006-02-06  Stefan Schmidt <stefan@datenfreihafen.org>


0.1
	- Initial release.
	- INSTALL, README, TODO, CREDITS, Makefile, LICENSE and CHANGELOG files
	  added.
	- Fix some include issues.
	- Fix some signed/unsigned issues.

2006-01-08  Stefan Schmidt <stefan@datenfreihafen.org>
