From: Dan F. <dfa...@us...> - 2008-11-06 08:33:51
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24189 Modified Files: ChangeLog NEWS configure.ac Log Message: Prepare for 0.6.17 release Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -d -r1.37 -r1.38 --- NEWS 4 Oct 2008 11:45:17 -0000 1.37 +++ NEWS 6 Nov 2008 08:33:45 -0000 1.38 @@ -1,15 +1,17 @@ -libexif-0.6.16.2: +libexif-0.6.17 (2008-11-06): * Updated translations: cs, de, pl, sk, vi * New translations: nl, se, en_CA * Enabled sv translation by default - * Bug fixes: #1773810, #1774626, #1536244, CVE-2007-6351, CVE-2007-6352, #2071600 + * Bug fixes: #1773810, #1774626, #1536244, CVE-2007-6351, CVE-2007-6352, + #2071600 and others * Enhanced support of Canon and Olympus makernotes * Added support for Fuji and Sanyo makernotes * Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA macros to reduce size for embedded applications + * Added support for more tags -libexif-0.6.16 (2007-06-12) since 0.6.1.15 (2007-05-23): +libexif-0.6.16 (2007-06-12): * Security fix: CVE-2006-4168 aka IDEF1514. * Updated translations: cz, pl, vi Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -d -r1.45 -r1.46 --- configure.ac 6 Nov 2008 06:54:48 -0000 1.45 +++ configure.ac 6 Nov 2008 08:33:45 -0000 1.46 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.16.2], [lib...@li...], [libexif]) +AC_INIT([EXIF library], [0.6.17], [lib...@li...], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) @@ -50,9 +50,10 @@ dnl C:A:R dnl 12:0:1 0.6.13 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 LIBEXIF_CURRENT=14 LIBEXIF_AGE=2 -LIBEXIF_REVISION=0 +LIBEXIF_REVISION=1 AC_SUBST([LIBEXIF_AGE]) AC_SUBST([LIBEXIF_REVISION]) AC_SUBST([LIBEXIF_CURRENT]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.285 retrieving revision 1.286 diff -u -p -d -r1.285 -r1.286 --- ChangeLog 6 Nov 2008 07:19:26 -0000 1.285 +++ ChangeLog 6 Nov 2008 08:33:45 -0000 1.286 @@ -1,3 +1,7 @@ +2008-11-06 Dan Fandrich <da...@co...> + + * Released 0.6.17 + 2008-11-05 Dan Fandrich <da...@co...> * aolserver/*: moved to contrib/aolserver/ |