From: Dan F. <dfa...@us...> - 2009-10-10 08:09:04
|
Update of /cvsroot/libexif/libexif-testsuite In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8374 Modified Files: NEWS configure.ac Log Message: Prepare for continued development Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/NEWS,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -d -r1.11 -r1.12 --- NEWS 10 Oct 2009 08:06:14 -0000 1.11 +++ NEWS 10 Oct 2009 08:08:53 -0000 1.12 @@ -1,3 +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 Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -d -r1.27 -r1.28 --- configure.ac 10 Oct 2009 08:06:14 -0000 1.27 +++ configure.ac 10 Oct 2009 08:08:53 -0000 1.28 @@ -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.14],[lib...@li...],[lets]) +AC_INIT([libexif test suite],[0.7.14.1],[lib...@li...],[lets]) AC_CONFIG_SRCDIR([tests/Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |