Update of /cvsroot/libexif/exif
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26202
Modified Files:
ChangeLog NEWS configure.ac
Log Message:
Prepare for 0.6.17 release
Index: NEWS
===================================================================
RCS file: /cvsroot/libexif/exif/NEWS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -d -r1.15 -r1.16
--- NEWS 1 Aug 2008 19:29:34 -0000 1.15
+++ NEWS 6 Nov 2008 08:47:44 -0000 1.16
@@ -1,4 +1,4 @@
-exif-0.6.16.x:
+exif-0.6.17 (2008-11-06):
* Fixed the output of -s and -t when iconv is configured
* Updated translations: pl
* Added translations: id nl sk sv vi zh_CN
@@ -7,7 +7,7 @@ exif-0.6.16.x:
texts itself.
-exif-0.6.16:
+exif-0.6.16 (unreleased version):
* Updated translations: pl
Index: configure.ac
===================================================================
RCS file: /cvsroot/libexif/exif/configure.ac,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -d -r1.21 -r1.22
--- configure.ac 8 Sep 2008 20:05:12 -0000 1.21
+++ configure.ac 6 Nov 2008 08:47:44 -0000 1.22
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([libexif command line interface], [0.6.15.1], [lib...@li...], [exif])
+AC_INIT([libexif command line interface], [0.6.17], [lib...@li...], [exif])
AC_CONFIG_SRCDIR([exif/main.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])
@@ -66,7 +66,7 @@ AC_ARG_ENABLE(gettext-iconv,
# ---------------------------------------------------------------------------
# libraries needed
# ---------------------------------------------------------------------------
-GP_CHECK_LIBRARY([LIBEXIF],[libexif],[>= 0.6.16.2])
+GP_CHECK_LIBRARY([LIBEXIF],[libexif],[>= 0.6.17])
# ---------------------------------------------------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/exif/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -d -r1.75 -r1.76
--- ChangeLog 5 Nov 2008 19:28:48 -0000 1.75
+++ ChangeLog 6 Nov 2008 08:47:44 -0000 1.76
@@ -1,3 +1,7 @@
+2008-11-06 Dan Fandrich <da...@co...>
+
+ * Released 0.6.17
+
2008-11-05 Dan Fandrich <da...@co...>
* po/de.po: Updated German translation by Marcus Meissner
|