From: Dan F. <dfa...@us...> - 2012-07-13 15:07:21
|
Update of /cvsroot/libexif/libexif-testsuite In directory vz-cvs-4.sog:/tmp/cvs-serv30641 Modified Files: NEWS configure.ac Log Message: Released 0.7.17 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/NEWS,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- NEWS 13 Jul 2012 15:05:48 -0000 1.27 +++ NEWS 13 Jul 2012 15:07:15 -0000 1.28 @@ -1,4 +1,4 @@ -New in 0.7.x: +New in 0.7.17: * Working with libexif and exif ver. 0.6.21 * Tests now allow manually changing $EXIFEXE to call valgrind et. al. * Added check-3434540.sh check-3434545.sh check-cve-2012-2812.sh Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- configure.ac 16 Dec 2010 07:01:57 -0000 1.30 +++ configure.ac 13 Jul 2012 15:07:15 -0000 1.31 @@ -3,7 +3,7 @@ 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.1],[lib...@li...],[lets]) +AC_INIT([libexif test suite],[0.7.17],[lib...@li...],[lets]) AC_CONFIG_SRCDIR([tests/Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |