pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/qrencode



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Dec 13 21:44:37 UTC 2011

Modified Files:
        pkgsrc/converters/qrencode: Makefile distinfo
Removed Files:
        pkgsrc/converters/qrencode/patches: patch-aa patch-libqrencode.pc.in

Log Message:
Update to 3.2.0

* Remove obsolete patches.

Changelog:
Version 3.2.0 (2011.11.26)
------------------------
* "--dpi" (or "-d") option has been added to qrencode. This option set DPI
  information in an output PNG image. (Thanks to David Dahl)
* New option "--enable-thread-safety" has been added to the configure script
  that makes the library thread-safe. It is enabled by default.
* QRcode_encodeData(), QRcode_encodeDataMQR, QRcode_encodeDataStructured() have
  been added for binary data encoding including '\0'.
* Typo and bug fixes.
* Experimental Micro QR Code support has been added.
* "--micro" (or "-M") option for Micro QR Code has been added to qrencode.
  (experimental)

Release Note:
Binary data including '\0' is now supported. To encode a binary data, give "-8"
option to qrencode, and let qrencode obtain data via standard input like
"qrencode -8 -o output.png < binary". "--dpi" and "-d" are also added to embed
DPI information to PNG file.

A bug in the mask pattern evaluation routine has been fixed. In some cases,
libqrencode may generate a different symbol from the one that was generated by
the prior libqrencode because of this bug fix, but the embedded data are not
affected. The symbols generated by the old libqrencode are valid.

Experimental support of Micro QR Code encoder has been added. Some functions
(QRcode_*MQR()) have been added to the library. The command line tool generates
Micro QR Code when "--micro" or "-M" is given.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/qrencode/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/converters/qrencode/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/converters/qrencode/patches/patch-aa
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/converters/qrencode/patches/patch-libqrencode.pc.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index