[Digikam-devel] extragear/libs/libkexiv2
Angelo Naselli
anaselli at linux.it
Sun May 6 22:23:13 BST 2007
SVN commit 661885 by anaselli:
Release 0.1.4
- fix libtools version-info
CCMAIL: kde-imaging at kde.org, digikam-devel at kde.org
M +35 -0 ChangeLog
M +1 -1 Makefile.am
M +2 -2 libkexiv2.lsm
M +1 -1 libkexiv2.pc.in
M +2 -2 version.h
--- trunk/extragear/libs/libkexiv2/ChangeLog #661884:661885
@@ -1,5 +1,40 @@
+V 0.1.4 - 2007-05-06
+----------------------------------------------------------------------------
+Fixing: libtools version info
+
+----------------------------------------------------------------------------
v 0.1.3 - 2007-05-05
----------------------------------------------------------------------------
+2007-05-06 21:14 anaselli
+
+ * [r661883] libkexiv2/Makefile.am:
+ Changed to add libtools version managing into prepare script
+ (hope this will avoid to forget it)
+
+2007-05-05 14:01 gkulzer
+
+ * [r661413] libkexiv2/ChangeLog:
+ 0.1.3 release, coordinated with digiKam 0.9.2-beta1 release
+
+2007-05-05 12:09 gkulzer
+
+ * [r661379] libkexiv2/ChangeLog, libkexiv2/NEWS,
+ libkexiv2/libkexiv2.lsm:
+ 0.1.3 release, coordinated with digiKam 0.9.2-beta1 release
+
+2007-05-02 07:11 cgilles
+
+ * [r660285] libkexiv2/kexiv2.cpp, libkexiv2/kexiv2.h,
+ libkexiv2/libkexiv2_export.h, libkexiv2/version.h:
+ fix headers
+
+2007-05-02 06:42 cgilles
+
+ * [r660276] libkexiv2/kexiv2.cpp, libkexiv2/kexiv2.h:
+ libkexiv2 from trunk : test if file is readable before to load it
+ in Exiv2.
+ CCBUGS: 144895
+
* [r658899] BUG:144455
thanks a lot to Stéphane Pontier, corrected a lot of spelling errors
and missing mails
--- trunk/extragear/libs/libkexiv2/Makefile.am #661884:661885
@@ -7,7 +7,7 @@
libkexiv2_la_SOURCES = kexiv2.cpp
-libexiv2_version_info = 1:0:1
+libexiv2_version_info = 2:0:2
libkexiv2_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info $(libexiv2_version_info) -no-undefined
libkexiv2_la_LIBADD = $(EXIV2_LIBS) $(LIB_KDECORE) $(LIB_QT)
--- trunk/extragear/libs/libkexiv2/libkexiv2.lsm #661884:661885
@@ -1,7 +1,7 @@
Begin4
Title: libkexiv2
-Version: 0.1.3
-Entered-date: 2007-05-05
+Version: 0.1.4
+Entered-date: 2007-05-06
Description: An library to manipulate EXIF/IPTC information using Exiv2 library
Keywords: kde image jpeg raw tiff exif iptc
Author: caulier dot gilles at gmail dot com (Gilles Caulier)
--- trunk/extragear/libs/libkexiv2/libkexiv2.pc.in #661884:661885
@@ -6,6 +6,6 @@
Name: libkexiv2
Description: KDE wrapper library for Exiv2 library with some extras
Requires:
-Version: 0.1.3
+Version: 0.1.4
Libs: -L${libdir} -lkexiv2
Cflags: -I${includedir}
--- trunk/extragear/libs/libkexiv2/version.h #661884:661885
@@ -20,9 +20,9 @@
#ifndef KEXIV2_VERSION_H
#define KEXIV2_VERSION_H
-static const char kexiv2_version[] = "0.1.3";
+static const char kexiv2_version[] = "0.1.4";
-#define KEXIV2_VERSION 0x000103
+#define KEXIV2_VERSION 0x000104
#endif // KEXIV2_VERSION_H
More information about the Digikam-devel
mailing list