From 1aa537a68e67f8ca4b1af353b4b9aa86238b5326 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 20 Feb 2019 07:01:47 -0300 Subject: [PATCH] Bump to version 0.22 The main focus of this version is to make zbarcam-qt a full-featured application, allowing to use all ZBar library features with a GUI interface. It also comes with an optional new feature to allow inverting the colors when parsing images. That's specially useful for QR codes, as it seems that several such barcodes come inverted. There are also some bug fixes on it. Sumary of changes: * zbarcam-qt: allow changing resolutions in real time * zbarcam-qt: better support ZBar options * zbarcam-qt: do several visual improvements * zbarcam-qt: make it remember the geometry * zbarcam-qt: allow show/hide control and options bars * zbarcam-qt: remember lastly used settings and camera controls * zbarcam-qt: allow changing ZBar decode options via GUI * Add API to allow get/set resolutions * img_scanner: add handler for color-inverted codes * img_scanner: fix get_config parameter validation * scan_video: improve logic to remove duplicated/invalid devnodes * symbol.c: fix symbol hash logic (prevents crash with QR options) * configure.ac: fix an error at libv4l2 package check * fix some typos * exit gracefully when decoding split QR codes Signed-off-by: Mauro Carvalho Chehab --- zbar.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zbar.spec b/zbar.spec index 8e73d8e..662070a 100644 --- a/zbar.spec +++ b/zbar.spec @@ -1,5 +1,5 @@ Name: zbar -Version: 0.21 +Version: 0.22 Release: 1%{?dist} Summary: Bar code reader @@ -137,7 +137,10 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/zbar-%{version}/ %{_includedir}/zbar/QZBar*.h %changelog -* Tue Feb 12 2019 Mauro Carvalho Chehab - 0.20.1-4 +* Wed Feb 20 2019 Mauro Carvalho Chehab - 0.22-1 +- Bump to version 0.22: zbarcam-qt is now a full-featured application + +* Tue Feb 12 2019 Mauro Carvalho Chehab - 0.21-1 - Bump to version 0.21: d-bus and SQ code support, improved zbarcam-qt * Sun Feb 03 2019 Fedora Release Engineering - 0.20.1-5