Makeover Release Notes and platform/ReadMe

v0.27.3
Robin Mills 5 years ago
parent 98adf41df9
commit d0f6eb01c1

@ -1,7 +1,7 @@
cmake_minimum_required( VERSION 3.3.2 ) cmake_minimum_required( VERSION 3.3.2 )
project(exiv2 project(exiv2
VERSION 0.27.3.19 VERSION 0.27.3.19 # 0.27.3 = GM; 0.27.3.1 = RC1; ends in 9 "Not for release" (0.27.3.9, 0.27.3.19 etc)
LANGUAGES CXX C LANGUAGES CXX C
) )

@ -1,25 +1,26 @@
@RV@ Cygwin/Windows Bundle @RC@ @RV@ Cygwin/Windows Bundle @RC@
Structure of the bundle: Document Purpose
------------------------ -------- -------
ReadMe.txt This file
bin/exiv2.exe exiv2 and sample applications README.md Developer Manual
bin/cygexiv2-@VN@.dll DLL README-CONAN.md Developer Manual Appendix
lib/libexiv2.dll.a & libexiv2-xmp.a link libraries README-SAMPLES.md Developer Sample Code Manual
lib/cmake/exiv2 CMake support/consume files releasenotes.txt Late breaking news
lib/pkgconfig/exiv2.pc pkg-config file exiv2.png Exiv2 Logo
share/man/ man pages COPYING GPLv2.0 Software License
share/locale/ localisation files
samples/exifprint.cpp sample code Deliverable Location
logs build/test log ----------- --------
exiv2 and sample applications bin/exiv2.exe
ReadMe.txt This file exiv2 dll bin/cygexiv2-@VN@.dll
exiv2.png Exiv2 Logo link libraries lib/libexiv2.dll.a & libexiv2-xmp.a
COPYING GPLv2.0 Software License CMake support/consume files lib/cmake/exiv2
README.md Developer Manual pkg-config file lib/pkgconfig/exiv2.pc
README-CONAN.md Developer Manual Appendix man pages share/man/
README-SAMPLES.md Developer Sample Code Manual localisation files share/locale/
releasenotes.txt Late breaking news sample code samples/exifprint.cpp
build and test log logs/build.txt
To run exiv2 from the bundle To run exiv2 from the bundle
---------------------------- ----------------------------
@ -61,10 +62,6 @@ Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH" $ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2 $ man exiv2
The following documents are included in your bundle: Robin Mills
robin@clanmills.com
README.md Developer Manual Updated: 2020-04-22
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual

@ -1,25 +1,26 @@
@RV@ macOS (Darwin) Bundle @RC@ @RV@ macOS (Darwin) Bundle @RC@
Structure of the bundle Document Purpose
----------------------- -------- -------
ReadMe.txt This file
README.md Developer Manual
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
bin/exiv2 exiv2 and sample applications Deliverable Location
lib/libexiv2.@VM@.@VN@.@VD@@VR@.dylib & libexiv2-xmp.a libraries ----------- --------
lib/pkgconfig/exiv2.pc pkg-config file exiv2 and sample applications bin/exiv2
lib/cmake/exiv2 CMake support/consume files libraries lib/libexiv2.@VM@.@VN@.@VD@@VR@.dylib & libexiv2-xmp.a
include/exiv2/ include files pkg-config file lib/pkgconfig/exiv2.pc
share/man/ man pages CMake support/consume files lib/cmake/exiv2
share/locale/ localisation files include files include/exiv2/
samples/exifprint.cpp sample code man pages share/man/
logs build/test log localisation files share/locale/
sample code samples/exifprint.cpp
ReadMe.txt This file build/test log logs/build.txt
exiv2.png Exiv2 Logo
COPYING 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 To run exiv2 from the bundle
---------------------------- ----------------------------
@ -58,8 +59,6 @@ Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH" $ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2 $ man exiv2
The following documents are included in your bundle: Robin Mills
robin@clanmills.com
README.md Developer Manual Updated: 2020-04-22
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual

@ -1,25 +1,26 @@
@RV@ Linux Bundle @RC@ @RV@ Linux Bundle @RC@
Structure of the bundle: Document Purpose
------------------------ -------- -------
ReadMe.txt This file
README.md Developer Manual
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
bin/exiv2 exiv2 and sample applications Deliverable Location
lib/libexiv2.so.@VM@.@VN@.@VD@@VR@ & libexiv2-xmp.a libraries ----------- --------
lib/pkgconfig/exiv2.pc pkg-config file exiv2 and sample applications bin/exiv2
lib/cmake/exiv2 CMake support/consume files libraries lib/libexiv2.so.@VM@.@VN@.@VD@@VR@ & libexiv2-xmp.a
include/exiv2/ include files pkg-config file lib/pkgconfig/exiv2.pc
share/man/ man pages CMake support/consume files lib/cmake/exiv2
share/locale/ localisation files pkg-config file lib/pkgconfig/exiv2.pc
samples/exifprint.cpp sample code man pages share/man/
logs build/test log localisation files share/locale/
sample code samples/exifprint.cpp
ReadMe.txt This file build and test log logs/build.txt
COPYING 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 To run exiv2 from the bundle
---------------------------- ----------------------------
@ -61,9 +62,6 @@ Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH" $ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2 $ man exiv2
The following documents are included in your bundle: Robin Mills
robin@clanmills.com
README.md Developer Manual Updated: 2020-04-22
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual

@ -1,26 +1,27 @@
@RV@ MinGW/Windows Bundle @RC@ @RV@ MinGW/Windows Bundle @RC@
Structure of the bundle: Document Purpose
------------------------ -------- -------
ReadMe.txt This file
README.md Developer Manual
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
bin/exiv2.exe exiv2 and sample applications Deliverable Location
bin/msys-exiv2-@VN@.dll exiv2 dll ----------- --------
lib/libexiv2.dll.a & libexiv2-xmp.a link libraries
lib/pkgconfig/exiv2.pc pkg-config file
lib/cmake/exiv2 CMake support/consume files
include/exiv2/ include files
share/man/ man pages
share/locale/ localisation files
samples/exifprint.cpp sample code
logs build/test log
ReadMe.txt This file exiv2 and sample applications bin/exiv2.exe
exiv2.png Exiv2 Logo exiv2 dll bin/msys-exiv2-@VN@.dll
COPYING GPLv2.0 Software License link libraries lib/libexiv2.dll.a & libexiv2-xmp.a
README.md Developer Manual CMake support/consume files lib/cmake/exiv2
README-CONAN.md Developer Manual Appendix pkg-config file lib/pkgconfig/exiv2.pc
README-SAMPLES.md Developer Sample Code Manual man pages share/man/
releasenotes.txt Late breaking news localisation files share/locale/
sample code samples/exifprint.cpp
build and test log logs/build.txt
To run exiv2 from the bundle To run exiv2 from the bundle
---------------------------- ----------------------------
@ -64,8 +65,6 @@ Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH" $ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2 $ man exiv2
The following documents are included in your bundle: Robin Mills
robin@clanmills.com
README.md Developer Manual Updated: 2020-04-22
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual

@ -1,25 +1,25 @@
@RV@ @CMAKE_SYSTEM_NAME@ Bundle @RC@ @RV@ @CMAKE_SYSTEM_NAME@ Bundle @RC@
Structure of the bundle: Document Purpose
------------------------ -------- -------
ReadMe.txt This file
README.md Developer Manual
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
bin/exiv2 exiv2 and sample applications Deliverable Location
lib/libexiv2.so.@VM@.@VN@.@VD@ & libexiv2-xmp.a libraries ----------- --------
lib/pkgconfig/exiv2.pc pkg-config file exiv2 and sample applications bin/exiv2
lib/cmake/exiv2 CMake support/consume files libraries lib/libexiv2.so.@VM@.@VN@.@VD@ & libexiv2-xmp.a
include/exiv2/ include files CMake support/consume files lib/cmake/exiv2
share/man/ man pages pkg-config file lib/pkgconfig/exiv2.pc
share/locale/ localisation files man pages share/man/
samples/exifprint.cpp sample code localisation files share/locale/
logs build/test log sample code samples/exifprint.cpp
build and test log logs/build.txt
ReadMe.txt This file
COPYING 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 To run exiv2 from the bundle
---------------------------- ----------------------------
@ -61,8 +61,6 @@ Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH" $ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2 $ man exiv2
The following documents are included in your bundle: Robin Mills
robin@clanmills.com
README.md Developer Manual Updated: 2020-04-22
README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual

@ -1,23 +1,24 @@
@RV@ Visual Studio @VS@ Bundle @RC@ @RV@ Visual Studio @VS@ Bundle @RC@
Structure of the bundle: Document Purpose
------------------------ -------- -------
ReadMe.txt This file
bin/exiv2.exe exiv2 and sample applications README.md Developer Manual
bin/exiv2.dll dll README-CONAN.md Developer Manual Appendix
lib/exiv2.lib & exiv2-xmp.lib link libraries README-SAMPLES.md Developer Sample Code Manual
lib/cmake/exiv2 CMake support/consume files releasenotes.txt Late breaking news
include/exiv2/ include files exiv2.png Exiv2 Logo
samples/exifprint.cpp sample code COPYING GPLv2.0 Software License
logs build/test log
Deliverable Location
ReadMe.txt This file ----------- --------
COPYING GPLv2.0 Software License exiv2 and sample applications bin/exiv2.exe
releasenotes.txt Late breaking news exiv2 dll bin/exiv2.dll
README.md Developer Manual link libraries lib/exiv2.lib & exiv2-xmp.lib
README-CONAN.md Developer Manual Appendix CMake support/consume files lib/cmake/exiv2
README-SAMPLES.md Developer Sample Code Manual include files include/exiv2/
exiv2.png Exiv2 Logo sample code samples/exifprint.cpp
build/test log logs/build.txt
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
| Caution: Use a Windows unzip utility such as 7z or winzip | | Caution: Use a Windows unzip utility such as 7z or winzip |
@ -52,10 +53,11 @@ See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"
More Documentation More Documentation
------------------ ------------------
https://www.exiv2.org/manpage.html Project Website: https://exiv2.org
The following documents are included in your bundle: $ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2
README.md Developer Manual Robin Mills
README-CONAN.md Developer Manual Appendix robin@clanmills.com
README-SAMPLES.md Developer Sample Code Manual Updated: 2020-04-22

@ -3,8 +3,8 @@
Headline Features of Exiv2 v0.27.3 Headline Features of Exiv2 v0.27.3
---------------------------------- ----------------------------------
Thank you to Phil, Sridhar, Luis, Kevin, Andreas S and for working with me on the release. Thank you to Phil, Sridhar, Luis, Kevin, and Andreas S for working with me on the release.
As always, thanks to my wife Alison and our cat Lizze for their support As always, thanks to my wife Alison and our cat Lizzie for their support
1) Bug and security fixes 1) Bug and security fixes
- Security fixes - Security fixes
@ -41,15 +41,15 @@ https://github.com/Exiv2/exiv2/milestone/5?closed=1
Schedule Schedule
-------- --------
2020-04-30 RC1 Exiv2 v0.27.3 RC1 2020-04-30
2020-05-31 RC2 Exiv2 v0.27.3 RC2 2020-05-31
2020-06-30 GM Exiv2 v0.27.3 RC3 2020-06-30
Future Releases Future Releases
--------------- ---------------
I returned from retirement to undertake the 0.27.3 project I returned from retirement to undertake the 0.27.3 project.
It's likely that I will work on 0.27.4 in 2021 It's likely that I will work on 0.27.4 in Spring 2021.
Team Exiv2 are looking for contributors to work on Exiv2 v0.28 Team Exiv2 are looking for contributors to work on Exiv2 v0.28

Loading…
Cancel
Save