[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libextractor] 03/03: releasing v1.11
From: |
gnunet |
Subject: |
[libextractor] 03/03: releasing v1.11 |
Date: |
Sat, 30 Jan 2021 15:28:49 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository libextractor.
commit 4894c060b297a46c968216b44cc02592e345498d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 30 15:27:09 2021 +0100
releasing v1.11
---
ChangeLog | 21 +++++++++++++--------
configure.ac | 2 +-
src/include/extractor.h | 2 +-
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index afbcecc..a1ba981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.