diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-04-26 08:34:52 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-04-26 08:34:52 +0200 |
commit | 50ab7406cff2d376bb442715ce5795d83d02e222 (patch) | |
tree | 4b3a642694387229832ae3fab88256dee9282cd2 /NEWS | |
parent | 013cfb7e46931b2f575bce4b75d13392e00ff4c2 (diff) | |
download | pyexiv2-50ab7406cff2d376bb442715ce5795d83d02e222.tar.gz |
Updated NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +pyexiv2 0.2.1 "Employment" - 2010-04-26 +--------------------------------------- + +Dependencies: + +- Python ≥ 2.5 +- libexiv2 ≥ 0.19 +- boost.python ≥ 1.38 + +Changes: + +This is a maintenance release that fixes a critical memory leak and makes it +easier to generate the documentation and run the unit tests. + +Bugs fixed: + +- 562525: memory leak in ImageMetadata.from_buffer +- 549398: Building the doc requires fiddling with the PYTHONPATH +- 549399: Add a "test" target to scons to run the unit tests + + pyexiv2 0.2.0 "Commuting" - 2010-03-25 -------------------------------------- |