~ubuntu-branches/ubuntu/wily/exiv2/wily-proposed

« back to all changes in this revision

Viewing changes to doc/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-04-29 21:53:40 UTC
  • mfrom: (1.1.9 upstream) (11.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090429215340-07gk8utx2w8rh0bo
* New upstream release
  - (Closes: #525535): "[libexiv2-5] New upstream version 0.18.1"
  - write-support for Adobe Photoshop PSD images
  - read-support for Panasonic RW2 images
  - Panasonic and Nikon makernote update
* Upload to unstable - discussed on debian-release
  - libexiv2-5 library transition
* Fix: package-lacks-versioned-build-depends-on-debhelper
* Add ${misc:Depends}

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes from version 0.18 to 0.18.1
 
2
-----------------------------------
 
3
 
 
4
* Utilities
 
5
        - 0000612: Failed to delete XMP data from NEF (or any other TIFF-based)
 
6
                   images. (Reported by Martin Eriksson)
 
7
        - 0000602: Exiv2 generated TIFF incompatible with libtiff.
 
8
                   (Reported by Udi Fuchs)
 
9
                 - Added new "organize" tool (Brad Schick).
 
10
 
 
11
* Exiv2 library
 
12
        - 0000623: Remove TiffPrinter visitor.
 
13
        - 0000622: Exiv2 doesn't parse MicrosoftPhoto schema prefix correctly.
 
14
                   (Reported by Gilles Caulier / Sylvain Crouzillat)
 
15
        - 0000619: Segfault when opening PNG image.
 
16
                   (Reported with patch by Lukasz Krzyzak)
 
17
        - 0000618: Easy access to information which may be in different Exif tags.
 
18
                   (Based on a patch from Carsten Pfeiffer)
 
19
        - 0000615: Setting the Exif makernote tag aborts if type is not 
 
20
                   "undefined". (digiKam bug 182738)
 
21
        - 0000609: Building a DLL of Exiv2 0.18 in MinGW requires -no-undefined
 
22
                   linker flag. (Reported with solution by Giuseppe Rota)
 
23
        - 0000606: Add write support for Photoshop PSD image format.
 
24
                   (Patch from Michael Ulbrich)
 
25
        - 0000604: Nikkor lens on Nikon D90 not recognized.
 
26
                   (Reported by Niels Kristian Bech Jensen)
 
27
        - 0000603: Exiv2 does not read lens maker.
 
28
                   (Reported by Niels Kristian Bech Jensen)
 
29
        - 0000594: Modifying images on an NTFS file system fails.
 
30
                   (digiKam bug 178103)
 
31
        - 0000494: Patch for displaying focal length (Exif.Canon.FocalLength).
 
32
                   (Patch from Artis Rozentals)
 
33
                 - Updated Panasonic makernote.
 
34
                 - Added read-support for Panasonic RW2 raw images.
 
35
                   (With valuable input from Matthias Welwarsky)
 
36
                 - Some Nikon makernote updates.
 
37
                 - Updated Nikon Lens lookup table to v4.0.347.00 of
 
38
                   Robert Rottmerhusen's lens database.
 
39
                 - Fixed crash in Pentax makernote pretty-printing code.
 
40
                   (Reported by Marijn Kampf)
 
41
                 - Refactored TiffCreator: simplified, fixed several todo's, added
 
42
                   support for multiple TIFF tree structures.
 
43
 
 
44
* MSVC related
 
45
        - 0000621: windows librarys are forcing a link to
 
46
                   ..\..\..\zlib-1.2.3\projects\visual6\blah\blah.
 
47
                   (Reported by Peter J. Ersts, fix by Robin Mills)
 
48
 
 
49
 
1
50
Changes from version 0.18-pre2 to 0.18
2
51
--------------------------------------
3
52
 
20
69
                   (Reported by Joakim Rosqvist)
21
70
        - 0000542: [exif] Exiv2 doesn't find exif data in attached file.
22
71
                   (Reported by Paolo Benvenuto)
23
 
                 - [exif] Updated Nikon lens info to v3.25 of Robert Rottmerhusen's
 
72
                 - [exif] Updated Nikon lens info to v3.82 of Robert Rottmerhusen's
24
73
                   lens database.
25
74
                 - [exif] Fixed adjustment of invalid tag data.
26
75
                   (digiKam bug 177457)