From: Jan P. <pa...@us...> - 2007-05-10 17:03:44
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14368 Modified Files: ChangeLog NEWS Log Message: 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 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -d -r1.13 -r1.14 --- NEWS 10 May 2007 15:46:57 -0000 1.13 +++ NEWS 10 May 2007 17:03:15 -0000 1.14 @@ -4,14 +4,19 @@ New in 0.6.14.cvs1 since 0.6.14 (2007-05 [ 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 Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.241 retrieving revision 1.242 diff -u -p -d -r1.241 -r1.242 --- ChangeLog 6 May 2007 17:51:52 -0000 1.241 +++ ChangeLog 10 May 2007 17:03:15 -0000 1.242 @@ -1,3 +1,17 @@ +2007-05-09 Jan Patera <pa...@us...> + + * 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 <pa...@us...> * libexif/olympus/exif-mnote-data-olympus.c: Nikon v1 makernotes were saved |