1
0

Accepting request 973841 from home:polslinux:branches:devel:languages:perl

- update to version 12.41:
  * Added support for "OM SYSTEM" maker notes
  * Added 2 new Sony LensType values (thanks Jos Roost)
  * Added some new Canon lenses (thanks LibRaw)
  * Added a new Nikon LensID (thanks Bert Ligtvoet)
  * Added a new Canon ContinuousDrive value (thanks Wolfgang Gulcker)
  * Enhanced -v0 option to also print new file name when renaming, moving or
    copying a file
  * Updated xmp2exif.args and exif2xmp.args helper files to reflect the IPTC
    Photometadata Mapping Guidelines version 2202.1
  * Made "Invalid Xxx data" a minor warning for MakerNote data
  * Patched to allow writing of MP4 videos which have other tracks with a
    missing sample description entry
  * Patched MacOS version to specify directory for external utilities (setfile,
    xattr, stat, mdls and osascript from /usr/bin, and tag from /usr/local/bin)
  * Fixed long-standing problem where Windows version could behave differently
    for -if conditions containing undefined tags
  * Fixed problem where -W+! combined with -j or -X produced invalid JSON or XML
    when  processing multiple files
  * Fixed potential "uninitialized value $time in division" runtime warning when
    reading MP4 videos
  * Added PageCount tag to return the number of pages in a multi-page TIFF
  * Added a new Nikon LensID (thanks Wolfgang Exler)
  * Added a few more Sony LensTypes (thanks Jos Roost)
  * Decode some new Canon tags (thanks Mark Reid)
  * Decode another Nikon Z9 tag (thanks Warren Hatch)
  * Decode Nikon NKSC GPSImgDirection (thanks Olaf)
  * Improved handling of empty XMP structures in lists
  * Tolerate leading UTF-8 BOM in -geotag log files
  * Updated photoshop_paths.config to include WorkingPath
  * Patched to allow writing of MP4 videos which have url tracks with a missing
    sample description entry
  * Fixed deep recursion error when reading multi-page TIFF images with more
    than 100 pages
  * Fixed potential deep recursion runtime error when writing nested XMP
    structures
  * Fixed warning which could be generated when writing new
    Composite:GPSCoordinates tag
  * Fixed description of GPR (General Purpose RAW) file type
  * Fixed typo in the name of a new Nikon tag (thanks Herb)

OBS-URL: https://build.opensuse.org/request/show/973841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=95
This commit is contained in:
Stephan Kulow
2022-04-30 06:58:09 +00:00
committed by Git OBS Bridge
parent fc99703d20
commit 9d95cc65b3
4 changed files with 49 additions and 4 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Fri Apr 29 06:35:45 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- update to version 12.41:
* Added support for "OM SYSTEM" maker notes
* Added 2 new Sony LensType values (thanks Jos Roost)
* Added some new Canon lenses (thanks LibRaw)
* Added a new Nikon LensID (thanks Bert Ligtvoet)
* Added a new Canon ContinuousDrive value (thanks Wolfgang Gulcker)
* Enhanced -v0 option to also print new file name when renaming, moving or
copying a file
* Updated xmp2exif.args and exif2xmp.args helper files to reflect the IPTC
Photometadata Mapping Guidelines version 2202.1
* Made "Invalid Xxx data" a minor warning for MakerNote data
* Patched to allow writing of MP4 videos which have other tracks with a
missing sample description entry
* Patched MacOS version to specify directory for external utilities (setfile,
xattr, stat, mdls and osascript from /usr/bin, and tag from /usr/local/bin)
* Fixed long-standing problem where Windows version could behave differently
for -if conditions containing undefined tags
* Fixed problem where -W+! combined with -j or -X produced invalid JSON or XML
when processing multiple files
* Fixed potential "uninitialized value $time in division" runtime warning when
reading MP4 videos
* Added PageCount tag to return the number of pages in a multi-page TIFF
* Added a new Nikon LensID (thanks Wolfgang Exler)
* Added a few more Sony LensTypes (thanks Jos Roost)
* Decode some new Canon tags (thanks Mark Reid)
* Decode another Nikon Z9 tag (thanks Warren Hatch)
* Decode Nikon NKSC GPSImgDirection (thanks Olaf)
* Improved handling of empty XMP structures in lists
* Tolerate leading UTF-8 BOM in -geotag log files
* Updated photoshop_paths.config to include WorkingPath
* Patched to allow writing of MP4 videos which have url tracks with a missing
sample description entry
* Fixed deep recursion error when reading multi-page TIFF images with more
than 100 pages
* Fixed potential deep recursion runtime error when writing nested XMP
structures
* Fixed warning which could be generated when writing new
Composite:GPSCoordinates tag
* Fixed description of GPR (General Purpose RAW) file type
* Fixed typo in the name of a new Nikon tag (thanks Herb)
-------------------------------------------------------------------
Tue Feb 1 21:05:57 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de>