gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7427 - in Extractor: . contrib


From: gnunet
Subject: [GNUnet-SVN] r7427 - in Extractor: . contrib
Date: Sun, 13 Jul 2008 19:33:45 -0600 (MDT)

Author: grothoff
Date: 2008-07-13 19:33:45 -0600 (Sun, 13 Jul 2008)
New Revision: 7427

Modified:
   Extractor/ChangeLog
   Extractor/configure.ac
   Extractor/contrib/doxygen
Log:
release

Modified: Extractor/ChangeLog
===================================================================
--- Extractor/ChangeLog 2008-07-14 01:29:03 UTC (rev 7426)
+++ Extractor/ChangeLog 2008-07-14 01:33:45 UTC (rev 7427)
@@ -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 @@
        Added an FFmpeg-based thumbnail extractor plugin, initially
        supporting only bmp and png files.
 
-2008-05-21  gettextize  <address@hidden>
-
-       * 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.
 

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2008-07-14 01:29:03 UTC (rev 7426)
+++ Extractor/configure.ac      2008-07-14 01:33:45 UTC (rev 7427)
@@ -1,8 +1,8 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)
-AC_INIT([libextractor], [0.5.20b], address@hidden)
+AC_INIT([libextractor], [0.5.20c], address@hidden)
 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

Modified: Extractor/contrib/doxygen
===================================================================
--- Extractor/contrib/doxygen   2008-07-14 01:29:03 UTC (rev 7426)
+++ Extractor/contrib/doxygen   2008-07-14 01:33:45 UTC (rev 7427)
@@ -23,7 +23,7 @@
 # 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. 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]