Python-exiv2

Latest version: v0.11.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 11

0.18.2

-------------------------------------

* Exiv2 library
- 0000638: Valgrind reports errors when writing to PNG image.
- 0000636: Exiv2 corrupts certain NEF images when writing to them.
(digiKam bug 193228)
- 0000633: Editing via symlink does not work as expected.
(Reported by Vladimir Nadvornik. Also reported as
Debian bugs 466944 and 511273)
- 0000632: [translation] a few more small bugs.
(Reported by Michal Smoczyk)
- 0000631: [translation] a few bugs.
(Reported by Michal Smoczyk)
- 0000630: PNG images: CRC error in chunk zTXt.
(Reported by gegio 0, patch by Jochen Schug)
- 0000628: JPG images: Exiv2 puts comments directly after SOI.
(Reported by Johannes Hofmann)
- 0000626: PNG images: Setting IPTC preview corrupts PNG image.
(Reported by Gilles Caulier)
- 0000556: timegm() function should work with Windows 64bit time_t.
(Robin Mills)
- PNG images: Embed IPTC data in a Photoshop IRB.
- PNG images: Support creation of an image. (Gilles Caulier)
- JP2 images: Support creation of an image. (Gilles Caulier)
- Added a new Sigma lens to Minolta makernote. (Gilles Caulier)
- Updated Nikon Lens lookup table to v4.0.352.00 of
Robert Rottmerhusen's lens database.
- Fixed illegal read in ValueType<T>::read().
- [translation] Updated Polish translations.
(Michal Smoczyk)

0.18.1

-----------------------------------

* Utilities
- 0000612: Failed to delete XMP data from NEF (or any other TIFF-based)
images. (Reported by Martin Eriksson)
- 0000602: Exiv2 generated TIFF incompatible with libtiff.
(Reported by Udi Fuchs)
- Added new "organize" tool (Brad Schick).

* Exiv2 library
- 0000623: Remove TiffPrinter visitor.
- 0000622: Exiv2 doesn't parse MicrosoftPhoto schema prefix correctly.
(Reported by Gilles Caulier / Sylvain Crouzillat)
- 0000619: Segfault when opening PNG image.
(Reported with patch by Lukasz Krzyzak)
- 0000618: Easy access to information which may be in different Exif tags.
(Based on a patch from Carsten Pfeiffer)
- 0000615: Setting the Exif makernote tag aborts if type is not
"undefined". (digiKam bug 182738)
- 0000609: Building a DLL of Exiv2 0.18 in MinGW requires -no-undefined
linker flag. (Reported with solution by Giuseppe Rota)
- 0000606: Add write support for Photoshop PSD image format.
(Patch from Michael Ulbrich)
- 0000604: Nikkor lens on Nikon D90 not recognized.
(Reported by Niels Kristian Bech Jensen)
- 0000603: Exiv2 does not read lens maker.
(Reported by Niels Kristian Bech Jensen)
- 0000594: Modifying images on an NTFS file system fails.
(digiKam bug 178103)
- 0000494: Patch for displaying focal length (Exif.Canon.FocalLength).
(Patch from Artis Rozentals)
- Updated Panasonic makernote.
- Added read-support for Panasonic RW2 raw images.
(With valuable input from Matthias Welwarsky)
- Some Nikon makernote updates.
- Updated Nikon Lens lookup table to v4.0.347.00 of
Robert Rottmerhusen's lens database.
- Fixed crash in Pentax makernote pretty-printing code.
(Reported by Marijn Kampf)
- Refactored TiffCreator: simplified, fixed several todo's, added
support for multiple TIFF tree structures.

* MSVC related
- 0000621: windows libraries are forcing a link to
..\..\..\zlib-1.2.3\projects\visual6\blah\blah.
(Reported by Peter J. Ersts, fix by Robin Mills)

0.18

--------------------------------------

* Exiv2 utility
- 0000580: [tools] -M option fails and reports success.
(Reported by Daniel Blueman)
- [tools] Added options -pp and -ep to list and extract preview
images.
- [tools] Added option -pa to print all metadata, added control
for the type of metadata in option -P.

* Exiv2 library
- 0000591: [build environment] Added missing includes for g++ 4.4.
(Debian bug 505023, patch from Martin Michlmayr)
- 0000586: [metadata] ValueType<T> constructor makes assumptions of the
endianness of the machine. (Reported by Dimitri)
- 0000584: [build environment] Linking fails for PreviewImage::pData().
(Reported by Joakim Rosqvist)
- 0000583: [build environment] Linking fails when compiling.
(Reported by Joakim Rosqvist)
- 0000542: [exif] Exiv2 doesn't find exif data in attached file.
(Reported by Paolo Benvenuto)
- [exif] Updated Nikon lens info to v3.82 of Robert Rottmerhusen's
lens database.
- [exif] Fixed adjustment of invalid tag data.
(digiKam bug 177457)
- [exif] Catch unknown makernotes before reading the IFD.
(digiKam bug 174620)
- [exif] Introduced logic to fit Exif data in a 64kB block when
writing to JPEG images.
- [exif] Various TIFF parser improvements.
- [exif] Added support for Olympus FE and Raw Info subdirs and
tags.
- [design] class PreviewImage: Added members to access all preview
properties.
- [design] class Metadatum and derived classes: Added familyName()
and groupName().
- [design] class ExifData: Added erase(beg, end).
- [translation] Updated Polish translations.
(Piotr Eljasiak)
- [translation] Updated German translation.
(Oliver Dörr)
- [translation] Updated Slovak translations.
(Ivan Masar)

* MSVC related
- 0000578: [build environment] More fixes for the MSVC build environment.
(Robin Mills)

0.18pre2

-------------------------------------------

* MSVC related
- 0000567: [build environment] Re-wrote MSVC build files. Now builds an
experimental DLL among other improvements. (Robin Mills)

* Exiv2 library
- 0000570: [exif] Fuji SP-3000 Makernote not recognized.
(Reported by han AT whria DOT net)
- 0000516: [exif] Print functions need access to other tags.
- 0000473: [design] Support Preview images. (Vladimir Nadvornik)
- [exif] Fixed non-intrusive encoding for Minolta array elements.
- [exif] Fixed test whether data area is outside of the data buffer.
- [exif] Added check for circular IFD references to new TIFF parser.
- [exif] Added Exif.CanonCs.LensType and pretty-print function.
- [exif] Added Nikon decryption algorithm and use it to decode
lens data.
- [misc] Initialized variable which lead to crash on Windows.
(Reported by Robin Mills).
- [exif] Added synthesized info tags Exif.MakerNote.Offset and
Exif.MakerNote.ByteOrder.
- [misc] Some performance improvements.
(Analysis by Vladimir Nadvornik)
- [exif] Always add Exif.Photo.Makernote tag, even if the
makernote is decoded.
- [xmp] Fixed issue with custom namespaces ending with a .
(Reported by chrysn)
- [exif] Added Olympus2 makernote support. (Vladimir Nadvornik)
- [translation] Updated German translation.
(Oliver Dörr)
- [translation] Updated Polish translation.
(Piotr Eljasiak)
- [design] Removed inline functions from class hierarchies.
(Patrick Spendrin)

0.18pre1

----------------------------------------

* Exiv2 library
- 0000568: [metadata] exiv2 -ps crash for some jpeg files. (Reported by
aurelien)
- 0000566: [miscellaneous] RSA licensed MD5.cpp file in exiv2 0.16.
(Reported with fix by Dirk Mueller)
- 0000565: [exif] IFDs and IFD offsets need to be aligned to word
boundaries. (Reported by iplabs.de)
- 0000554: [exif] Setting "Exif.Image.DateTime Date" gives "Value too
large" exception. (Debian Bug 426274)
- 0000553: [design] [U]Rational::toLong() and toFloat() should not divide
by 0.
- 0000528: [miscellaneous] typeSize is meant for Exif metadata only.
- 0000526: [metadata] Adding GPS info removes preview image from Nikon
Coolpix JPGs. (Reported by paulb)
- 0000524: [design] Publish only API objects in the installed header files.
- 0000523: [miscellaneous] C++ symbol visibility support for gcc builds.
- 0000464: [metadata] Write support for PNG images. (Gilles Caulier)
- 0000462: [exif] Write support for TIFF format ("New TIFF parser").
- 0000405: [design] Separate metadata parsing from metadata storage.
- [metadata] Write support for JPEG2000 format. (Gilles Caulier)
- [exif] Updated Nikon lens info to v3.25 of Robert Rottmerhusen's
lens database.
- [xmp] Added Microsoft Photo and digiKam XMP schemas.
(Gilles Caulier)
- [exif] Added DNG tags.

0.17.1

-----------------------------------

* Exiv2 library
- 0000560: [xmp] Can't delete (last) XMP tag. (Reported by SerGioGioGio)
- 0000559: [exif] Crash when extracting Exif orientation flag from Kodak
DCR raw file. (Reported by Gilles Caulier)
- 0000558: [jpeg i/o] "Warning: JPEG format error, rc = 5" for most of my
JPEG files. (Reported with patch by Marcus Holland-Moritz)
- 0000552: [build environment] Build failure under Mac OS X 10.3.9
(Reported by Marius Schamschula)
- [exif] Fixed several potential division by 0 bugs.

Page 4 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.