1
0

Accepting request 1248369 from home:jubalh:branches:devel:languages:perl

- Update to 13.21:
  * Patched issue that could result in runtime warning for some video files
  * Fixed a bug that could cause a compiler error when using the -plot option

- Update to 13.20:
  * Added new -plot option for generating SVG-format plots from tag values
  * Added a new Olympus CameraType
  * Added a new Nikon Z LensID (thanks Warren Hatch)
  * Overhauled decoding of Nikon AF tags (thanks Warren Hatch)
  * Decode timed GPS from yet another model dashcam
  * Decode more information from AAE files
  * Decode more tags from DJI videos
  * Updated Windows launcher (thanks Oliver Betz)
  * Enhanced -w option to be available for use with the -csv output
  * Attempted to patch a problem writing some PDF files
  * Fail if a required module is missing when attempting to write a
    formatted date/time value instead of falling back to write as unformatted
  * Minor change to WebP lossless FileType text
  * API Changes:
    + Added Plot option

OBS-URL: https://build.opensuse.org/request/show/1248369
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=190
This commit is contained in:
2025-02-26 06:45:29 +00:00
committed by Git OBS Bridge
parent 42852c49b5
commit 192dfb4dc1
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Feb 25 13:08:51 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 13.21:
* Patched issue that could result in runtime warning for some video files
* Fixed a bug that could cause a compiler error when using the -plot option
-------------------------------------------------------------------
Tue Feb 25 13:08:17 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 13.20:
* Added new -plot option for generating SVG-format plots from tag values
* Added a new Olympus CameraType
* Added a new Nikon Z LensID (thanks Warren Hatch)
* Overhauled decoding of Nikon AF tags (thanks Warren Hatch)
* Decode timed GPS from yet another model dashcam
* Decode more information from AAE files
* Decode more tags from DJI videos
* Updated Windows launcher (thanks Oliver Betz)
* Enhanced -w option to be available for use with the -csv output
* Attempted to patch a problem writing some PDF files
* Fail if a required module is missing when attempting to write a
formatted date/time value instead of falling back to write as unformatted
* Minor change to WebP lossless FileType text
* API Changes:
+ Added Plot option
-------------------------------------------------------------------
Wed Feb 12 07:44:28 UTC 2025 - Michael Vetter <mvetter@suse.com>