[cvs-annodex] commit (/annodex): libannodex/trunk/ChangeLog
libannodex/trunk/configure.ac
conrad
nobody at lists.annodex.net
Wed Sep 8 16:53:19 EST 2004
Update of /annodex (new revision 549)
Modified files:
libannodex/trunk/ChangeLog
libannodex/trunk/configure.ac
Log Message:
version 0.5.67
Modified: libannodex/trunk/ChangeLog
===================================================================
--- libannodex/trunk/ChangeLog 2004-09-08 06:09:22 UTC (rev 548)
+++ libannodex/trunk/ChangeLog 2004-09-08 06:53:19 UTC (rev 549)
@@ -1,3 +1,10 @@
+Wed Sep 8 16:06:35 EST 2004 Conrad Parker <conrad at annodex.net>
+
+ * Version 0.5.67
+ * fixed bug which caused truncated writer output when importing
+ from multitrack sources
+ * fixed memory leaks etc. in xtag (by Colin Ward, Andre Pang)
+
Fri May 21 19:14:55 EST 2004 Conrad Parker <conrad at annodex.net>
* Version 0.5.66
Modified: libannodex/trunk/configure.ac
===================================================================
--- libannodex/trunk/configure.ac 2004-09-08 06:09:22 UTC (rev 548)
+++ libannodex/trunk/configure.ac 2004-09-08 06:53:19 UTC (rev 549)
@@ -6,7 +6,7 @@
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(libannodex, 0.5.66)
+AM_INIT_AUTOMAKE(libannodex, 0.5.67)
AM_CONFIG_HEADER(config.h)
SHARED_VERSION_INFO="0:5:0"
@@ -153,7 +153,7 @@
dnl
HAVE_OGGZ="no"
-PKG_CHECK_MODULES(OGGZ, oggz >= 0.8.0,
+PKG_CHECK_MODULES(OGGZ, oggz >= 0.8.4,
HAVE_OGGZ="yes", anx_config_ok="no")
if test "x$HAVE_OGGZ" = "xyes" ; then
@@ -164,7 +164,7 @@
if test "x$OGGZ_LIBS" = "xmaybe" ; then
AC_MSG_ERROR([
***
-*** liboggz-0.5.40 or greater seems to exist on your system, however
+*** liboggz or greater seems to exist on your system, however
*** the pkg-config tool cannot find its build information.
***
*** Please set your PKG_CONFIG_PATH environment variable to include the
--
conrad
More information about the cvs-annodex
mailing list