diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 ------------- |