From: Dan F. <dfa...@us...> - 2007-11-13 02:31:28
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12123 Modified Files: NEWS ChangeLog Log Message: * Added support for more Olympus makernotes, based on data on Phil Harvey's ExifTool page at http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/ and sanity checked by the pel-images in the libexif test suite. * Added support for Sanyo makernotes, which have the identical tag format and (so it seems) namespace of the Olympus tags. Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -d -r1.30 -r1.31 --- NEWS 10 Nov 2007 08:02:32 -0000 1.30 +++ NEWS 13 Nov 2007 02:31:22 -0000 1.31 @@ -2,7 +2,7 @@ libexif-0.6.16.2: * Updated translations: de, pl, sk, vi * New translations: nl, se, en_CA * Bug fixes: #1773810, #1774626 - * Enhanced support of Canon makernotes + * Enhanced support of Canon and Olympus makernotes * Added support for Sanyo makernotes * Added support for the NO_VERBOSE_TAG_STRINGS macro for embedded applications Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.252 retrieving revision 1.253 diff -u -p -d -r1.252 -r1.253 --- ChangeLog 8 Nov 2007 21:43:26 -0000 1.252 +++ ChangeLog 13 Nov 2007 02:31:22 -0000 1.253 @@ -1,3 +1,11 @@ +2007-11-12 Dan Fandrich <da...@co...> + * Added support for more Olympus makernotes, based on data on + Phil Harvey's ExifTool page at + http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/ + and sanity checked by the pel-images in the libexif test suite. + * Added support for Sanyo makernotes, which have the identical + tag format and (so it seems) namespace of the Olympus tags. + 2007-11-08 Dan Fandrich <da...@co...> * Added Canadian English translation, eh? |