From: Dan F. <dfa...@us...> - 2012-07-12 17:48:18
|
Update of /cvsroot/libexif/libexif In directory vz-cvs-4.sog:/tmp/cvs-serv19844 Modified Files: ChangeLog NEWS configure.ac Log Message: Released 0.6.21 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- NEWS 25 Jun 2012 18:58:58 -0000 1.82 +++ NEWS 12 Jul 2012 17:48:14 -0000 1.83 @@ -1,4 +1,4 @@ -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 Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- configure.ac 25 Jun 2012 07:28:20 -0000 1.66 +++ configure.ac 12 Jul 2012 17:48:14 -0000 1.67 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.20.1], [lib...@li...], [libexif]) +AC_INIT([EXIF library], [0.6.21], [lib...@li...], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) @@ -59,9 +59,10 @@ 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]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.369 retrieving revision 1.370 diff -u -d -r1.369 -r1.370 --- ChangeLog 12 Jul 2012 17:44:42 -0000 1.369 +++ ChangeLog 12 Jul 2012 17:48:14 -0000 1.370 @@ -31,6 +31,7 @@ * 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 <da...@co...> |