Released 0.6.20
authorDan Fandrich <dan@coneharvesters.com>
Thu, 16 Dec 2010 05:55:25 +0000 (21:55 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 16 Dec 2010 05:55:25 +0000 (21:55 -0800)
ChangeLog
NEWS
configure.ac

index 387a9a1..08ecbb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-15  Dan Fandrich <dan@coneharvesters.com>
+
+       * Released 0.6.20
+
 2010-12-13  Dan Fandrich <dan@coneharvesters.com>
 
        * po/da.po: Updated Danish translation by Joe Hansen
diff --git a/NEWS b/NEWS
index dcca046..6f6c649 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-libexif-0.6.x:
-  * Updated translations: da, de, en_CA, it, ja, nl, pl, sk, sv, vi
+libexif-0.6.20 (2010-12-15):
+  * New translations: bs, tr
+  * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
+    pt, ru, sk, sq, sr, sv, vi, zh_CN
   * Fixed some problems in the write-exif.c example program
   * Stop listing -lm as a required library for dynamic linking in libexif.pc
   * Turned on the --enable-silent-rules configure option
index a95f6bb..ba5af2a 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([EXIF library], [0.6.19.1], [libexif-devel@lists.sourceforge.net], [libexif])
+AC_INIT([EXIF library], [0.6.20], [libexif-devel@lists.sourceforge.net], [libexif])
 AC_CONFIG_SRCDIR([libexif/exif-data.h])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([auto-m4])
@@ -58,9 +58,10 @@ dnl 14:2:0   added XP_ WinXP tags (for 0.6.15)
 dnl 14:2:1   0.6.17
 dnl 15:3:0   added exif_loader_get_buf (for 0.6.18)
 dnl 15:3:1   0.6.19
+dnl 15:3:2   0.6.20
 LIBEXIF_CURRENT=15
 LIBEXIF_AGE=3
-LIBEXIF_REVISION=1
+LIBEXIF_REVISION=2
 AC_SUBST([LIBEXIF_AGE])
 AC_SUBST([LIBEXIF_REVISION])
 AC_SUBST([LIBEXIF_CURRENT])