aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2008-02-09 02:16:15 +0100
committerOlivier Tilloy <olivier@tilloy.net>2008-02-09 02:16:15 +0100
commit40e24b8089222901cc901be1b50fafc0681f8923 (patch)
tree70cf6ca2f7e1aaa8dabdfda8d9cfa2fdbfbefad8
parentff2e1262dcd92aaa087c4c3df38f162745f93a28 (diff)
downloadpyexiv2-40e24b8089222901cc901be1b50fafc0681f8923.tar.gz
Updated changelog for version 0.1.2, tagging as release-0.1.2.release-0.1.2
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b968503..3548a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+Version 0.1.2
+-------------
+
+Branch tag: release-0.1.2
+Branch revision: 99
+Released: 2008-02-09
+
+Dependencies:
+* Python 2.5.1
+* libexiv2 0.15
+* boost.python 1.34.1
+
+Changes:
+ - Fixed bug #177249: pyexiv2 should install in site-packages? (reported by
+ Chris Mayo).
+ - Implemented feature request tracked by bug #175069: Retrieve/set the JPEG
+ comment (feature requested by manatlan).
+ - Really fixed bug #146313: passing the filename to the Image constructor as
+ unicode fails (reported by Michal Čihař).
+ - Fixed bug #173387: Error reading Exif.Photo.UserComment (reported by
+ vincespicer).
+ - Fixed bug #175070: Deleting a tag not previously accessed raises a
+ KeyError exception (reported by manatlan).
+ - Fixed bug #183618: Exif.GPSInfo.{GPSLongitude,Latitude} are not decoded
+ (reported by dr who).
+ - Added a method to copy all EXIF and IPTC metadata and the comment from one
+ image to another one (patch submitted by vincespicer).
+ - Added a rational number type (class pyexiv2.Rational) to handle rational
+ values stored in EXIF tags.
+ - Fixed a bug that prevented from setting an EXIF tag with multiple values.
+ - Added some unit tests to test various basic functionalities and bug fixes.
+ - Fixed bug #183332: Cached metadata is not converted to its correct type
+ (reported by Christopher Ellison).
+
+
Version 0.1.1
-------------