Update messed-up changes

This commit is contained in:
Harald Oehlmann 2019-12-05 20:47:35 +01:00
parent e03d03c877
commit f8d46f8dde
2 changed files with 3191 additions and 3181 deletions

7
README
View file

@ -18,7 +18,7 @@ Composite Symbology, Data Matrix, QR Code, Maxicode, Aztec Code, EAN-13,
Micro QR, Korea Post Barcode, HIBC Code 128, HIBC Code 39, HIBC Data Matrix,
HIBC PDF417, HIBC MicroPDF417, HIBC QR Code, HIBC Aztec Code, Japanese Postal
Code, Code 49, Channel Code, Code One, Grid Matrix, FIM and Flattermarken,
Codablock-F, DotCode, Han Xin Code.
Codablock-F, DotCode, Han Xin Code, rMQR.
Output can be saved as BMP, EPS, GIF, PCX, TIF, EMF, PNG or SVG.
@ -94,11 +94,14 @@ The default of the parameter changed from 3 to 0.
Fixed bugs:
Ticket 146, 165: fix wrong encoding of RSS composite codes
Version 2.6.8 2019-11-17:
Version 2.7.0 2019-12-05:
Changes:
- Automatic height option added to qzint
- DotCode in line with new specification
- New GS1 AIs 7240, 235, 417, 7040, 8026, updated checks for 7007, 8008
- New Symbology rMQR
- QR and Qridmatrix optimisation for GB2312
- removed depreciated interface for gLabels program. Please use current interface.
Fixed bugs:
- Many improvements in composite codes

View file

@ -2651,17 +2651,24 @@ v2.6.3 - New symbology Royal Mail 4-state Mailmark. Added North America VIN
verification. Bugfixes for TIF and EMF output and escape character handling.
15/02/2018
v2.6.4 Datamatrix DMRE updated to the ISO/IEC29158 version. This is incompatible
v2.6.4 - Datamatrix DMRE updated to the ISO/IEC29158 version. This is incompatible
in the way, that the old -vers numbers for DMRE are re-assigned.
The separator of GS1-datamatrix may be switched from FNC1 to GS.
GS1 field length check AI 8009 and 7230 to 7239 currected.
v2.6.5: minor bugfixes
v2.6.5 - minor bugfixes
v2.6.6: minor Bugfixes
v2.6.6 - minor Bugfixes
v2.7.0 Allow to code ECI 3 if explicitly given for debug purposes.
New symbology rMQR.
v2.6.7 - Allow to code ECI 3 if explicitly given for debug purposes.
v2.7.0 - new features:
- Automatic height option added to qzint
- DotCode in line with new specification
- New GS1 AIs 7240, 235, 417, 7040, 8026, updated checks for 7007, 8008
- New Symbology rMQR
- QR and Gridmatrix optimisation for GB2312
- removed depreciated interface for gLabels program. Please use current interface.
7.4 Sources of Information
--------------------------