1
0

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

- Update to 13.31:
  * Added a new CanonModelID and RFLensType
  * Added some new FujiFilm AdvancedFilter values
  * Added a new Nikon Z LensID
  * Decode a few new Sigma tags
  * Decode two more types of timed GPS from MP4 videos
  * Decode more Pentax AF tags for some models
  * Extract Pages MediaBox from PDF files (github #333)
  * Enhanced Validate feature to check some embedded images
  * Remove sub-seconds if they exist when writing a PDF date
  * Removed a debugging warning left in the -plot update of 13.28
  * Changed DNG ProfileIFD RGBTables to Binary-type tag (github #334)
  * Internal code improvements in the handling of some trailers
  * Patched LNK string parsing for Windows nonconformity (github #332)
  * Fixed a few possible "uninitialized value" warnings

OBS-URL: https://build.opensuse.org/request/show/1288230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=198
This commit is contained in:
2025-06-24 13:36:39 +00:00
committed by Git OBS Bridge
parent 95690f2d7b
commit aa6c3ccd38
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jun 24 11:19:56 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 13.31:
* Added a new CanonModelID and RFLensType
* Added some new FujiFilm AdvancedFilter values
* Added a new Nikon Z LensID
* Decode a few new Sigma tags
* Decode two more types of timed GPS from MP4 videos
* Decode more Pentax AF tags for some models
* Extract Pages MediaBox from PDF files (github #333)
* Enhanced Validate feature to check some embedded images
* Remove sub-seconds if they exist when writing a PDF date
* Removed a debugging warning left in the -plot update of 13.28
* Changed DNG ProfileIFD RGBTables to Binary-type tag (github #334)
* Internal code improvements in the handling of some trailers
* Patched LNK string parsing for Windows nonconformity (github #332)
* Fixed a few possible "uninitialized value" warnings
-------------------------------------------------------------------
Mon Jun 2 17:33:23 UTC 2025 - Michael Vetter <mvetter@suse.com>