[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:37 UTC 2017


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

The following commit has been merged in the master branch:
commit e4f5dc37268d591ff98a3d9fcac469fae3ff9789
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Sep 5 15:11:21 2004 +0000

    Added updates for release 0.5, first try.
---
 doc/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 6f0c87f..0147083 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,44 @@
+Changes from version 0.4 to 0.5
+-------------------------------
+
+* Exiv2 utility
+
+	* Added -pI print mode to print Iptc data.
+	
+	* Bugfix: Use timegm() and gmtime() instead of mktime() and
+	  localtime() to avoid problems when adjusting timestamps.
+	  ()
+
+	* Added timegm() from the tz distribution for platforms which
+	  do not have this function.
+
+* Exiv2 library
+
+	* Added full Iptc read and write support. (Brad Schick)
+
+	* Converted Metadatum to an abstract base class, added Exifdatum
+	  and Iptcdatum classes. Migration of existing programs: Use class
+	  Exifdatum instead of Metadatum. (Brad Schick)
+	
+	* Added Key, ExifKey and IptcKey class hierarchy. Requires changes
+	  to existing pograms: Use class ExifKey where plain std::string
+	  keys were used before (e.g., ExifData::findKey()).
+
+	* Changed Exif keys to 'Exif.ifdItem.tagName' to be consistent
+	  with the new Iptc keys. All keys of existing programs need to be
+	  updated. See the web pages or documentation for the new keys.
+	
+	* Revamped image and introduced byte* interface. (Brad Schick)
+	
+	* Added autoconf configure script.
+
+	* Added MSVC project files. (Brad Schick)
+	
+	* Appended 'Id' to Ifd ids to work around a g++-3.4 problem.
+
+	* Updated documentation.
+
+	
 Changes from version 0.3 to 0.4
 -------------------------------
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list