From: Dan F. <dfa...@us...> - 2007-11-08 06:30:08
|
Update of /cvsroot/libexif/exif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3993 Modified Files: ChangeLog NEWS Log Message: exif/main.c: Fixed the output of -t and -s when iconv is configured. Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -d -r1.7 -r1.8 --- NEWS 6 Jun 2007 14:18:45 -0000 1.7 +++ NEWS 8 Nov 2007 06:30:03 -0000 1.8 @@ -1,3 +1,7 @@ +exif-0.6.16.x: + * Fixed the output of -s and -t when iconv is configured + + exif-0.6.16: * Updated translations: pl Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -p -d -r1.60 -r1.61 --- ChangeLog 28 Jul 2006 19:12:31 -0000 1.60 +++ ChangeLog 8 Nov 2007 06:30:03 -0000 1.61 @@ -1,3 +1,7 @@ +2007-11-07 Dan Fandrich <da...@co...> + + * exif/main.c: Fixed the output of -t and -s when iconv is configured. + 2006-07-28 Lutz Mueller <lu...@us...> Patch by Marek 'marx' Grac <mg...@re...>: |