From: Dan F. <dfa...@us...> - 2009-01-13 08:26:47
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5597 Modified Files: NEWS ChangeLog README Log Message: Added support for Epson MakerNotes, which have the identical tag format and namespace of the Olympus ones. Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -d -r1.22 -r1.23 --- README 11 Dec 2008 07:08:48 -0000 1.22 +++ README 13 Jan 2009 08:26:39 -0000 1.23 @@ -13,9 +13,9 @@ FEATURES -------- libexif supports parsing, editing and saving of EXIF data. In addition, it -has gettext support. All EXIF tags described in EXIF standard 2.1 -are supported. Many maker notes from Canon, Casio, Fuji, Nikon, Olympus, -Pentax and Sanyo cameras are also supported. +has gettext support. All EXIF tags described in EXIF standard 2.1 (and most +from 2.2) are supported. Many maker notes from Canon, Casio, Epson, +Fuji, Nikon, Olympus, Pentax and Sanyo cameras are also supported. REQUIREMENTS Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -d -r1.49 -r1.50 --- NEWS 13 Jan 2009 01:46:11 -0000 1.49 +++ NEWS 13 Jan 2009 08:26:39 -0000 1.50 @@ -8,6 +8,7 @@ libexif-0.6.x: * Access to the raw EXIF data through the ExifEntry structure members is now officially documented * Fixed some Olympus/Sanyo MakerNote interpretations + * Added support for Epson MakerNotes * Fixed bug #1946138 to stop ignoring CFLAGS in the sqrt configure test * Added remaining GPS tags from the EXIF 2.2 spec to the tag table * Fixed the interpretation of some tags as being optional in IFD 1 Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.296 retrieving revision 1.297 diff -u -p -d -r1.296 -r1.297 --- ChangeLog 7 Jan 2009 07:28:42 -0000 1.296 +++ ChangeLog 13 Jan 2009 08:26:39 -0000 1.297 @@ -1,3 +1,8 @@ +2009-01-12 Dan Fandrich <da...@co...> + + * Added support for Epson MakerNotes, which have the identical + tag format and namespace of the Olympus ones. + 2009-01-06 Dan Fandrich <da...@co...> * libexif/exif-tags.c: Added remaining GPS tags from the EXIF 2.2 |