v0.27.4 RC2 Release Notes.

main
Robin Mills 4 years ago
parent e1aa4ced4d
commit 0a36287aa5

@ -17,6 +17,10 @@ Bugs/Fixes
|:--------------|:-------|:-------------------------------------------|:-------| |:--------------|:-------|:-------------------------------------------|:-------|
| Bugs & | #1475 | **bmff** Base Media File Format | #1229 | | Bugs & | #1475 | **bmff** Base Media File Format | #1229 |
| Fixes | #1490 | | #1489 | | Fixes | #1490 | | #1489 |
| | #1517 | JPX/bmff support | #1503 |
| | #1518 | Changes Exiv2::enableBMFF() API | #1508 |
| | #1519 | samples/metacopy.cpp optstring | #1504 |
| | #1512 | Avif file -ps image_size fix | #1512 |
| | #1493 | v0.27.4 application tests | | | | #1493 | v0.27.4 application tests | |
| | #1486 | Empty Exif Ascii handling | #1484 | | | #1486 | Empty Exif Ascii handling | #1484 |
| | #1482 | Issues with LangAlt command-line parsing | #1481 | | | #1482 | Issues with LangAlt command-line parsing | #1481 |
@ -50,6 +54,7 @@ Bugs/Fixes
| | #1314 | ASAN issues with RemoteIo | #1307 | | | #1314 | ASAN issues with RemoteIo | #1307 |
| | #1313 | crwtest fixes | #1297 | | | #1313 | crwtest fixes | #1297 |
| Security | #1483 | Define Security Policy | #1122 | | Security | #1483 | Define Security Policy | #1122 |
| | #1523 | jp2image exiv2 asan issue | #1522 |
| Lens | #1375 | Olympus M.Zuiko Digital ED 17mm F1.2 Pro | | | Lens | #1375 | Olympus M.Zuiko Digital ED 17mm F1.2 Pro | |
| | #1373 | Sigma 18-35mm f/1.8 DC HSM | | | | #1373 | Sigma 18-35mm f/1.8 DC HSM | |
| Build | #1496 | Exiv2 v0.27.4 RC1 | | | Build | #1496 | Exiv2 v0.27.4 RC1 | |
@ -86,6 +91,8 @@ Bugs/Fixes
| | #1387 | Fix man page typos concerning CanonFi | | | | #1387 | Fix man page typos concerning CanonFi | |
| Withdrawn | | Discussion FLIR Camera Support | #1479 | | Withdrawn | | Discussion FLIR Camera Support | #1479 |
| No action | | Sigma 60-600mm f/4.5-6.3 DG OS HMS | Sport | #1478 | | No action | | Sigma 60-600mm f/4.5-6.3 DG OS HMS | Sport | #1478 |
| | #1527 | Test Suite to ignore errors | #1502 |
| | | Include path discussion | #1516 |
| | #1474 | Withdrawn PRs concerning bmff | #1229 | | | #1474 | Withdrawn PRs concerning bmff | #1229 |
| | #1458 | | | | | #1458 | | |
| | | Nikon d780 + Tamron 85mm 1.8 VC | #1468 | | | | Nikon d780 + Tamron 85mm 1.8 VC | #1468 |
@ -105,7 +112,7 @@ Bugs/Fixes
Robin Mills Robin Mills
robin@clanmills.com robin@clanmills.com
2021-03-18 2021-04-07
Changes from version 0.27.2 to 0.27.3 Changes from version 0.27.2 to 0.27.3
------------------------------------- -------------------------------------

@ -14,16 +14,21 @@ Thank You to the following who have contributed to this release.
| Christoph | Nikon and Canon Support | | Christoph | Nikon and Canon Support |
| David | Help with legal investigation concerning bmff | | David | Help with legal investigation concerning bmff |
| Freddie | Fuji support | | Freddie | Fuji support |
| Kevin | Security Fixes |
| Leo | New python test scripts | | Leo | New python test scripts |
| Leonardo | Localisation support on Crowdin |
| Milos | DNG 1.6, Exif 2.32, easyaccess support and more | | Milos | DNG 1.6, Exif 2.32, easyaccess support and more |
| Peter K | bmff code | | Peter K | bmff code |
| Peter S | langAltValue.read() fix and helpful issue reports | | Peter S | langAltValue.read() fix and helpful issue reports |
| pydera | Security fixes |
1) Bug and security fixes: 1) Bug and security fixes:
- bmff read-only support (.CR3, .HEIC, .HEIF and .AVIF). - bmff read-only support (.CR3, .HEIC, .HEIF, .AVIF and JXL/bmff).
- Security process is defined. https://github.com/Exiv2/exiv2/security/policy. - Security process is defined. https://github.com/Exiv2/exiv2/security/policy
- 3 benign ASAN issues. First CVE in 18 months. Patched in 2hrs, Fixed ixed in 24hrs.
- DNG 1.6 and Exif 2.32 support. - DNG 1.6 and Exif 2.32 support.
- More easyaccess APIs and documentation. - More easyaccess APIs and documentation.
- Localation support on Crowdin.
- Updated Catalan localisation. - Updated Catalan localisation.
2) Changes to downloadable build bundles: 2) Changes to downloadable build bundles:
@ -58,13 +63,12 @@ The project status is tracked here: https://github.com/Exiv2/exiv2/issues/1462
Exiv2 v0.27.4 is likely to be the final "dot" of the Exiv2 v0.27 product family. Exiv2 v0.27.4 is likely to be the final "dot" of the Exiv2 v0.27 product family.
Development will now move to branch 'main'. Development will now move to branch 'main'.
We plan to port the unique_ptr from branch 'old-master' and ship 'main' as 0.28 in September 2021.
We are incubating Exiv2 into KDE: https://community.kde.org/Incubator/Projects/Exiv2 We plan to port the unique_ptr from branch 'old-master' and ship 'main' as v1.00 in December 2021.
Robin Mills Robin Mills
robin@clanmills.com robin@clanmills.com
2020-03-19 2020-04-07
Headline Features of Exiv2 v0.27.3 Headline Features of Exiv2 v0.27.3
---------------------------------- ----------------------------------

Loading…
Cancel
Save