www.pudn.com > qrencode-2.0.0.rar > ChangeLog
2008.01.23 Kentaro FUKUCHI* qrencode.1.in, Makefile.am, configure.ac: - Manpage of qrencode has been added. * qrenc.c, tests/view_qrcode.c: - Usage message has been updated. 2008.01.18 Kentaro FUKUCHI * split.c: - Bug fixes. * tests/test_split.c: - Followed recent API changes. - Added new test "test_toupper()". * qrenc.c, tests/view_qrcode.c: - Source-level compatiblity has been improved. - view_qrcode now accepts stdin like qrencode. - Usage message has been updated/fixed. * Copyright year has been updated. 2008.01.16 Kentaro FUKUCHI * qrinput.c, split.c: - Case-sensitive mode becomes now default mode. - Alphabet-Numeric mode now encodes only upper-case alphabet and numeric characters. If "-i" option is given, split.c converts lower-case characters to upper-case characters at first. * qrenc.c, tests/view_qrcode.c: - Case-sensitive mode becomes now default mode. - Option "-i" has been added. 2007.12.14 Kentaro FUKUCHI * tests/test_qrencode.c: - New test has been added. * tests/view_qrcode.c: - Options supported. - Default mask is now -1 (auto). 2007.12.13 Kentaro FUKUCHI * qrencode.[ch]: - QRcode_writeFormatInformation now returns a number of dark modules. * mask.c: - The mask evaluation function now writes format information before evaluation. (Philippe Delcroix) * split.[ch]: - Case-sensitive mode has been added to QRcode_encodeString(). - "-8" option has been added to qrenc.c. - "-c" now encodes in improved case-sensitive mode. * tests/test_{split,qrencode}.c: - test_split*() have been moved to test_split.c. 2007.12.10 Kentaro FUKUCHI * Bumped version to 2.0.0. * Merged to main trunk. * mask.[ch], split.[ch]: - Masking functions and splitString functions are separated from qrencode.c. * mqrspec.[ch]: - Specification of Micro QR code has been added, but not used yet. 2007.03.24 Kentaro FUKUCHI * Bumped version to 1.0.2. 2007.03.24 Kentaro FUKUCHI * qrencode.c (QRcode_splitStringToQRinput): - a small bug fix. (Thanks to NANKI Haruo) * qrencode.h: - "extern "C"" barrier has been added for C++. * test/view_qrcode.c: - a typo fix. 2006.12.27 Kentaro FUKUCHI * Bumped version to 1.0.1. 2006.12.27 Kentaro FUKUCHI * qrenc.c, qrencode.[ch]: - Added force 8-bit encoding mode. * Makefile.am : - Automake/Autoconf files have been added to dist-package. 2006.12.17 Kentaro FUKUCHI * qrencode_inner.h, qrencode.c: - Removed unused member variable "b2" from QRRawCode. * configure.ac, Makefile.am, acinclude.m4: - Better configuration of libpng. (now uses pkg-config correctly) 2006.12.02 Kentaro FUKUCHI * Bumped version to 1.0.0.