diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2007-10-14 23:27:51 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2007-10-14 23:27:51 +0200 |
commit | 93785e31c810fd96e00dacf46f76e97081adbfcb (patch) | |
tree | 1fa02da95ede19a765f29a772aa3bf85ee1654c0 /ChangeLog | |
parent | 401ba3ff3b23f3b3e1005418ce397651de09a936 (diff) | |
download | pyexiv2-93785e31c810fd96e00dacf46f76e97081adbfcb.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-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 ------------------- |