From: Dan F. <dfa...@us...> - 2012-07-12 17:53:44
|
Update of /cvsroot/libexif/exif In directory vz-cvs-4.sog:/tmp/cvs-serv20006 Modified Files: ChangeLog NEWS configure.ac Log Message: Released 0.6.21 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- NEWS 12 Jul 2012 17:01:54 -0000 1.57 +++ NEWS 12 Jul 2012 17:53:40 -0000 1.58 @@ -1,4 +1,4 @@ -exif-0.6.x: +exif-0.6.21 (2012-07-12): * New translations: cs, eo, hr, sr, uk * Updated translations: da, de, fi, id, is, it, nl, pl, sk, sv, vi, zh_CN * Improved the man page Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- configure.ac 15 May 2012 22:27:56 -0000 1.41 +++ configure.ac 12 Jul 2012 17:53:40 -0000 1.42 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([libexif command line interface], [0.6.20.1], [lib...@li...], [exif]) +AC_INIT([libexif command line interface], [0.6.21], [lib...@li...], [exif]) AC_CONFIG_SRCDIR([exif/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -u -d -r1.126 -r1.127 --- ChangeLog 12 Jul 2012 17:01:54 -0000 1.126 +++ ChangeLog 12 Jul 2012 17:53:40 -0000 1.127 @@ -10,6 +10,7 @@ input file. It might be possible to copy sensitive information from process memory. This fixes CVE-2012-2845 + * Released 0.6.21 2012-06-27 Dan Fandrich <da...@co...> |