|
1 | | -Exiv2 v0.27.2.1 = Exiv2 v0.27.2 RC1 |
| 1 | +Exiv2 v0.27.2.2 = Exiv2 v0.27.2 RC2 |
2 | 2 | ----------------------------------- |
3 | 3 |
|
4 | | -First Release Candidate for quarterly "dot" release of Exiv2 v0.27.2 |
| 4 | +Second Release Candidate for quarterly "dot" release of Exiv2 v0.27.2 |
5 | 5 |
|
6 | 6 | A huge thank you to Kevin for outstanding contributions to this release. |
7 | 7 | Thank You to Dan and Luis for their solid efforts on Exiv2. |
8 | 8 | Thank You to Andreas S for representing Team Exiv2 at LGM 2019. |
9 | | -Contributors: Jens, Nehal, Phil, Simon, Toni |
| 9 | +Contributors: Jens, Nehal, Phil, Toni |
10 | 10 |
|
11 | 11 | Headline Features of Exiv2 v0.27.2 |
12 | 12 | ---------------------------------- |
13 | 13 |
|
14 | 14 | 1) Bug and security fixes |
15 | 15 | 2) Support for Unix (FreeBSD and NetBSD) |
16 | | -3) Support for cross compiling on Linux for MinGW |
17 | | -4) Support for Nikon/AutoFocus and Sony/FocusPosition Metadata |
18 | | -5) Documentation and man page revisions |
19 | | -6) Updated Catalan Localisation |
20 | | -7) Monitoring API changes for v0.27 dot releases |
21 | | -8) Using mergify to sync select PRs between 0.27-maintenance and 0.28 |
22 | | - |
23 | | -Issues Open for v0.27.2: https://github.com/Exiv2/exiv2/milestone/4 |
24 | | -Issues Closed for v0.27.2: https://github.com/Exiv2/exiv2/milestone/4?closed=1 |
| 16 | +3) Support for Nikon/AutoFocus and Sony/FocusPosition Metadata |
| 17 | +4) Documentation and man page revisions |
| 18 | +5) Updated Catalan Localisation |
| 19 | +6) Monitoring API changes for v0.27 dot releases |
| 20 | +7) Using mergify to sync select PRs between 0.27-maintenance and 0.28 |
| 21 | + |
| 22 | +Issues fixed since v0.27.1 |
| 23 | +-------------------------- |
| 24 | + |
| 25 | +#928 Corrections to README.md 2.8.Localisation |
| 26 | +#921 Adding README-SAMPLES.md and removing exiv2samples.1 |
| 27 | +#919 Selecting XMP SDK version (question) |
| 28 | +#903 $ exiv2 -vVg debug and $ exiv2 -vVg dll are not working correctly. |
| 29 | +#899 ICCProfile FalseWarning |
| 30 | +#895 'exiv2 mv -r' not accepting format |
| 31 | +#880 Nikon D90 - wrong FileNumber and DirectoryNumber |
| 32 | +#870 Remove call to atol, which might read off the end of the buffer. |
| 33 | +#868 Prevent out-of-bounds read in IptcParser::decode() |
| 34 | +#858 Check bounds of jpg_img_off and jpg_img_len |
| 35 | +#856 Add bounds check of resourceSize. |
| 36 | +#854 Add bounds check on allocation size. |
| 37 | +#852 Check bounds of month and day |
| 38 | +#851 Denial of service in XMPUtils AdjustTimeOverflow() |
| 39 | +#848 Check bounds of allocation size |
| 40 | +#846 Add bounds check on allocation size |
| 41 | +#841 Issue 841: replace assert with enforce. |
| 42 | +#833 NetBSD/FreeBSD Support |
| 43 | +#831 Restore 0.25 behaviour of $ exiv2 -g image ... |
| 44 | +#829 Update Catalan translation |
| 45 | +#828 Segmentation fault in pngimage.cpp:329. |
| 46 | +#823 Support build/test of Exiv2 on NetBSD |
| 47 | +#816 Avoid null pointer exception due to NULL return value from strchr |
| 48 | +#808 Changes to README.md |
| 49 | +#798 Install CMake/consume files in DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/exiv2/ |
| 50 | +#797 Avoid negative integer overflow when filesize < io_->tell() |
| 51 | +#795 Avoid negative integer overflow when iccOffset > chunkLength |
| 52 | +#794 Avoid negative integer overflow when chunkLength == 0 |
| 53 | +#763 False Negatives in Unit Tests |
| 54 | +#754 Regression in detected lens |
| 55 | +#743 Sigma 24-70mm F2,8 DG OS HSM Art not detected |
| 56 | +#662 How does the rename (mv) work in case of name clash? question |
| 57 | +#646 Exiv2 does not find certain AF tags for the Nikon D850 |
| 58 | +#589 Fix in sidecar files #589 |
| 59 | +#582 Add support for FocusPosition (Tag9402) in Sony RAW files |
25 | 60 |
|
26 | 61 | Robin Mills |
27 | 62 | robin@clanmills.com |
28 | | -2019-06-15 |
| 63 | +2019-06-29 |
29 | 64 |
|
30 | 65 | Headline Features of Exiv2 v0.27.1 |
31 | 66 | ---------------------------------- |
|
0 commit comments