mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
CLI: return ZINT_ERROR_INVALID_OPTION instead of 1 on bad option and
ZINT_WARN_INVALID_OPTION instead of 0 on ignored option; more barcode synonyms manual: append man page zint.1.pmd instead of CLI help; various tweaks and fiddlings; rMQR add ISO 23941 (released the other day but haven't got yet) man page: expand and tweak doc/Makefile: add HTML demo
This commit is contained in:
@ -21,6 +21,9 @@ Version 2.10.0.9 (dev) not released yet
|
||||
- HANXIN, QRCODE/RMQR now warn when convert to GB 18030, Shift JIS resp.
|
||||
and no ECI given
|
||||
- GRIDMATRIX no longer attempts Latin-1 conversion when no ECI given
|
||||
- CLI now returns ZINT_ERROR_INVALID_OPTION (8) on its failed option checks
|
||||
and ZINT_WARN_INVALID_OPTION (2) on ignored options
|
||||
NOTE: previously returned 1 and 0 respectively
|
||||
|
||||
Changes
|
||||
-------
|
||||
@ -74,6 +77,8 @@ Changes
|
||||
- CLI: man page moved from frontend/zint.1.gz to docs/zint.1.gz, now
|
||||
generated from docs/zint.1.pmd
|
||||
- add README.linux to root dir
|
||||
- CLI: return ZINT_ERROR_INVALID_OPTION instead of 1 on bad option and
|
||||
ZINT_WARN_INVALID_OPTION instead of 0 on ignored option
|
||||
|
||||
Bugs
|
||||
----
|
||||
|
Reference in New Issue
Block a user