From: Dan F. <dfa...@us...> - 2009-01-13 08:44:35
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6515 Modified Files: NEWS ChangeLog Log Message: exif/main.c: Allow setting --tag=0 (needed for the GPS IFD) Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -d -r1.24 -r1.25 --- NEWS 23 Dec 2008 04:58:04 -0000 1.24 +++ NEWS 13 Jan 2009 08:44:30 -0000 1.25 @@ -3,6 +3,7 @@ exif-0.6.x: * Updated translations: da, id, nl, pl, sk, sv, vi, zh_CN * Fixed alignment of tables in locales with multibyte character encoding (bug #2034873) + * Allow setting --tag=0 (needed for the GPS IFD) exif-0.6.17 (2008-11-06): * Fixed the output of -s and -t when iconv is configured Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.84 retrieving revision 1.85 diff -u -p -d -r1.84 -r1.85 --- ChangeLog 23 Dec 2008 04:58:04 -0000 1.84 +++ ChangeLog 13 Jan 2009 08:44:30 -0000 1.85 @@ -1,3 +1,7 @@ +2009-01-12 Dan Fandrich <da...@co...> + + * exif/main.c: Allow setting --tag=0 (needed for the GPS IFD) + 2008-12-22 Dan Fandrich <da...@co...> * po/vi.po: Updated Vietnamese translation by Clytie Siddall |