@@ -9,12 +9,14 @@ Version x.x.x (2020.xx.xx)
99* Some minor bug fixes. (Thanks to Darsey Litzenberger and Edward E.)
1010* Some performance improvements.
1111
12+
1213Version 4.1.1 (2020.9.28)
1314-------------------------
1415* Some minor bugs in Micro QR Code generation have been fixed.
1516 * The data capacity calculations are now correct. These bugs probably did not
1617 affect the Micro QR Code generation.
1718
19+
1820Version 4.1.0 (2020.8.29)
1921-------------------------
2022* Command line tool "qrencode" has been improved:
@@ -87,6 +89,7 @@ inserted unnecessary chunk to the symbol and some QR Code readers fail to read
8789it. Now the library omits the chunk and generate a symbol identical to non-
8890structured symbol.
8991
92+
9093Version 3.4.3 (2013.8.12)
9194-------------------------
9295* New option "--rle" has been added to the command line tool (Thanks to Daniel
@@ -102,6 +105,7 @@ but it makes complicated to edit the image by SVG editors. A newly introduced
102105command line option "--rle" enables RLE. RLE will not be applied if it is not
103106given.
104107
108+
105109Version 3.4.2 (2013.3.1)
106110------------------------
107111* Bug fix release. (Thanks to chisj, vlad417, Petr and Viona)
@@ -111,6 +115,7 @@ Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now
111115the bug has been fixed. Memory leak bug (#24) and insufficient string splitting
112116bug have been fixed.
113117
118+
114119Version 3.4.1 (2012.10.17)
115120--------------------------
116121* Bug fix release.
@@ -120,6 +125,7 @@ Mutual exclusion did not work correctly since 3.3.1. If your application uses
120125libqrencode in multithreaded environment, it is strongly recommended to update
121126it.
122127
128+
123129Version 3.4.0 (2012.10.15)
124130--------------------------
125131* SVG, UTF8, and ANSIUTF8 output supports have been added to the command line
@@ -134,11 +140,13 @@ elements for high-resolution text output. Long-awaited colored QR code has been
134140introduced. Try "--foreground" and "--background" options to set the colors.
135141Currently PNG and SVG supports colored output.
136142
143+
137144Version 3.3.1 (2012.4.18)
138145-------------------------
139146* Bugs in command line tool, manual, configure script, and libtool files have
140147 been fixed. (Thanks to Yutaka Niibe and Rob Ryan)
141148
149+
142150Version 3.3.0 (2012.4.1)
143151-------------------------
144152* EPS, ANSI, and ASCII text output supports have been added.
@@ -153,11 +161,13 @@ to get an ASCII-mode symbol in inverted color.
153161QRcode_APIVersion() is requested by Matthew Baker for better support of Python
154162ctypes binding. Check them out at https://code.google.com/p/libqrencode-ctypes/
155163
164+
156165Version 3.2.1 (2012.4.1)
157166------------------------
158167* Bugs in configure script and libtool file has been fixed. (Thanks to Yutaka
159168 Niibe)
160169
170+
161171Version 3.2.0 (2011.11.26)
162172--------------------------
163173* "--dpi" (or "-d") option has been added to qrencode. This option set DPI
@@ -186,6 +196,7 @@ Experimental support of Micro QR Code encoder has been added. Some functions
186196(QRcode_*MQR()) have been added to the library. The command line tool generates
187197Micro QR Code when "--micro" or "-M" is given.
188198
199+
189200Version 3.1.1 (2010.2.3)
190201------------------------
191202* A bug in the library has been fixed.
@@ -196,6 +207,7 @@ version 5 (error correction level Q and H) were affected. In many cases this
196207bug did not cause serious damage thanks to the error correction mechanism, but
197208we highly recommend you to encode symbols again using this release.
198209
210+
199211Version 3.1.0 (2009.6.6)
200212------------------------
201213* Various code cleanups and performance improves.
@@ -212,6 +224,7 @@ applications that includes only qrencode.h. If your application refers the
212224internal data representation (not recommended), see ChangeLog for further
213225information.
214226
227+
215228Version 3.0.3 (2008.6.1)
216229------------------------
217230* Portability enhancement. (Thanks to Gavan Fantom)
@@ -233,6 +246,7 @@ qrencode-3.0.3-gnulib, that contains the source code of the getopt_long().
233246Gnulib version is a test release. If you feel happy with it, please let us know
234247and the future releases will include gnulib.
235248
249+
236250Version 3.0.2 (2008.5.18)
237251-------------------------
238252* Some compile-time warnings/errors with g++ have been fixed.
@@ -241,11 +255,13 @@ Version 3.0.2 (2008.5.18)
241255 Symbols greater than version 6 were affected. (Thanks to Paul Janssesn)
242256* The "--without-tests" option has been added to the configure script.
243257
258+
244259Version 3.0.1 (2008.5.9)
245260------------------------
246261* A bug fix for non-POSIX platform. (Thanks to Paul Janssens)
247262* The RPM spec file now packages the man page correctly.
248263
264+
249265Version 3.0.0 (2008.4.30)
250266-------------------------
251267* The interface of QRencode_encodeInput() has been changed. User applications
@@ -294,6 +310,7 @@ API changes:
294310 - QRinput_getVersion
295311 - QRinput_setVersion
296312
313+
297314Version 2.0.0 (2008.1.24)
298315-------------------------
299316* "-i" option to ignore case distinctions has been added to qrencode and
@@ -325,16 +342,19 @@ going to use this library.
325342
326343Many thanks to NANKI Haruo for his suggestions.
327344
345+
328346Version 1.0.2 (2007.03.24)
329347--------------------------
330348* A small bug fix. (Thanks to NANKI Haruo)
331349* 'extern "C"' barrier has been added to qrencode.h.
332350
351+
333352Version 1.0.1 (2006.12.27)
334353--------------------------
335354* Added "force 8-bit encoding mode".
336355* Configure script finds libpng's header correctly.
337356
357+
338358Version 1.0.0 (2006.12.12)
339359--------------------------
340360* The first public release.
0 commit comments