From: Dan F. <dfa...@us...> - 2010-12-16 07:29:46
|
Update of /cvsroot/libexif/libexif-testsuite In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22968 Modified Files: configure.ac NEWS Log Message: Prepare for continued development Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/NEWS,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -d -r1.24 -r1.25 --- NEWS 16 Dec 2010 06:59:43 -0000 1.24 +++ NEWS 16 Dec 2010 07:01:57 -0000 1.25 @@ -1,3 +1,6 @@ +New in 0.7.x: + * + New in 0.7.16: * Working with libexif and exif ver. 0.6.20 * Added check-tag-description.sh to test proper lookup of tag documentation Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -d -r1.29 -r1.30 --- configure.ac 16 Dec 2010 06:59:43 -0000 1.29 +++ configure.ac 16 Dec 2010 07:01:57 -0000 1.30 @@ -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.16],[lib...@li...],[lets]) +AC_INIT([libexif test suite],[0.7.16.1],[lib...@li...],[lets]) AC_CONFIG_SRCDIR([tests/Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |