From de9ce41a14a36987cfa7215916b732d31070b1db Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sat, 29 Jun 2019 10:41:39 +0100 Subject: [PATCH 1/4] Add README-SAMPLES.md to packages --- cmake/packaging.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/packaging.cmake b/cmake/packaging.cmake index 40b946a05f..b5ace411ce 100644 --- a/cmake/packaging.cmake +++ b/cmake/packaging.cmake @@ -100,6 +100,7 @@ install(DIRECTORY "${PROJECT_SOURCE_DIR}/contrib/" DESTINATION "con set( DOCS README.md README-CONAN.md + README-SAMPLES.md license.txt exiv2.png ) From e4c5c913a167b4bc2573ef65a96690e9bb3e12b1 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sat, 29 Jun 2019 11:06:31 +0100 Subject: [PATCH 2/4] Documentation Changes --- releasenotes/CYGWIN/ReadMe.txt | 3 ++- releasenotes/Darwin/ReadMe.txt | 9 +++++++-- releasenotes/Linux/ReadMe.txt | 1 + releasenotes/MinGW/ReadMe.txt | 3 ++- releasenotes/Unix/ReadMe.txt | 7 ++++++- releasenotes/msvc/ReadMe.txt | 3 ++- releasenotes/releasenotes.txt | 4 +--- 7 files changed, 21 insertions(+), 9 deletions(-) diff --git a/releasenotes/CYGWIN/ReadMe.txt b/releasenotes/CYGWIN/ReadMe.txt index a658deefeb..037cbd275c 100644 --- a/releasenotes/CYGWIN/ReadMe.txt +++ b/releasenotes/CYGWIN/ReadMe.txt @@ -1,4 +1,4 @@ -CYGWIN Exiv2 v0.27.2-RC3 Bundle +CYGWIN Exiv2 v0.27.2 Bundle ------------------------------- Structure of the bundle: @@ -19,6 +19,7 @@ exiv2.png Exiv2 Logo license.txt GPLv2.0 Software License README.md Developer Manual README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual releasenotes.txt Late breaking news To run exiv2 from the bundle diff --git a/releasenotes/Darwin/ReadMe.txt b/releasenotes/Darwin/ReadMe.txt index 1d2af37dac..a4ebc8087d 100644 --- a/releasenotes/Darwin/ReadMe.txt +++ b/releasenotes/Darwin/ReadMe.txt @@ -1,11 +1,15 @@ -MacOS-X (Darwin) Exiv2 v0.27.2-RC3 Bundle +MacOS-X (Darwin) Exiv2 v0.27.2 Bundle ----------------------------------------- Structure of the bundle ----------------------- bin/exiv2 exiv2 and sample applications +<<<<<<< HEAD lib/libexiv2.0.27.2.3.dylib & libexiv2-xmp.a libraries +======= +lib/libexiv2.0.27.2.dylib & libexiv2-xmp.a libraries +>>>>>>> Documentation Changes lib/pkgconfig/exiv2.pc pkg-config file lib/cmake/exiv2 CMake support/consume files include/exiv2/ include files @@ -19,6 +23,7 @@ exiv2.png Exiv2 Logo license.txt GPLv2.0 Software License README.md Developer Manual README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual releasenotes.txt Late breaking news To run exiv2 from the bundle @@ -48,4 +53,4 @@ $ g++ -std=c++98 samples/exifprint.cpp -o exifprint $(pkg-config exiv2 --libs -- $ ./exifprint Method 3: Use the CMake support/consume files -See file: README.md Section: 2.6 "Consuming Exiv2 with CMake" \ No newline at end of file +See file: README.md Section: 2.6 "Consuming Exiv2 with CMake" diff --git a/releasenotes/Linux/ReadMe.txt b/releasenotes/Linux/ReadMe.txt index aee8371e68..3df24fc18d 100644 --- a/releasenotes/Linux/ReadMe.txt +++ b/releasenotes/Linux/ReadMe.txt @@ -19,6 +19,7 @@ license.txt GPLv2.0 Software License releasenotes.txt Late breaking news README.md Developer Manual README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual exiv2.png Exiv2 Logo To run exiv2 from the bundle diff --git a/releasenotes/MinGW/ReadMe.txt b/releasenotes/MinGW/ReadMe.txt index a76ca3fd2c..ffeee0bd2d 100644 --- a/releasenotes/MinGW/ReadMe.txt +++ b/releasenotes/MinGW/ReadMe.txt @@ -1,4 +1,4 @@ -MinGW/msys2 Exiv2 v0.27.2-RC3 Bundle +MinGW/msys2 Exiv2 v0.27.2 Bundle ------------------------------------ Structure of the bundle: @@ -20,6 +20,7 @@ exiv2.png Exiv2 Logo license.txt GPLv2.0 Software License README.md Developer Manual README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual releasenotes.txt Late breaking news To run exiv2 from the bundle diff --git a/releasenotes/Unix/ReadMe.txt b/releasenotes/Unix/ReadMe.txt index c5cb0d0073..19f6943471 100644 --- a/releasenotes/Unix/ReadMe.txt +++ b/releasenotes/Unix/ReadMe.txt @@ -1,11 +1,15 @@ -Unix Exiv2 v0.27.2-RC3 Bundle (FreeBSD and NetBSD) +Unix Exiv2 v0.27.2 Bundle (FreeBSD and NetBSD) -------------------------------------------------- Structure of the bundle: ------------------------ bin/exiv2 exiv2 and sample applications +<<<<<<< HEAD lib/libexiv2.so.0.27.2.3 & libexiv2-xmp.a libraries +======= +lib/libexiv2.so.0.27.2 & libexiv2-xmp.a libraries +>>>>>>> Documentation Changes lib/pkgconfig/exiv2.pc pkg-config file lib/cmake/exiv2 CMake support/consume files include/exiv2/ include files @@ -19,6 +23,7 @@ license.txt GPLv2.0 Software License releasenotes.txt Late breaking news README.md Developer Manual README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual exiv2.png Exiv2 Logo To run exiv2 from the bundle diff --git a/releasenotes/msvc/ReadMe.txt b/releasenotes/msvc/ReadMe.txt index 1680d783a9..36167d27d3 100644 --- a/releasenotes/msvc/ReadMe.txt +++ b/releasenotes/msvc/ReadMe.txt @@ -1,4 +1,4 @@ -Visual Studio 2017 Release DLL v0.27.3-RC2 Bundle +Visual Studio 2017 Release DLL v0.27.2 Bundle ------------------------------------------------- Structure of the bundle: @@ -17,6 +17,7 @@ license.txt GPLv2.0 Software License releasenotes.txt Late breaking news README.md Developer Manual README-CONAN.md Developer Manual Appendix +README-SAMPLES.md Developer Sample Code Manual exiv2.png Exiv2 Logo +----------------------------------------------------------------------------+ diff --git a/releasenotes/releasenotes.txt b/releasenotes/releasenotes.txt index 663663fed5..5604eb2276 100644 --- a/releasenotes/releasenotes.txt +++ b/releasenotes/releasenotes.txt @@ -1,8 +1,6 @@ -Exiv2 v0.27.2.3 = Exiv2 v0.27.2 RC3 +Exiv2 v0.27.2 ----------------------------------- -Third Release Candidate for quarterly "dot" release of Exiv2 v0.27.2 - 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. From 07c0b7f51e7bd0fc08da29402c62e5217319bd37 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sat, 29 Jun 2019 11:07:22 +0100 Subject: [PATCH 3/4] Bump Revision Number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cda7e93c3..224cd64cf0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required( VERSION 3.3.2 ) project(exiv2 - VERSION 0.27.2.3 + VERSION 0.27.2 LANGUAGES CXX C ) From 220e578b2f5c13c54081877b6f3109388c2c9060 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Mon, 22 Jul 2019 09:35:59 +0100 Subject: [PATCH 4/4] Document changes from 0.27.2.3 to 0.27.2 --- releasenotes/releasenotes.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/releasenotes/releasenotes.txt b/releasenotes/releasenotes.txt index 5604eb2276..c80a442533 100644 --- a/releasenotes/releasenotes.txt +++ b/releasenotes/releasenotes.txt @@ -1,6 +1,8 @@ Exiv2 v0.27.2 ----------------------------------- +Exiv2 v0.27 Second Dot 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. @@ -16,8 +18,8 @@ Headline Features of Exiv2 v0.27.2 4) Updated Catalan Localisation 5) Monitoring API changes for v0.27 dot releases 6) Using mergify to sync select PRs between 0.27-maintenance and 0.28 -7) Prelinary Dutch Localisation -8) Prelinary Support for Unix (FreeBSD and NetBSD) +7) Preliminary Dutch Localisation +8) Preliminary Support for Unix (FreeBSD and NetBSD) Issues fixed since v0.27.1 -------------------------- @@ -26,7 +28,7 @@ https://github.com/Exiv2/exiv2/milestone/4?closed=1 Robin Mills robin@clanmills.com -2019-07-19 +2019-07-22 Headline Features of Exiv2 v0.27.1 ----------------------------------