aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2009-03-14 22:50:44 +0100
committerOlivier Tilloy <olivier@tilloy.net>2009-03-14 22:50:44 +0100
commita8aa5b90cb183976d2a8c954cf66754439feeb37 (patch)
tree3f218a9d5e723d5d53b813d855fbb191e48fa50f
parent823e51573cdc9701a7923c1208c72b020ed4281c (diff)
downloadpyexiv2-release-0.1.3.tar.gz
Updated ChangeLog for the release of 0.1.3.release-0.1.3
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3548a25..be8edbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Version 0.1.3
+-------------
+
+Released: 2009-03-14
+
+
+Dependencies:
+* Python 2.5
+* libexiv2 0.18
+* boost.python 1.34.1
+
+Changes:
+ - Adapted the thumbnail related methods (getThumbnailData, setThumbnailData,
+ deleteThumbnail, dumpThumbnailToFile, setThumbnailFromJpegFile) to the new
+ API of libexiv2 0.18.
+ - Removed the unused __main__ from pyexiv2.py.
+
+
Version 0.1.2
-------------