commit 8c47f0a5e776b1e5562194cc0d3d8cd34f3d419e
parent 2c1db6e374fbd99d503eb93142e82403ebaf52ec
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 14 Jul 2008 01:33:45 +0000
release
Diffstat:
3 files changed, 9 insertions(+), 36 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Jul 13 19:31:35 MDT 2008
+ Fixed endianess issues in mp3 extractor.
+ Fixed build issues (need to link C++ code explicitly against
+ libstdc++ on BSD).
+ Releasing libextractor 0.5.20c.
+
Mon Jun 23 19:05:07 EET 2008
Fixed concurrency issues in plugin (un-)loading by adding locking
around libltdl functions.
@@ -6,39 +12,6 @@ Fri Jun 20 23:34:02 EET 2008
Added an FFmpeg-based thumbnail extractor plugin, initially
supporting only bmp and png files.
-2008-05-21 gettextize <bug-gnu-gettext@gnu.org>
-
- * m4/gettext.m4: Upgrade to gettext-0.16.1.
- * m4/iconv.m4: Upgrade to gettext-0.16.1.
- * m4/lib-ld.m4: Upgrade to gettext-0.16.1.
- * m4/lib-link.m4: Upgrade to gettext-0.16.1.
- * m4/lib-prefix.m4: Upgrade to gettext-0.16.1.
- * m4/nls.m4: Upgrade to gettext-0.16.1.
- * m4/po.m4: Upgrade to gettext-0.16.1.
- * m4/progtest.m4: Upgrade to gettext-0.16.1.
- * m4/codeset.m4: Upgrade to gettext-0.16.1.
- * m4/glibc21.m4: Upgrade to gettext-0.16.1.
- * m4/intdiv0.m4: Upgrade to gettext-0.16.1.
- * m4/intl.m4: Upgrade to gettext-0.16.1.
- * m4/intmax.m4: Upgrade to gettext-0.16.1.
- * m4/inttypes_h.m4: Upgrade to gettext-0.16.1.
- * m4/inttypes-pri.m4: Upgrade to gettext-0.16.1.
- * m4/lcmessage.m4: Upgrade to gettext-0.16.1.
- * m4/longdouble.m4: Upgrade to gettext-0.16.1.
- * m4/longlong.m4: Upgrade to gettext-0.16.1.
- * m4/printf-posix.m4: Upgrade to gettext-0.16.1.
- * m4/size_max.m4: Upgrade to gettext-0.16.1.
- * m4/stdint_h.m4: Upgrade to gettext-0.16.1.
- * m4/uintmax_t.m4: Upgrade to gettext-0.16.1.
- * m4/ulonglong.m4: Upgrade to gettext-0.16.1.
- * m4/wchar_t.m4: Upgrade to gettext-0.16.1.
- * m4/wint_t.m4: Upgrade to gettext-0.16.1.
- * m4/xsize.m4: Upgrade to gettext-0.16.1.
- * Makefile.am (SUBDIRS): Add intl.
- (EXTRA_DIST): Add config.rpath.
- * configure.ac (AC_CONFIG_FILES): Add intl/Makefile.
- (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
-
Mon Apr 28 08:40:43 MDT 2008
Updated Dutch translation.
diff --git a/configure.ac b/configure.ac
@@ -1,8 +1,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT([libextractor], [0.5.20b], [bug-libextractor@gnu.org])
+AC_INIT([libextractor], [0.5.20c], [bug-libextractor@gnu.org])
AC_REVISION($Revision: 1.67 $)
-AM_INIT_AUTOMAKE([libextractor], [0.5.20b])
+AM_INIT_AUTOMAKE([libextractor], [0.5.20c])
AM_CONFIG_HEADER(config.h)
LIB_VERSION_CURRENT=2
diff --git a/contrib/doxygen b/contrib/doxygen
@@ -23,7 +23,7 @@ PROJECT_NAME = libextractor
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.5.20
+PROJECT_NUMBER = 0.5.20c
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.