Update of /cvsroot/libexif/libexif-testsuite
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8003
Modified Files:
NEWS configure.ac
Log Message:
Released 0.7.14
Index: NEWS
===================================================================
RCS file: /cvsroot/libexif/libexif-testsuite/NEWS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -d -r1.10 -r1.11
--- NEWS 19 Sep 2009 05:23:44 -0000 1.10
+++ NEWS 10 Oct 2009 08:06:14 -0000 1.11
@@ -1,4 +1,5 @@
-New in 0.7.x:
+New in 0.7.14:
+ * Working with libexif and exif ver. 0.6.18
* Created check-vars.sh script to eliminate the need to generate all
the tests scripts at build time
* Made the tests work in non-English locales
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -d -r1.26 -r1.27
--- configure.ac 12 Dec 2008 07:14:36 -0000 1.26
+++ configure.ac 10 Oct 2009 08:06:14 -0000 1.27
@@ -3,7 +3,7 @@ dnl Use a short version and package name
dnl packaging [...]/libgphoto2_port/gphoto2-port-portability-os2.h
dnl because tar only handles 99 chars per file path. Oh, and GNU tar 1.13
dnl will fail silently.
-AC_INIT([libexif test suite],[0.7.13.1],[lib...@li...],[lets])
+AC_INIT([libexif test suite],[0.7.14],[lib...@li...],[lets])
AC_CONFIG_SRCDIR([tests/Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])
|