-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1540 from Exiv2/v0.27.4.ReleaseNotes
v0.27.4 RC2 Release Notes.
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,10 @@ Bugs/Fixes | |
|:--------------|:-------|:-------------------------------------------|:-------| | ||
| Bugs & | #1475 | **bmff** Base Media File Format | #1229 | | ||
| 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 | | | ||
| | #1486 | Empty Exif Ascii handling | #1484 | | ||
| | #1482 | Issues with LangAlt command-line parsing | #1481 | | ||
|
@@ -50,6 +54,7 @@ Bugs/Fixes | |
| | #1314 | ASAN issues with RemoteIo | #1307 | | ||
| | #1313 | crwtest fixes | #1297 | | ||
| Security | #1483 | Define Security Policy | #1122 | | ||
| | #1523 | jp2image exiv2 asan issue | #1522 | | ||
| Lens | #1375 | Olympus M.Zuiko Digital ED 17mm F1.2 Pro | | | ||
| | #1373 | Sigma 18-35mm f/1.8 DC HSM | | | ||
| Build | #1496 | Exiv2 v0.27.4 RC1 | | | ||
|
@@ -86,6 +91,8 @@ Bugs/Fixes | |
| | #1387 | Fix man page typos concerning CanonFi | | | ||
| Withdrawn | | Discussion FLIR Camera Support | #1479 | | ||
| 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 | | ||
| | #1458 | | | | ||
| | | Nikon d780 + Tamron 85mm 1.8 VC | #1468 | | ||
|
@@ -105,7 +112,7 @@ Bugs/Fixes | |
|
||
Robin Mills | ||
[email protected] | ||
2021-03-18 | ||
2021-04-07 | ||
|
||
Changes from version 0.27.2 to 0.27.3 | ||
------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,16 +14,21 @@ Thank You to the following who have contributed to this release. | |
| Christoph | Nikon and Canon Support | | ||
| David | Help with legal investigation concerning bmff | | ||
| Freddie | Fuji support | | ||
| Kevin | Security Fixes | | ||
| Leo | New python test scripts | | ||
| Leonardo | Localisation support on Crowdin | | ||
| Milos | DNG 1.6, Exif 2.32, easyaccess support and more | | ||
| Peter K | bmff code | | ||
| Peter S | langAltValue.read() fix and helpful issue reports | | ||
| pydera | Security fixes | | ||
|
||
1) Bug and security fixes: | ||
- bmff read-only support (.CR3, .HEIC, .HEIF and .AVIF). | ||
- Security process is defined. https://github.com/Exiv2/exiv2/security/policy. | ||
- bmff read-only support (.CR3, .HEIC, .HEIF, .AVIF and JXL/bmff). | ||
- 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. | ||
- More easyaccess APIs and documentation. | ||
- Localation support on Crowdin. | ||
- Updated Catalan localisation. | ||
|
||
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. | ||
|
||
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 | ||
[email protected] | ||
2020-03-19 | ||
2020-04-07 | ||
|
||
Headline Features of Exiv2 v0.27.3 | ||
---------------------------------- | ||
|