From: Dan F. <dfa...@us...> - 2010-12-16 06:59:55
|
Update of /cvsroot/libexif/libexif-testsuite In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22102 Modified Files: AUTHORS NEWS configure.ac Log Message: Released 0.7.16 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/NEWS,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -d -r1.23 -r1.24 --- NEWS 8 Oct 2010 05:22:01 -0000 1.23 +++ NEWS 16 Dec 2010 06:59:43 -0000 1.24 @@ -1,4 +1,5 @@ -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 * Added check-add-tags.sh to test correct adding of new tags * Added check-create-tags.sh to test correct creation of an EXIF tag block Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/configure.ac,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -d -r1.28 -r1.29 --- configure.ac 10 Oct 2009 08:08:53 -0000 1.28 +++ configure.ac 16 Dec 2010 06:59:43 -0000 1.29 @@ -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.1],[lib...@li...],[lets]) +AC_INIT([libexif test suite],[0.7.16],[lib...@li...],[lets]) AC_CONFIG_SRCDIR([tests/Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) Index: AUTHORS =================================================================== RCS file: /cvsroot/libexif/libexif-testsuite/AUTHORS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- AUTHORS 13 Mar 2005 22:20:52 -0000 1.1 +++ AUTHORS 16 Dec 2010 06:59:43 -0000 1.2 @@ -1 +1,2 @@ Hans Ulrich Niedermann <gp...@n-...> +Dan Fandrich <da...@co...> |