Skip to content

Commit

Permalink
Bump to version 0.22.2.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mchehab committed Apr 29, 2019
1 parent d454f2e commit 4b35752
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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], [[email protected]])
AC_INIT([zbar], [0.22.2], [[email protected]])
m4_ifndef([AC_LANG_DEFINES_PROVIDED],
[m4_define([AC_LANG_DEFINES_PROVIDED])])
AC_CONFIG_AUX_DIR(config)
Expand Down

0 comments on commit 4b35752

Please sign in to comment.