-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNEWS
83 lines (61 loc) · 2.09 KB
/
NEWS
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
0.3.1
- Fixed an incorrect encoding issue
2021-12-09 Reimar Döffinger <[email protected]>
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 <[email protected]>
0.2.7
- Fixed versioning in distributed package
- Bugfix release
2016-08-19 Reimar Döffinger <[email protected]>
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 <[email protected]>
0.2.5
- Fix EDIFACT encoding
- Support output as UTF-8
- Minor code warning cleanup
2015-06-24 Reimar Döffinger <[email protected]>
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 <[email protected]>
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 <[email protected]>
0.2.2
- Switch to autotools
- Maintenance release
2007-12-29 Stefan Schmidt <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>