[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:28 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e1c21fe

The following commit has been merged in the master branch:
commit e1c21fe0986e9a3434e60d00136975ba50c93d2f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Jun 20 03:54:04 2004 +0000

    Added ChangeLog
---
 doc/ChangeLog | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/doc/ChangeLog b/doc/ChangeLog
new file mode 100644
index 0000000..4bd2c37
--- /dev/null
+++ b/doc/ChangeLog
@@ -0,0 +1,58 @@
+Changes from version 0.3 to 0.4
+-------------------------------
+
+* Exiv2 utility
+
+	* Less rigid command line argument parsing: Guess the action from the 
+          option given and use print as the default action.
+
+	* Print Nikon makernote values for ISO Speed, Quality and WhiteBalance
+          in the summary.
+
+* Exiv2 library
+
+	* Fixed MSVC errors and warnings. Thanks to Steven R. King for his work
+	  to get Exiv2 to compile cleanly on MSVC.
+
+	* Fixed ExifData::copyFromMetadata to automatically add missing
+          offset tags. Thanks to XYZ for identifying this bug.
+
+	* Added three different Nikon makernote formats.
+
+	* IfdMakerNote: Replaced too simple prefix with a more general concept 
+          of a makernote header. 
+
+	* Added the makernote buffer to the arguments passed to the makernote 
+	  create function. This allows the makernote create function to 
+          determine the exact makernote needed based on its content. The new 
+          concept is used to automatically determine which of the three Nikon 
+          makernotes to create.
+
+	* Fixed MakerNoteFactory::match() to prefer an exact match over a 
+          wildcard match with the same number of matching characters (Key 
+          "Nikon" now prefers registry entry "Nikon" over "Nikon*"), simplified
+          the return value of match() to an integer score value.
+
+	* Sigma makernote: Added "FOVEON" and "*" to registry. 
+
+	* Added len argument and boundary checks to various read functions,
+	  in particular, the IFD read method. 
+
+	* Improved handling of corrupt IFDs: Truncate field if offset points 
+	  outside of the available buffer.
+
+	* Slightly improved error handling: strError() is now a static member 
+	  of ExifData.
+
+	* Added warning when makernote cannot be read.
+
+	* Added exifcomment example program.
+
+	* Fixed an embarassing bug in ExifData::updateEntries, which caused 
+	  write after erasing metadata to write back the original metadata.
+
+	* Fixed TypeInfoTable to return invalid if typeId is too large.
+
+	* Makefile: (un)install targets now only (un)install exiv2.
+
+	* Code cleanup, documentation updates and miscellaneous bug fixes.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list