8
0
Alexei Sorokin
2016-01-25 10:18:05 +00:00
committed by Git OBS Bridge
parent f661878afd
commit 82e7882834
4 changed files with 121 additions and 5 deletions

View File

@@ -1,3 +1,119 @@
-------------------------------------------------------------------
Mon Jan 25 10:12:32 UTC 2016 - sor.alexei@meowr.ru
- Update to 10.10 (changes since 10.00):
* Add a new Olympus CameraType.
* Add a new Canon LensType.
* Add a few new QuickTime GenreID values.
* Decode a new Pentax tag.
* Leica programmers should all be ashamed of the complete shambles
of metadata they have created.
* Minor change to the name of a Sigma lens for Canon.
* Improve recognition of Pentax lens adapter.
* Rename a few Sony tags and improved decoding of others.
* Rename a few Pentax tags.
* Fix problem importing structured information from -X option
output.
* Fix round-off errors in value and typo in name of
CanonVRD:GammaWhitePoint.
* Fix test failures if Encode, POSIX or Time::Local modules are
missing.
* Add ability to read PNG chunks after the normal PNG end of file
(IEND).
* Add ability to delete a PNG trailer (with -trailer:all=).
* Add some new Nikon LensID's.
* Add a few new Canon LensType's.
* Add a new Pentax LensType.
* Decode some new PanasonicRaw tags.
* Decode a new Pentax tag.
* Enhance -m option to allow IPTC values which are too short to
be written.
* Add support for JPEG 2000 extended-length boxes.
* Add a few new Canon LensType and CanonModelID values.
* Add a new Nikon LensID.
* Add ExifTool version number as a comment in -listx output.
* Add support for Leica SL (Typ 601) maker notes.
* Add a new Sony LensType.
* Decode more Sony tags for some new models.
* Decode a new Pentax tag.
* Patch for invalid makernote entry written by
Sony ILCE-7M2 v1.21.
* Patch problem reading EXE resources with a missing null
terminator.
* Add a few new Microsoft XMP tags.
* Enhance -r option to allow processing of directory names
beginning with ".".
* Avoid writing XMP-microsoft:LensModel unless specified
explicitly.
* Limit precision of area size in picasa_faces config file.
* Move Nikon NCDT GPS tags into the GPS group so they work with
the Composite GPS tags.
* Fix problem reading Ricoh RMETA information from some cameras.
* Add new Canon and Sony LensType values.
* Add some new Nikon LensID's.
* Add a new PentaxModelID.
* Add preliminary support for Motorola maker notes.
* Change format of XMP-photoshop:DocumentAncestors to write a
simple Bag of strings rather than structures (since this is
what the Adobe software writes, contrary to their own XMP
specification).
* Fix problem where HASH references may be exposed when copying a
list of structures to a non-list-type tag.
* Add a couple of new XMP-digiKam tags.
* Add a new CanonModelID.
* Add a new ACDSee XMP tag.
* Decode a new Canon tag.
* Improve a few lens names.
* Patch to remove trailing null when reading improperly written
QuickTime strings.
* Fix bug where SystemTags weren't available for use with the -p
and -if options.
* Fix problem with warnings on some systems about unimplemented
functions for FileGroupID and FileUserID when -p or -if were
used.
* Add ability to write empty XMP structures.
* Add write support for PhaseOne MakerNotes tags in IIQ files.
* Add a new Nikon LensID.
* Decode a new Olympus tag and improved decoding of DriveMode.
* Minor improvements to HtmlDump of PhaseOne IIQ and PDF files.
* Patch to allow overwriting of empty XMP written by some
PhaseOne cameras.
* Fix bug in HtmlDump feature that could cause a
"substr outside of string" error.
* Add ability to extract OS X system metadata ("MDItem" tags).
* Add a value conversion for GoogleTrackDuration.
* Enchance the -i option to allow full path names to be specified.
* Fix a potential runtime error when writing corrupted JPEG images.
* Add a new Olympus LensType.
* Add a couple of new Olympus FlashModel values.
* Add a new Nikon LensID.
* Add a new Pentax LensType.
* Decode a number of new Sony tags.
* Decode H264:DateTimeOriginal DST flag, and add " DST" to time
string if set.
* Decode a few more CanonCustom settings.
* Fix problem creating user-defined XMP structure elements with
names containing characters which are illegal in tag names.
* Improve mechanism for generating tags which must be
specifically requested when copying or used in -if or -p
expressions.
* Patch Composite:FileNumber to handle case where
Canon:FileNumber is 10000.
* Patch reading FujiFilm RawImageWidth/Height for new X-Pro2 RAF
images.
* Fix problem reading PDF objects which begin with a comment line.
* Fix problem which could result in ExifTool corrupting a PDF file
when writing.
* API Changes:
+ add Filter option;
+ change GetNewValues method name to GetNewValue (GetNewValues
still works for backward compatibility);
+ change QuickTimeUTC API option to also enforce proper time
zero;
+ add MDItemTags option;
+ add RequestTags option;
+ no longer generate MDItem tags when RequestAll option is set.
-------------------------------------------------------------------
Tue Aug 18 14:51:38 UTC 2015 - sor.alexei@meowr.ru