diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-barcode/Changes')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-barcode/Changes | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-barcode/Changes b/Master/texmf-dist/doc/generic/pst-barcode/Changes index d49c293519b..5deaf6b3c0a 100644 --- a/Master/texmf-dist/doc/generic/pst-barcode/Changes +++ b/Master/texmf-dist/doc/generic/pst-barcode/Changes @@ -1,4 +1,5 @@ ----- pst-barcode.tex +0.09 2012-06-25 - using another code for loading the ps code 0.08 2011-03-10 - take care of the function interface of the pro file 0.07 2009-08-12 - take care of the function interface of the pro file 0.04 2006-07-23 - adding support for the ISBN-13 code @@ -14,7 +15,32 @@ ----- pst-barcode.pro -2011-03-12 - The error correction code for Maxicode symbols was improved. +2012-06-26 - The QR Code encoder was modified so that Micro QR Code + symbols do not require the use of raw mode. + - Support for the alphanumeric, numeric, and kanji encodings + was added to the QR Code encoder. + - The PZN symbology was extended with support + for PZN8. + - Support for the GS1 DataMatrix symbology was added. + - A bug in double digit ASCII encodation of the Data Matrix + symbology was fixed. + - The EDIFACT, C40, TEXT, and X12 encodation schemes were + removed from the Data Matrix symbology, as + these were buggy. + - Support for FNC1 character as added to the Data Matrix symbology. +2012-06-25 - The QR Code encoder was modified to select an + optimal encoder based on the data. + - A bug in the symbol size selection for + QR Code was fixed. + - The QR Code encoder was optimised by + allowing the terminator pattern to be trimmed. + - Support for the alphanumeric, numeric and + kanji encodings was added to the qrcode encoder. + - The PZN symbology was extended with support for PZN8. + - The 1.5 scale factor was removed from the + DataMatrix encoder. + +2011-03-10 - The error correction code for Maxicode symbols was improved. - Codablock F was fixed for short data inputs. - Support for the Codablock F symbology was added. - Support for the HIBC Codablock F symbology was added. |