Changes of the last week:
authorJan Patera <patera@pictview.com>
Thu, 10 May 2007 17:03:15 +0000 (19:03 +0200)
committerJan Patera <patera@pictview.com>
Thu, 10 May 2007 17:03:15 +0000 (19:03 +0200)
* 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

ChangeLog
NEWS

index 0b92388..82f55b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2007-05-09  Jan Patera <patera@users.sourceforge.net>
+
+       * 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 <patera@users.sourceforge.net>
 
        * libexif/olympus/exif-mnote-data-olympus.c: Nikon v1 makernotes were saved
diff --git a/NEWS b/NEWS
index bc1433a..460d75f 100644 (file)
--- 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