Released 0.6.19
authorDan Fandrich <dan@coneharvesters.com>
Fri, 13 Nov 2009 06:09:36 +0000 (22:09 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 13 Nov 2009 06:09:36 +0000 (22:09 -0800)
ChangeLog
NEWS
configure.ac

index 93ddfe3..6c76101 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-12  Dan Fandrich <dan@coneharvesters.com>
+
+       * Fixed a heap buffer overflow during tag format conversion.
+       * Released 0.6.19
+
 2009-11-07  Dan Fandrich <dan@coneharvesters.com>
 
        * Sorted ExifFormatTable[] in approximate decreasing order of
diff --git a/NEWS b/NEWS
index 16013d5..3b0fbc9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
-libexif-0.6.x:
+libexif-0.6.19 (2009-11-12):
   * New translations: be, en_GB, it, ja, pt, sq, zh_CN
   * Updated translations: da, sv, vi
   * Now using a binary search to make searching through the tag table faster
+  * Fixed a heap buffer overflow during tag format conversion
 
 
 libexif-0.6.18 (2009-10-09):
index 6774e48..0309c32 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([EXIF library], [0.6.18.1], [libexif-devel@lists.sourceforge.net], [libexif])
+AC_INIT([EXIF library], [0.6.19], [libexif-devel@lists.sourceforge.net], [libexif])
 AC_CONFIG_SRCDIR([libexif/exif-data.h])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([auto-m4])
@@ -53,9 +53,10 @@ dnl 13:1:0   added EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE (for 0.6.14)
 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
 LIBEXIF_CURRENT=15
 LIBEXIF_AGE=3
-LIBEXIF_REVISION=0
+LIBEXIF_REVISION=1
 AC_SUBST([LIBEXIF_AGE])
 AC_SUBST([LIBEXIF_REVISION])
 AC_SUBST([LIBEXIF_CURRENT])