8
0

- Update to version 12.42:

* Added support for reading maker notes from Panasonic DC-GH6 videos
  * Added conversion for Samsung MCCData
  * Added a new Nikon LensID (thanks Chris)
  * Added a few new Canon LensType values
  * Added a couple of new Olympus StackedImage values (thanks Eberhard)
  * Added a few new values for some Nikon Settings tags (thanks Warren Hatch)
  * Added a "lang:" element to the -json output for alternate language tags when -D, -H or -t is used
  * Update DNG writer to not issue an error when writing DNG 1.6 files
  * Decode information from DJI "ae_dbg_info" maker notes
  * Decode Olympus AISubjectTrackingMode
  * Changed ExifTool FileSize print conversion to use kB/MB/GB units instead of KiB/MiB/GiB
  * Changed "is not shiftable" warning to appear in -v (instead of just -v3) output
  * Patched to allow PDF Encrypt object to be "null"
  * Fixed bug reading ICC_Profile 'meta' tags

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Image-ExifTool?expand=0&rev=97
This commit is contained in:
2022-07-04 07:15:10 +00:00
committed by Git OBS Bridge
parent 9d95cc65b3
commit 22f01d8116
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jul 4 07:12:23 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 12.42:
* Added support for reading maker notes from Panasonic DC-GH6 videos
* Added conversion for Samsung MCCData
* Added a new Nikon LensID (thanks Chris)
* Added a few new Canon LensType values
* Added a couple of new Olympus StackedImage values (thanks Eberhard)
* Added a few new values for some Nikon Settings tags (thanks Warren Hatch)
* Added a "lang:" element to the -json output for alternate language tags when -D, -H or -t is used
* Update DNG writer to not issue an error when writing DNG 1.6 files
* Decode information from DJI "ae_dbg_info" maker notes
* Decode Olympus AISubjectTrackingMode
* Changed ExifTool FileSize print conversion to use kB/MB/GB units instead of KiB/MiB/GiB
* Changed "is not shiftable" warning to appear in -v (instead of just -v3) output
* Patched to allow PDF Encrypt object to be "null"
* Fixed bug reading ICC_Profile 'meta' tags
-------------------------------------------------------------------
Fri Apr 29 06:35:45 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>