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
------------------------ -------- -------
bin/exiv2.exe exiv2 and sample applications
bin/cygexiv2-@VN@.dll DLL
lib/libexiv2.dll.a & libexiv2-xmp.a link libraries
lib/cmake/exiv2 CMake support/consume files
lib/pkgconfig/exiv2.pc pkg-config file
share/man/ man pages
share/locale/ localisation files
samples/exifprint.cpp sample code
logs build/test log
ReadMe.txt This file ReadMe.txt This file
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
README.md Developer Manual README.md Developer Manual
README-CONAN.md Developer Manual Appendix README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
Deliverable Location
----------- --------
exiv2 and sample applications bin/exiv2.exe
exiv2 dll bin/cygexiv2-@VN@.dll
link libraries lib/libexiv2.dll.a & libexiv2-xmp.a
CMake support/consume files lib/cmake/exiv2
pkg-config file lib/pkgconfig/exiv2.pc
man pages share/man/
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
---------------------------- ----------------------------
@ -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
----------------------- -------- -------
bin/exiv2 exiv2 and sample applications
lib/libexiv2.@VM@.@VN@.@VD@@VR@.dylib & libexiv2-xmp.a 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 ReadMe.txt This file
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
README.md Developer Manual README.md Developer Manual
README-CONAN.md Developer Manual Appendix README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
Deliverable Location
----------- --------
exiv2 and sample applications bin/exiv2
libraries lib/libexiv2.@VM@.@VN@.@VD@@VR@.dylib & libexiv2-xmp.a
pkg-config file lib/pkgconfig/exiv2.pc
CMake support/consume files lib/cmake/exiv2
include files include/exiv2/
man pages share/man/
localisation files share/locale/
sample code samples/exifprint.cpp
build/test log logs/build.txt
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
------------------------ -------- -------
bin/exiv2 exiv2 and sample applications
lib/libexiv2.so.@VM@.@VN@.@VD@@VR@ & libexiv2-xmp.a 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 ReadMe.txt This file
COPYING GPLv2.0 Software License
releasenotes.txt Late breaking news
README.md Developer Manual README.md Developer Manual
README-CONAN.md Developer Manual Appendix README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
Deliverable Location
----------- --------
exiv2 and sample applications bin/exiv2
libraries lib/libexiv2.so.@VM@.@VN@.@VD@@VR@ & libexiv2-xmp.a
pkg-config file lib/pkgconfig/exiv2.pc
CMake support/consume files lib/cmake/exiv2
pkg-config file lib/pkgconfig/exiv2.pc
man pages share/man/
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
---------------------------- ----------------------------
@ -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
------------------------ -------- -------
bin/exiv2.exe exiv2 and sample applications
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 ReadMe.txt This file
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
README.md Developer Manual README.md Developer Manual
README-CONAN.md Developer Manual Appendix README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
Deliverable Location
----------- --------
exiv2 and sample applications bin/exiv2.exe
exiv2 dll bin/msys-exiv2-@VN@.dll
link libraries lib/libexiv2.dll.a & libexiv2-xmp.a
CMake support/consume files lib/cmake/exiv2
pkg-config file lib/pkgconfig/exiv2.pc
man pages share/man/
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
------------------------ -------- -------
bin/exiv2 exiv2 and sample applications
lib/libexiv2.so.@VM@.@VN@.@VD@ & libexiv2-xmp.a 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 ReadMe.txt This file
COPYING GPLv2.0 Software License
releasenotes.txt Late breaking news
README.md Developer Manual README.md Developer Manual
README-CONAN.md Developer Manual Appendix README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
Deliverable Location
----------- --------
exiv2 and sample applications bin/exiv2
libraries lib/libexiv2.so.@VM@.@VN@.@VD@ & libexiv2-xmp.a
CMake support/consume files lib/cmake/exiv2
pkg-config file lib/pkgconfig/exiv2.pc
man pages share/man/
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
---------------------------- ----------------------------
@ -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
------------------------ -------- -------
bin/exiv2.exe exiv2 and sample applications
bin/exiv2.dll dll
lib/exiv2.lib & exiv2-xmp.lib link libraries
lib/cmake/exiv2 CMake support/consume files
include/exiv2/ include files
samples/exifprint.cpp sample code
logs build/test log
ReadMe.txt This file ReadMe.txt This file
COPYING GPLv2.0 Software License
releasenotes.txt Late breaking news
README.md Developer Manual README.md Developer Manual
README-CONAN.md Developer Manual Appendix README-CONAN.md Developer Manual Appendix
README-SAMPLES.md Developer Sample Code Manual README-SAMPLES.md Developer Sample Code Manual
releasenotes.txt Late breaking news
exiv2.png Exiv2 Logo exiv2.png Exiv2 Logo
COPYING GPLv2.0 Software License
Deliverable Location
----------- --------
exiv2 and sample applications bin/exiv2.exe
exiv2 dll bin/exiv2.dll
link libraries lib/exiv2.lib & exiv2-xmp.lib
CMake support/consume files lib/cmake/exiv2
include files include/exiv2/
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