aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2007-10-14 23:27:51 +0200
committerOlivier Tilloy <olivier@tilloy.net>2007-10-14 23:27:51 +0200
commit93785e31c810fd96e00dacf46f76e97081adbfcb (patch)
tree1fa02da95ede19a765f29a772aa3bf85ee1654c0 /ChangeLog
parent401ba3ff3b23f3b3e1005418ce397651de09a936 (diff)
downloadpyexiv2-release-0.1.1.tar.gz
Updated changelog for version 0.1.1, tagging as release-0.1.1.release-0.1.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f98547..b968503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+Version 0.1.1
+-------------
+
+Branch tag: release-0.1.1
+Branch revision: 73
+Released: 2007-10-14
+
+Dependencies:
+* Python 2.5.1
+* libexiv2 0.12
+* boost.python 1.33.1
+
+Changes:
+ - Fixed a bug due to interface changes for exceptions management in
+ libexiv2 0.13 (reported by Damon Lynch).
+ - Added support for DESTDIR in SConscript for installation (feature
+ requested by Michal Čihař).
+ - Fixed bug #146313: passing the filename to the Image constructor as
+ unicode fails (reported by Michal Čihař).
+ - Fixed bug #146323: Multi value fields are broken (reported by Michal
+ Čihař).
+ - Implemented feature request tracked by bug #147534: Provide access to
+ interpreted (translated) data (feature requested by Michal Čihař).
+ - Implemented feature request tracked by bug #149212: Add access to tag
+ labels (feature requested by Michal Čihař).
+
+
Initial version 0.1
-------------------