Update release notes
This commit is contained in:
parent
88b5dd6151
commit
3138f51fea
@ -1,9 +1,15 @@
|
||||
Changes from version 0.27.1 to 0.27.2
|
||||
-------------------------------------
|
||||
|
||||
Closed: https://github.com/Exiv2/exiv2/milestone/4?closed=1 (55)
|
||||
Closed: https://github.com/Exiv2/exiv2/milestone/4?closed=1 (61)
|
||||
|
||||
#962 Fix integer overflow in WebPImage::getHeaderOffset()
|
||||
#959 Fix linking BasicError typeinfo on FreeBSD
|
||||
#949 Add Dutch Localisation
|
||||
#944 Add bounds check to MemIo::seek()
|
||||
#938 Replace DEBUG with EXIV2_DEBUG_MESSAGES
|
||||
#928 Corrections to README.md 2.8.Localisation
|
||||
#922 Update README.md to explain cross-compiling (MinGW from Linux)
|
||||
#921 Adding README-SAMPLES.md and removing exiv2samples.1
|
||||
#919 Selecting XMP SDK version (question)
|
||||
#903 $ exiv2 -vVg debug and $ exiv2 -vVg dll are not working correctly.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
CYGWIN Exiv2 v0.27.2-RC2 Bundle
|
||||
CYGWIN Exiv2 v0.27.2-RC3 Bundle
|
||||
-------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
MacOS-X (Darwin) Exiv2 v0.27.2-RC2 Bundle
|
||||
MacOS-X (Darwin) Exiv2 v0.27.2-RC3 Bundle
|
||||
-----------------------------------------
|
||||
|
||||
Structure of the bundle
|
||||
-----------------------
|
||||
|
||||
bin/exiv2 exiv2 and sample applications
|
||||
lib/libexiv2.0.27.2.2.dylib & libexiv2-xmp.a libraries
|
||||
lib/libexiv2.0.27.2.3.dylib & libexiv2-xmp.a libraries
|
||||
lib/pkgconfig/exiv2.pc pkg-config file
|
||||
lib/cmake/exiv2 CMake support/consume files
|
||||
include/exiv2/ include files
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Linux Exiv2 v0.27.2-RC2 Bundle
|
||||
Linux Exiv2 v0.27.2-RC3 Bundle
|
||||
------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
------------------------
|
||||
|
||||
bin/exiv2 exiv2 and sample applications
|
||||
lib/libexiv2.so.0.27.2.2 & libexiv2-xmp.a libraries
|
||||
lib/libexiv2.so.0.27.2.3 & libexiv2-xmp.a libraries
|
||||
lib/pkgconfig/exiv2.pc pkg-config file
|
||||
lib/cmake/exiv2 CMake support/consume files
|
||||
include/exiv2/ include files
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
MinGW/msys2 Exiv2 v0.27.2-RC2 Bundle
|
||||
MinGW/msys2 Exiv2 v0.27.2-RC3 Bundle
|
||||
------------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
Unix Exiv2 v0.27.2-RC2 Bundle (FreeBSD and NetBSD)
|
||||
Unix Exiv2 v0.27.2-RC3 Bundle (FreeBSD and NetBSD)
|
||||
--------------------------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
------------------------
|
||||
|
||||
bin/exiv2 exiv2 and sample applications
|
||||
lib/libexiv2.so.0.27.2.2 & libexiv2-xmp.a libraries
|
||||
lib/libexiv2.so.0.27.2.3 & libexiv2-xmp.a libraries
|
||||
lib/pkgconfig/exiv2.pc pkg-config file
|
||||
lib/cmake/exiv2 CMake support/consume files
|
||||
include/exiv2/ include files
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Visual Studio 2017 Release DLL v0.27.2-RC2 Bundle
|
||||
Visual Studio 2017 Release DLL v0.27.3-RC2 Bundle
|
||||
-------------------------------------------------
|
||||
|
||||
Structure of the bundle:
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
Exiv2 v0.27.2.2 = Exiv2 v0.27.2 RC2
|
||||
Exiv2 v0.27.2.3 = Exiv2 v0.27.2 RC3
|
||||
-----------------------------------
|
||||
|
||||
Second Release Candidate for quarterly "dot" release of Exiv2 v0.27.2
|
||||
Third Release Candidate for quarterly "dot" release of Exiv2 v0.27.2
|
||||
|
||||
A huge thank you to Kevin for outstanding contributions to this release.
|
||||
Thank You to Kevin for security contributions to this release.
|
||||
Thank You to Ting-Wei for Unix contributions to this release.
|
||||
Thank You to Dan and Luis for their solid efforts on Exiv2.
|
||||
Thank You to Andreas S for representing Team Exiv2 at LGM 2019.
|
||||
Contributors: Jens, Nehal, Phil, Toni
|
||||
Contributors: Jens, Nehal, Phil, Toni, Paul
|
||||
|
||||
Headline Features of Exiv2 v0.27.2
|
||||
----------------------------------
|
||||
@ -16,8 +17,10 @@ Headline Features of Exiv2 v0.27.2
|
||||
3) Support for Nikon/AutoFocus and Sony/FocusPosition Metadata
|
||||
4) Documentation and man page revisions
|
||||
5) Updated Catalan Localisation
|
||||
6) Monitoring API changes for v0.27 dot releases
|
||||
7) Using mergify to sync select PRs between 0.27-maintenance and 0.28
|
||||
6) Dutch Localisation
|
||||
7) Support for Cross Compiling (MinGW from Linux)
|
||||
8) Monitoring API changes for v0.27 dot releases
|
||||
9) Using mergify to sync select PRs between 0.27-maintenance and 0.28
|
||||
|
||||
Issues fixed since v0.27.1
|
||||
--------------------------
|
||||
@ -26,7 +29,7 @@ https://github.com/Exiv2/exiv2/milestone/4?closed=1
|
||||
|
||||
Robin Mills
|
||||
robin@clanmills.com
|
||||
2019-06-29
|
||||
2019-07-19
|
||||
|
||||
Headline Features of Exiv2 v0.27.1
|
||||
----------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user