Update of /cvsroot/libexif/libexif-testsuite
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24169
Modified Files:
NEWS configure.ac
Log Message:
Get ready to tag this release of the test suite to provide a known working
reference for exif/libexif.
Index: NEWS
===================================================================
RCS file: /cvsroot/libexif/libexif-testsuite/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -d -r1.3 -r1.4
--- NEWS 4 Nov 2008 03:32:48 -0000 1.3
+++ NEWS 12 Nov 2008 03:43:21 -0000 1.4
@@ -1,4 +1,5 @@
-New in ?:
+New in 0.7.13:
+ * Working with libexif and exif ver. 0.6.17
* Additional tests on pel images
* Fixed build-config.sh to properly update CVS repositories
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -d -r1.23 -r1.24
--- configure.ac 22 May 2007 23:42:31 -0000 1.23
+++ configure.ac 12 Nov 2008 03:43:21 -0000 1.24
@@ -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.12],[lib...@li...],[lets])
+AC_INIT([libexif test suite],[0.7.13],[lib...@li...],[lets])
AC_CONFIG_SRCDIR([tests/Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])
|