~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to doc/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes from version 0.11 to 0.12
 
2
---------------------------------
 
3
 
 
4
* Exiv2 utility
 
5
        - 0000493: [tools] exiv2 -T DST problem.
 
6
                   (Fix suggested by John <johnpcass at yahoo dot com>)
 
7
        - 0000459: [exif] Exiv2 tool: Added a variable for the original filename to 
 
8
                   the rename option. (Patch by Tobias Jahn)
 
9
 
 
10
* Exiv2 library
 
11
        - 0000498: [exif] Exiv2 cannot read the Exif data written after deleting all
 
12
                   tags.
 
13
        - 0000496: [metadata] Digikam bug 136855: Editing metadata on a few selected
 
14
                   imagefiles and clicking forward or apply crashes digikam.
 
15
                   (Reported by several digikam users)
 
16
        - 0000495: [exif] Image with corrupted metadata crashes Exiv2. (Reported as 
 
17
                   digikam bug 136932 by Rainer Krienke)
 
18
        - 0000490: [build environment] PNG support doesn't compile on MinGW/msys.
 
19
                   (Reported by Udi Fuchs and Will Stokes)
 
20
        - 0000489: [build environment] exiv2.pc.in includes private/static libs by 
 
21
                   default. (Reported with patch by Rex Dieter)
 
22
        - 0000488: [metadata] GPSInfo Metadata should return decimal numbers.
 
23
                   (Feature requested by Fabien)
 
24
        - 0000486: [build environment] Test bugfixes-test.sh error under Mac OS X x86.
 
25
                   (Reported with fix by Max Lapshin)
 
26
                 - [exif] Updated Nikon lens info to v2.07 of Robert Rottmerhusen's 
 
27
                   lens database.
 
28
                 - [metadata] Added methods to access built-in read-only Exif taglists
 
29
                   and IPTC record lists. (Initiated by Max Lapshin)
 
30
                 - [iptc] Improved IPTC record descriptions using IIM4 specification
 
31
                   version 4.1. (Gilles Caulier)
 
32
                 - [exif] Improved Exif tag descriptions using Exif specification 2.2
 
33
                   and libexif. (Gilles Caulier)
 
34
                 - [exif] Added and improved pretty print functions for some Exif 
 
35
                   tags. (Gilles Caulier)
 
36
                 - [exif] Updated Minolta makernote. (Gilles Caulier, Paul Tribick)
 
37
 
 
38
* MSVC related
 
39
        - 0000487: Crash in exiv2.exe (built with VC++ 2005 Express) when examing TIFF
 
40
                   images (Reported with patch by Dimitri Schoolwerth)
 
41
 
 
42
 
 
43
Changes from version 0.10 to 0.11
 
44
---------------------------------
 
45
 
 
46
* Exiv2 utility
 
47
        - 0000485: [tools] Weird behaviour when Exif comments contain quotes (Reported
 
48
                   by Scott Baker)
 
49
                 - Changed exiv2 del command to delete all occurences of a tag. 
 
50
                   (Christophe Paris)
 
51
 
 
52
* Exiv2 library
 
53
        - 0000483: [jpeg i/o] Assertion `sizeIptc' fails when reading metadata from
 
54
                   JPEG file. This happened when an image has an empty IPTC IRB.
 
55
                   (digikam bug 132582)
 
56
        - 0000482: [exif] SONY DSLR-A100 RAW image crashes Exiv2. (Reported to ufraw 
 
57
                   by Vishnu Natchu)
 
58
        - 0000480: [iptc] JPEG APP13 (used to store IPTC IRB) can not be larger than
 
59
                   64kB but IRB buffers can. (digikam bug 130525)
 
60
        - 0000479: [exif] JPEGs edited with LightZone crash Exiv2. (Reported by Daniel
 
61
                   Hobe)
 
62
        - 0000475: [design] Performance: Don't read TIFF-based files completely, use
 
63
                   memory mapping (only on Linux) to read only what is needed. Improves
 
64
                   performance by factor 6.
 
65
        - 0000471: [exif] New TIFF parser: Create a CommentValue rather than a 
 
66
                   DataValue for Exif.Photo.UserComment. (Reported with test program
 
67
                   by Marcel Wiesweg)
 
68
                 - [exif] New TIFF parser: Extract TIFF thumbnail from IFD1 if there 
 
69
                   is one.
 
70
                 - [exif] Added read support for PNG images (Gilles Caulier)
 
71
                 - [exif] Updated Canon makernote tags and decoded additional composite
 
72
                   tags, based on Exiftool. Note that some tag names changed. 
 
73
                   (David Cannings)
 
74
                 - [exif] Updated Nikon lens info to v2.02 of Robert Rottmerhusen's 
 
75
                   lens database.
 
76
                 - [exif] Various smaller tag updates (Gilles Caulier, Jim Westveer, 
 
77
                   Nicolas Vilars, Robert Peter)
 
78
 
 
79
* MSVC related
 
80
        - 0000455: [build environment] Exiv2 finally works with MSVC 2005. (Thanks to 
 
81
                   Stephen and Maciej Sakrejda aka Maciek)
 
82
 
 
83
 
1
84
Changes from version 0.9.1 to 0.10
2
85
----------------------------------
3
86