[Kde-imaging] extragear/libs/libkexiv2

Angelo Naselli anaselli at linux.it
Sat Feb 24 21:53:35 CET 2007


SVN commit 636958 by anaselli:

libkexiv2 0.1.1
bug fixing release

CCMAIL:kde-imaging at kde.org

 M  +91 -0     ChangeLog  
 M  +1 -1      Makefile.am  
 M  +9 -0      NEWS  
 M  +2 -2      libkexiv2.lsm  
 M  +1 -1      libkexiv2.pc.in  
 M  +2 -2      version.h  


--- trunk/extragear/libs/libkexiv2/ChangeLog #636957:636958
@@ -1,5 +1,96 @@
+V 0.1.1 - 2007-02-24
+----------------------------------------------------------------------------
+
+2007-02-22 12:01  cgilles
+
+	* [r636211] kipi-plugins/kipiplugins.kdevelop,
+	  kipi-plugins/rawconverter/batchdialog.cpp,
+	  kipi-plugins/rawconverter/singledialog.cpp,
+	  libkdcraw/dcraw/dcraw.c, libkdcraw/dcraw/kdcraw.1,
+	  libkdcraw/dcrawbinary.cpp, libkdcraw/dcrawsettingswidget.cpp,
+	  libkdcraw/dcrawsettingswidget.h, libkdcraw/kdcraw.cpp,
+	  libkdcraw/libkdcraw.kdevelop, libkdcraw/rawdecodingsettings.h,
+	  libkexiv2/libkexiv2.kdevelop:
+	  libkdcraw from trunk : backport last dcraw implementation "8.60"
+	  : the old noise reduction algorithm used with 8.54 version have
+	  been remplaced by a wavelet algorithm witch is more intuitive,
+	  more easy to use (just one threshold setting) and very powerfull.
+	  
+	  Kipi-plugins RAWConverter from svn trunk is fixed.
+	  The patch to use libkdcraw with current implementation of digiKam
+	  have been updated :
+	  
+	  http://digikam3rdparty.free.fr/misc.tarballs/libkdcrawdigikamport.patch
+	  
+	  CCMAIL: digikam-users at kde.org
+	  CCMAIL: digikam-devel at kde.org
+	  CCMAIL: kde-imaging at kde.org
+
+2007-02-20 17:22  cgilles
+
+	* [r635684] libkexiv2/kexiv2.cpp:
+	  libkexiv2 from trunk : sanity check if QByteArray are null size
+	  everywhere
+	  Feedback welcome...
+	  
+	  CCBUGS:141980
+
+2007-02-16 22:01  cgilles
+
+	* [r634334] kipi-plugins/rawconverter/actionthread.cpp,
+	  kipi-plugins/rawconverter/rawdecodingiface.cpp,
+	  libkdcraw/kdcraw.cpp, libkexiv2/kexiv2.cpp:
+	  fix comments
+
+2007-02-16 15:44  cgilles
+
+	* [r634186] libkexiv2/libkexiv2.kdevelop:
+	  kdevelop project
+
+2007-02-16 15:44  cgilles
+
+	* [r634184] libkexiv2/AUTHORS, libkexiv2/kexiv2.cpp,
+	  libkexiv2/kexiv2.h, libkexiv2/libkexiv2.lsm:
+	  fix email
+
+2007-02-15 13:15  cgilles
+
+	* [r633835] libkexiv2/kexiv2.cpp:
+	  indent
+
+2007-02-13 22:41  ach
+
+	* [r633377] libkexiv2/README:
+	  fix library name in README
+
+2007-02-12 15:26  cgilles
+
+	* [r632868] libkexiv2/configure.in.in:
+	  this condition is unused everywhere. removed
+
+2007-02-12 09:24  cgilles
+
+	* [r632763] libkexiv2/configure.in.in:
+	  revert
+
+2007-02-12 08:32  cgilles
+
+	* [r632755] libkexiv2/configure.in.in:
+	  polish
+
+----------------------------------------------------------------------------
 V 0.1.0 - 2007-02-11
 ----------------------------------------------------------------------------
+
+2007-02-11 20:44  anaselli
+
+	* [r632646] libkexiv2/ChangeLog, libkexiv2/libkexiv2.lsm,
+	  libkexiv2/libkexiv2.pc.in:
+	  libkexiv2 0.1.0
+	  
+	  CCMAIL:kde-imaging at kde.org
+
+
 2007-02-09 06:50  cgilles
 
 	* [r631791] libkexiv2/kexiv2.cpp, libkexiv2/kexiv2.h:
--- trunk/extragear/libs/libkexiv2/Makefile.am #636957:636958
@@ -7,7 +7,7 @@
 
 libkexiv2_la_SOURCES = kexiv2.cpp
 
-libkexiv2_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 0:1:0 -no-undefined
+libkexiv2_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 0:2:0 -no-undefined
 libkexiv2_la_LIBADD  = $(EXIV2_LIBS) $(LIB_KDECORE) $(LIB_QT)
 
 libkexiv2include_HEADERS = kexiv2.h libkexiv2_export.h version.h 
--- trunk/extragear/libs/libkexiv2/NEWS #636957:636958
@@ -1 +1,10 @@
+0.1.1
+------------------------------------------------------------------------
+Bugs fixed from B.K.O (http://bugs.kde.org):
+001 ==>141980: digikam crash when rescan certain files exiv2
+
+0.1.0
+------------------------------------------------------------------------
+First implementation
+
 For details and info about previous versions, see ChangeLog.
--- trunk/extragear/libs/libkexiv2/libkexiv2.lsm #636957:636958
@@ -1,7 +1,7 @@
 Begin4
 Title: libkexiv2
-Version: 0.1.0
-Entered-date: 2007-02-11
+Version: 0.1.1
+Entered-date: 2007-02-24
 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 #636957:636958
@@ -6,6 +6,6 @@
 Name: libkexiv2
 Description: KDE wrapper library for Exiv2 library with some extras
 Requires:
-Version: 0.1.0
+Version: 0.1.1
 Libs: -L${libdir} -lkexiv2
 Cflags: -I${includedir}
--- trunk/extragear/libs/libkexiv2/version.h #636957:636958
@@ -21,9 +21,9 @@
 #ifndef KEXIV2_VERSION_H
 #define KEXIV2_VERSION_H
 
-static const char kexiv2_version[] = "0.1.0";
+static const char kexiv2_version[] = "0.1.1";
 
-#define KEXIV2_VERSION 0x000100
+#define KEXIV2_VERSION 0x000101
 
 #endif // KEXIV2_VERSION_H
 


More information about the Kde-imaging mailing list