From: Jan Patera Date: Thu, 10 May 2007 17:03:15 +0000 (+0200) Subject: Changes of the last week: X-Git-Tag: libexif-0_6_21-release~402 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72a214d94fcda1e26438c765cca4fb2329101684;p=platform%2Fupstream%2Flibexif.git Changes of the last week: * Added support for Olympus S760 & S770 makernote (bug #1703284) * Fixed crashes when looking up invalid values (bug #1457501) * Added heuristics (bug #1525770): mismatching Olympus makernote in big endian when the rest is in little endian is detected to prevent crashes * Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent modification of maker notes * EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS propagated to Canon makernote (Bug #1617991) * Updated several tags * Updated translations --- diff --git a/ChangeLog b/ChangeLog index 0b92388..82f55b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-05-09 Jan Patera + + * Added support for Olympus S760 & S770 makernote (bug #1703284) + * Fixed crashes when looking up invalid values (bug #1457501) + * Added heuristics (bug #1525770): mismatching Olympus makernote + in big endian when the rest is in little endian is detected + to prevent crashes + * Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent + modification of maker notes + * EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS propagated to Canon makernote + (Bug #1617991) + * Updated several tags + * Updated translations + 2007-05-06 Jan Patera * libexif/olympus/exif-mnote-data-olympus.c: Nikon v1 makernotes were saved diff --git a/NEWS b/NEWS index bc1433a..460d75f 100644 --- a/NEWS +++ b/NEWS @@ -4,14 +4,19 @@ New in 0.6.14.cvs1 since 0.6.14 (2007-05-10): [ 1443183 ] install error when doxygen is not present. -New in 0.6.14 since 0.6.13 (2005-12-27): +New in 0.6.14 (2007-05-10) since 0.6.13 (2005-12-27): - * Bug fixes: #1716196 + * Bug fixes: #1457501, #1471060, #1525770, #1617991, #1703284, #1716196 + + * Extended support of Canon, Nikon, Olympus makernotes + + * Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent + modification of maker notes * Other fixes and improvements which include API/ABI additions. -New in 0.6.13 since 0.6.12 (2005-03-13): +New in 0.6.13 (2005-12-27) since 0.6.12 (2005-03-13): * Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787