diff --git a/releasenotes/CYGWIN/ReadMe.txt b/releasenotes/CYGWIN/ReadMe.txt index a658deef..037cbd27 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 1d2af37d..a4ebc808 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 aee8371e..3df24fc1 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 a76ca3fd..ffeee0bd 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 c5cb0d00..19f69434 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 1680d783..36167d27 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 663663fe..5604eb22 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.