~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Olivier Tilloy
  • Date: 2011-10-23 18:18:34 UTC
  • mfrom: (368.1.3 pyexiv2-0.3.1)
  • Revision ID: olivier@tilloy.net-20111023181834-c7652n3n938fc8zd
Tags: release-0.3.1
Merge the 0.3.1 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pyexiv2 0.3.1 "Challenges" - 2011-10-23
 
2
---------------------------------------
 
3
 
 
4
Dependencies:
 
5
 
 
6
- Python ≥ 2.6
 
7
- libexiv2 ≥ 0.19
 
8
- boost.python ≥ 1.38
 
9
 
 
10
Changes:
 
11
 
 
12
- Compiles and tested against the latest libexiv2 (0.22)
 
13
- Updated windows dependencies (iconv 1.14, libexiv2 0.22, python 2.7.2,
 
14
  boost 1.47.0)
 
15
 
 
16
Bugs fixed:
 
17
 
 
18
- 802176: UnicodeDecodeError when opening a file with unicode characters in the
 
19
  path
 
20
- 815430: [win32] Saving previews to disk produces bogus JPEG files
 
21
- 781464: Pentax MakerNote tags advertised with the wrong type, decoding their
 
22
  value raises a ValueError
 
23
- 786253: Exif headers with zero-denominator rational (fraction) types raise
 
24
  DivideByZero exception unnecessarily
 
25
- 797626: Cannot assign dates earlier than the year 1900
 
26
- 797644: Timezone info is not correctly passed to libexiv2 when writing IPTC
 
27
  and XMP tags
 
28
- 823104: Setting an XMP tag from a value with incorrect type results in a
 
29
  confusing KeyError being raised
 
30
- 696240: pyexiv2-0.3.0 docs fail to build with sphinx-1.0.5
 
31
- 736143: scons error
 
32
- 813224: String representation of Rational not implemented
 
33
 
 
34
Contributors:
 
35
 
 
36
- Alex A. Naanou
 
37
- Bob Swithers
 
38
- Chris Mayo
 
39
- Franz Buchinger
 
40
- Hobson Lane
 
41
- János Illés
 
42
- Joe Borg
 
43
- Olivier Tilloy
 
44
- Petri Damstén
 
45
- Rob Healey
 
46
 
 
47
 
1
48
pyexiv2 0.3.0 "A Good Year" - 2010-12-31
2
49
----------------------------------------
3
50