SHA256
8
0
forked from pool/zxing-cpp

Accepting request 1004648 from home:cgiboudeaux:branches:devel:libraries:c_c++

Update to 1.4.0

OBS-URL: https://build.opensuse.org/request/show/1004648
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=24
This commit is contained in:
2022-09-19 16:27:40 +00:00
committed by Git OBS Bridge
parent 76be8da3bc
commit 193a463624
6 changed files with 58 additions and 1697 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon Sep 19 07:45:22 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 1.4.0. Changes since 1.3.0:
* Reader support for Micro QRCode by @corbers
* Prepared switch from std::wstring based utf16 to std::string
based utf8 results, use new ZX_USE_UTF8 macro to transition
to the upcoming 2.0 API
* Much improved 'binary' data support via new Result::bytes() API
* New Result::contentType() API returning information about the
type of content (like text vs. binary, etc.)
* Better standards conformance with respect to ECI handling,
see Results::bytesECI()
* Support for proper ECI handling across structured append
symbols (see MergeStructuredAppendResults())
* New Result::error() API with improved error handling, see also
DecodeHints::returnErrors()
* Removed all internal header files from the installed set, so
only the ReadBarcode.h based APIs are supported from here on out
* Removed all sample images from the 'source' distribution zip/tar
archives (much reduced size)
* Python read_barcode returns None if no symbol was found (might
break existing code if not checked for None before)
* Lots of little bug fixes
* Smaller per process runtime memory
* clang-13 and gcc-13 compilation fixes
* Ported Qt example code to Qt6
* Experimental multi-symbol detection support for DataMatrix when
compiled with c++-20
* Fix error in multi-symbol detection of linear codes (sometimes
reported 1 symbol as 2)
* New -bytes and -errors options in ZXingReader
* Support tryRotate for PDF417 symbols
* Check https://github.com/zxing-cpp/zxing-cpp/releases for
older changes
- Drop SLE12 conditions. The cmake package is too old
- Drop patches:
* 269.patch
* cmake-check-system-first.patch
-------------------------------------------------------------------
Mon Dec 13 14:14:53 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>