File tree Expand file tree Collapse file tree 6 files changed +20
-21
lines changed Expand file tree Collapse file tree 6 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 1
- CYGWIN Exiv2 v0.27.1 Release Bundle
2
- -----------------------------------
1
+ CYGWIN Exiv2 v0.27.2-RC1 Bundle
2
+ -------------------------------
3
3
4
4
Structure of the bundle:
5
5
------------------------
Original file line number Diff line number Diff line change 1
- MacOS-X (Darwin) Exiv2 v0.27.1 Release Bundle
2
- ---------------------------------------------
1
+ MacOS-X (Darwin) Exiv2 v0.27.2-RC1 Bundle
2
+ -----------------------------------------
3
3
4
4
Structure of the bundle
5
5
-----------------------
6
6
7
7
bin/exiv2 exiv2 and sample applications
8
- lib/libexiv2.0.27.1.0 .dylib & libexiv2-xmp.a libraries
8
+ lib/libexiv2.0.27.2.1 .dylib & libexiv2-xmp.a libraries
9
9
lib/pkgconfig/exiv2.pc pkg-config file
10
10
lib/cmake/exiv2 CMake support/consume files
11
11
include/exiv2/ include files
@@ -40,7 +40,7 @@ To compile and link your own code using installed library and include files
40
40
Method 1: Explicitly set include and linking options
41
41
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
42
42
$ ./exifprint --version
43
- exiv2=0.27.1
43
+ exiv2=0.27.2
44
44
...
45
45
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
46
46
$
Original file line number Diff line number Diff line change 1
- Linux Exiv2 v0.27.1 Release Bundle
2
- ----------------------------------
1
+ Linux Exiv2 v0.27.2-RC1 Bundle
2
+ ------------------------------
3
3
4
4
Structure of the bundle:
5
5
------------------------
6
6
7
7
bin/exiv2 exiv2 and sample applications
8
- lib/libexiv2.so.0.27.1.0 & libexiv2-xmp.a libraries
8
+ lib/libexiv2.so.0.27.2.1 & libexiv2-xmp.a libraries
9
9
lib/pkgconfig/exiv2.pc pkg-config file
10
10
lib/cmake/exiv2 CMake support/consume files
11
11
include/exiv2/ include files
@@ -42,7 +42,7 @@ $ cd <bundle>
42
42
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
43
43
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
44
44
$ ./exifprint --version
45
- exiv2=0.27.1
45
+ exiv2=0.27.2
46
46
...
47
47
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
48
48
$
Original file line number Diff line number Diff line change 1
- MinGW/msys2 Exiv2 v0.27.1 Release Bundle
2
- ----------------------------------------
1
+ MinGW/msys2 Exiv2 v0.27.2-RC1 Bundle
2
+ ------------------------------------
3
3
4
4
Structure of the bundle:
5
5
------------------------
@@ -45,7 +45,7 @@ $ cd <bundle>
45
45
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
46
46
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
47
47
$ ./exifprint --version
48
- exiv2=0.27.1
48
+ exiv2=0.27.2
49
49
platform=msys
50
50
...
51
51
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
Original file line number Diff line number Diff line change 1
- Unix Exiv2 v0.27.1 Release Bundle (FreeBSD and NetBSD)
2
- ------------------------------------------------------
1
+ Unix Exiv2 v0.27.2-RC1 Bundle (FreeBSD and NetBSD)
2
+ --------------------------------------------------
3
3
4
4
Structure of the bundle:
5
5
------------------------
6
6
7
7
bin/exiv2 exiv2 and sample applications
8
- lib/libexiv2.so.0.27.1.0 & libexiv2-xmp.a libraries
8
+ lib/libexiv2.so.0.27.2.1 & libexiv2-xmp.a libraries
9
9
lib/pkgconfig/exiv2.pc pkg-config file
10
10
lib/cmake/exiv2 CMake support/consume files
11
11
include/exiv2/ include files
@@ -42,7 +42,7 @@ $ cd <bundle>
42
42
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
43
43
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
44
44
$ ./exifprint --version
45
- exiv2=0.27.1
45
+ exiv2=0.27.2
46
46
...
47
47
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
48
48
$
Original file line number Diff line number Diff line change 1
- MinGW/msys2 Exiv2 v0.27.1 Release Bundle
2
- Visual Studio 2017 Release DLL Exiv2 v0.27.1 Release Bundle
3
- -----------------------------------------------------------
1
+ Visual Studio 2017 Release DLL v0.27.2-RC1 Bundle
2
+ -------------------------------------------------
4
3
5
4
Structure of the bundle:
6
5
------------------------
@@ -45,7 +44,7 @@ To compile and link your own code:
45
44
c:\> cd <bundle>
46
45
<bundle>> cl /EHsc -Iinclude /MD samples\exifprint.cpp /link lib\exiv2.lib
47
46
<bundle>> exifprint --version
48
- exiv2=0.27.0
47
+ exiv2=0.27.2
49
48
...
50
49
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
51
50
<bundle>>
You can’t perform that action at this time.
0 commit comments