diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-29 08:02:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-29 08:02:26 -0300 |
commit | 4b357528f6781374923edca7c070226caff67b49 (patch) | |
tree | a87b5c80a41d3b63355c841096cfc227549afc89 | |
parent | d454f2eeb90502bbad2ea93d1585eb1fbe0ea391 (diff) |
Bump to version 0.22.2.0.22.2
This version fixes some issues at the build system, in order to
properly detect and work with Java 11, solve some issues at
./configure and some other fixes for Windows MinGW build.
No functional changes.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,14 @@ +0.22.2: + + * Improve some pkg check logic, in order to solve some + ./configure issues + * Fix logic that allows disabling Qt support + * Add support for Java 11 detection + * Fix Java detection logic + * Fix Travis CI breakages due to the usage of Java 11 on Debian Sid + * Fix some issues with MinGW Windows build + * Search for new ImageMagick 7 header location + 0.22.1: * Ensure that version.xml and reldate.xml will be placed at the source dir @@ -8,7 +19,7 @@ * Windows: Check for clock_gettime on pthread library as well * Windows: Specify correct path to barcode.png * Windows: Include windows.h for vfw - * Makefile.am: Add missing extra-dist-file. + * Makefile.am: Add missing extra-dist-file * configure.ac: allow building libzbar-qt as a static library 0.22: diff --git a/configure.ac b/configure.ac index 58ca14c..407f26a 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.22.1], [mchehab+samsung@kernel.org]) +AC_INIT([zbar], [0.22.2], [mchehab+samsung@kernel.org]) m4_ifndef([AC_LANG_DEFINES_PROVIDED], [m4_define([AC_LANG_DEFINES_PROVIDED])]) AC_CONFIG_AUX_DIR(config) |