diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-09 01:28:38 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-09 01:28:38 -0200 |
commit | b43b2a87d0cf232f1d837ac8d8d14afbc802dae7 (patch) | |
tree | 8277db4419929b9eb9c71a1e9c1fed3d5d070fd6 | |
parent | a821df9029084fb6bb495b03248f6b1fec7dca21 (diff) |
ChangeLog: Add a summary of the main changes so far0.21-rc1
We're close to a final 0.21 version. Add a summary of the
main features the new version will have.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +0.21 release candidate: + + * ZBar is now using Travis CI for continuous integration tests + * Convert INSTALL and README to markdown and update them + * improve ZBar testing code and make easier to run the tests + * Fix build with Clang + * Add simple dbus IPC API to zbarcam. + * zbarimg: display only the compiled symbologies + * v4l2: make ZBar build and run on Kernels < 3.16 + * configure.ac: The pdf417 code is incomplete. Warn about that + * Add Debian packaging and Travis CI configuration + * Add barcode examples for different supported symbologies + * Several improvements at the building system + * Add support for SQ code symbology + * v4l2: add fallback for systems without v4l2_ext_controls which field + * v4l2: use device_caps instead of capabilities + * v4l2: make v4l2_request_buffers() more generic + * release video buffers after probing and request them again when needed + * Ignore ENOTTY errors when calling VIDIOC_S_CROP + * doc/Makefile.am.inc: clean html generated files + * Add --disable-doc configure option to disable building docs + * Fix function protoype to be compatible with recent libjpeg + * Wrap logical not operations into parentheses + * INSTALL: warn that autoconf should be called before configure + * code128: fix error logic + * convert: ensure that it will not use a freed value + * zbar: use g_thread_new() instead of g_tread_create() + * zbargtk: add a missing break + * gtk/zbargtk: add a missing check if zbar->window is not null + 0.20.1: * Be sure to use python2, as /usr/bin/python is being removed (or made non-functional) on some distributions |