diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-30 15:27:09 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-30 15:27:46 +0100 |
commit | 4894c060b297a46c968216b44cc02592e345498d (patch) | |
tree | 06de502195a42c380dbfba73c04dec5e52eb24ec | |
parent | 0ad12329a7a4dc89ae63e8b032badf559b4f5550 (diff) |
releasing v1.11v1.11
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/include/extractor.h | 2 |
3 files changed, 15 insertions, 10 deletions
@@ -1,7 +1,12 @@ +Sat 30 Jan 2021 03:25:35 PM CET + Fix #6709: mask SIGPIPE to avoid test case failure + with latest librpm. Remove plibc.h logic. + Releasing GNU libextractor 1.11. -CG + Thu Oct 29 09:20:41 PM CET 2020 - Fix #6613: test failure with latest exiv2 library - (harmless). Add hard timeout for zzuf test suite - on systems where timeout command exists. -CG + Fix #6613: test failure with latest exiv2 library + (harmless). Add hard timeout for zzuf test suite + on systems where timeout command exists. -CG Thu Jul 2 15:58:16 CEST 2020 Fixed some code that called deprecated libav routines. @@ -18,7 +23,7 @@ Mon 29 Jul 2019 05:57:04 PM CEST Fix build issue with exiv2-0.27 (#5820). -AS (via Gentoo) Mon 13 May 2019 07:42:19 AM CEST - Consistently use AS_IF and AS_CASE in configure.ac. -CG + Consistently use AS_IF and AS_CASE in configure.ac. -CG Sun 12 May 2019 01:56:56 PM CEST Updated French translation. -CG @@ -569,7 +574,7 @@ Thu Aug 18 21:18:28 PDT 2005 Made quotations match GNU standards. Sat Aug 13 18:41:02 PDT 2005 - Fixed problems with ole2 extractor. Also removed + Fixed problems with ole2 extractor. Also removed requirement for static version of glib (!). Releasing libextractor 0.5.3. @@ -616,7 +621,7 @@ Fri May 6 14:54:58 EST 2005 (important for systems with not that much memory). Fri May 6 06:02:02 EST 2005 - Added Python binding. + Added Python binding. Tue Apr 5 17:22:28 EST 2005 Added translation to Kinyarwanda. @@ -936,8 +941,8 @@ Sun Jun 2 22:49:17 EST 2002 with libhtmlparse). Released v0.0.2. Sat May 25 16:56:59 EST 2002 - Added building of a description from artist, - title and album, fixed bugs. + Added building of a description from artist, + title and album, fixed bugs. Tue May 21 22:24:07 EST 2002 Added removing of duplicates, splitting keywords, diff --git a/configure.ac b/configure.ac index 3c9b972..456287a 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # # AC_PREREQ(2.61) -AC_INIT([libextractor], [1.10], [bug-libextractor@gnu.org]) +AC_INIT([libextractor], [1.11], [bug-libextractor@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/include/extractor.h b/src/include/extractor.h index 3e6c098..78fe627 100644 --- a/src/include/extractor.h +++ b/src/include/extractor.h @@ -35,7 +35,7 @@ extern "C" { * 0.2.6-1 => 0x00020601 * 4.5.2-0 => 0x04050200 */ -#define EXTRACTOR_VERSION 0x01080001 +#define EXTRACTOR_VERSION 0x010B0000 #include <stdio.h> |