* Fixed some possible division-by-zeros in Olympus-style makernotes
This fixes bug #3434545, a.k.a. CVE-2012-2837
Reported by Yunho Kim
+ * Released 0.6.21
2012-07-09 Dan Fandrich <dan@coneharvesters.com>
-libexif-0.6.x:
+libexif-0.6.21 (2012-07-12):
* New translations: en_AU, uk
* Updated translations: cs, da, de, en_CA, nl, pl, sk, sv, vi
* Added more supported lens in Canon MakerNote
AC_PREREQ(2.59)
-AC_INIT([EXIF library], [0.6.20.1], [libexif-devel@lists.sourceforge.net], [libexif])
+AC_INIT([EXIF library], [0.6.21], [libexif-devel@lists.sourceforge.net], [libexif])
AC_CONFIG_SRCDIR([libexif/exif-data.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])
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
+dnl 15:3:3 0.6.21
LIBEXIF_CURRENT=15
LIBEXIF_AGE=3
-LIBEXIF_REVISION=2
+LIBEXIF_REVISION=3
AC_SUBST([LIBEXIF_AGE])
AC_SUBST([LIBEXIF_REVISION])
AC_SUBST([LIBEXIF_CURRENT])