From: Dan F. <dfa...@us...> - 2008-11-06 08:50:36
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26575 Modified Files: NEWS configure.ac Log Message: Prepare for development of the next release Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- NEWS 6 Nov 2008 08:47:44 -0000 1.16 +++ NEWS 6 Nov 2008 08:50:23 -0000 1.17 @@ -1,3 +1,6 @@ +exif-0.6.x: + * + exif-0.6.17 (2008-11-06): * Fixed the output of -s and -t when iconv is configured * Updated translations: pl Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- configure.ac 6 Nov 2008 08:47:44 -0000 1.22 +++ configure.ac 6 Nov 2008 08:50:23 -0000 1.23 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([libexif command line interface], [0.6.17], [lib...@li...], [exif]) +AC_INIT([libexif command line interface], [0.6.17.1], [lib...@li...], [exif]) AC_CONFIG_SRCDIR([exif/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) |