Documentation maintenance

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

@ -1,7 +1,7 @@
cmake_minimum_required( VERSION 3.3.2 )
project(exiv2
VERSION 0.27.3.1
VERSION 0.27.3.19
LANGUAGES CXX C
)

@ -90,8 +90,15 @@ if ( MSVC )
endif()
# Set RC = Release Candidate
if ( PROJECT_VERSION_TWEAK STREQUAL "9" )
set (RC "Not for release")
string(REGEX MATCH "9$" NOT_FOR_RELEASE ${PROJECT_VERSION_TWEAK})
if ( NOT_FOR_RELEASE )
if ( PROJECT_VERSION_TWEAK STREQUAL "9" ) # 0.27.3.9 => Not for Release
set(RC "")
set (RC "Not for release")
else()
string(SUBSTRING ${PROJECT_VERSION_TWEAK} 0 1 RC) # 0.27.19 => RC1 Not for release
set (RC "RC${RC} Not for release")
endif()
elseif ( (PROJECT_VERSION_TWEAK STREQUAL "0") OR (PROJECT_VERSION_TWEAK STREQUAL "") )
set(RC "GM Release")
else()

33569
po/nl.po

File diff suppressed because it is too large Load Diff

@ -56,6 +56,8 @@ See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"
More Documentation
------------------
Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2

@ -4,7 +4,7 @@ Structure of the bundle
-----------------------
bin/exiv2 exiv2 and sample applications
lib/libexiv2.@VM@.@VN@.@VD@.dylib & libexiv2-xmp.a libraries
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
@ -53,6 +53,8 @@ See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"
More Documentation
------------------
Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2

@ -56,6 +56,8 @@ See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"
More Documentation
------------------
Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2

@ -59,6 +59,8 @@ See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"
More Documentation
------------------
Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2

@ -56,6 +56,8 @@ See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"
More Documentation
------------------
Project Website: https://exiv2.org
$ export "MANPATH=/usr/local/share/man:$MANPATH"
$ man exiv2

@ -2,13 +2,65 @@
Headline Features of Exiv2 v0.27.3
----------------------------------
To be written
Changes since 0.27.2
--------------------
Thank you to Phil, Sridhar, Luis, Kevin, Andreas S and for working with me on the release.
As always, thanks to my wife Alison and our cat Lizze for their support
1) Bug and security fixes
- Security fixes
- Improved lens recognition
2) Build, test and documentation
- Improved documentation and man page
- Improved test harness and documentation
- Visual Studio test support
- Cross compiling support
- UNIX support (Solaris, FreeBSD and NetBSD)
- http test support
3) Localisation
- Updated Catalan
- Updated Dutch
4) Build Bundles
- Replace license.txt with COPYING
- Removed contrib/ directory
- share/locale has localisation files
5) New Additions
- contrib/vs2019 Visual Studio support
- Defined security process
- Exif 2.32 support
- CONTRIBUTORS file
Detailed Changes since 0.27.2
-----------------------------
https://github.com/Exiv2/exiv2/milestone/5?closed=1
Schedule
--------
2020-04-30 RC1
2020-05-31 RC2
2020-06-30 GM
Future Releases
---------------
I returned from retirement to undertake the 0.27.3 project
It's likely that I will work on 0.27.4 in 2021
Team Exiv2 are looking for contributors to work on Exiv2 v0.28
Robin Mills
robin@clanmills.com
2020-04-22
-------------------------
Release Notes for v0.27.2
-------------------------
Headline Features of Exiv2 v0.27.2
----------------------------------

Loading…
Cancel
Save