diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-20 23:09:21 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-20 23:09:21 +0200 |
commit | 6092b033b35fdcc7ee95fc366ed303f475739bfc (patch) | |
tree | 0aa2fcdd289881866bb93d26e1b40bcb8284a255 | |
parent | 92225178b1e712e3f168f12a3fbe362807d66956 (diff) |
Bump to version 0.23.10.23.1
Add the corresponging ChangeLog notes.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,19 @@ +0.23.1: + + * Add i18n translation support and add a pt_BR translation + * Change default to autodetect python and gtk versions + * Improve tests and builds on travisCI + * Some documentation updates + * Add support for binary data extraction + * Add support for raw decoding without charset conversions + * Add one shot scanning mode + * Improved OSX and iphone support + * Fix help messages + * Fix some makefile issues + * Fix error detection in video4linux read + * Fix pkgconfig for zbar-qt5 + * Fix a double-free condition + 0.23: * Windows: added support for DirectShow diff --git a/configure.ac b/configure.ac index 33f3ce0..105da09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([zbar], [0.23], [mchehab+samsung@kernel.org]) +AC_INIT([zbar], [0.23.1], [mchehab+samsung@kernel.org]) m4_ifndef([AC_LANG_DEFINES_PROVIDED], [m4_define([AC_LANG_DEFINES_PROVIDED])]) AC_CONFIG_AUX_DIR(config) |