From: Dan F. <dfa...@us...> - 2010-10-08 04:20:41
|
Update of /cvsroot/libexif/libexif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7980 Modified Files: ChangeLog Log Message: Refactored MakerNote detection code to put detection of each type into the module handling that type Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.350 retrieving revision 1.351 diff -u -p -d -r1.350 -r1.351 --- ChangeLog 17 Jun 2010 05:33:53 -0000 1.350 +++ ChangeLog 8 Oct 2010 04:19:59 -0000 1.351 @@ -1,3 +1,23 @@ +2010-10-07 Dan Fandrich <da...@co...> + + * Refactored MakerNote detection code to put detection of each type + into the module handling that type + +2010-09-23 Dan Fandrich <da...@co...> + + * exif_entry_dump() now displays the correct tag name for GPS tags by + taking the IFD into account when looking up the name. Fixes + bug #3073307. + +2010-08-11 Dan Fandrich <da...@co...> + + * Removed redundant sentence. Fixes Ubuntu bug #197306 + +2010-07-23 Dan Fandrich <da...@co...> + + * Canon EOS 5D Mark II writes Aperture values as invalid values + 0x80000000/1 which makes pow() throw floating-point exceptions + 2010-06-16 Dan Fandrich <da...@co...> * po/da.po: Updated Danish translation by Joe Hansen |