Documentation Changes

This commit is contained in:
Robin Mills 2019-06-29 11:06:31 +01:00 committed by Luis Diaz Mas
parent de9ce41a14
commit e4c5c913a1
7 changed files with 21 additions and 9 deletions

View File

@ -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

View File

@ -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"
See file: README.md Section: 2.6 "Consuming Exiv2 with CMake"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
+----------------------------------------------------------------------------+

View File

@ -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.