[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:18 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=fd2b211

The following commit has been merged in the master branch:
commit fd2b211222545d3c820e67a87ba189b919c6c127
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Nov 18 15:37:58 2005 +0000

    Bumped version to 0.8, updated ChangeLog
---
 config/config.mk.in      |  2 ++
 config/configure.ac      |  2 +-
 doc/ChangeLog            | 30 ++++++++++++++++++++++++++++++
 src/doxygen.hpp          |  8 ++++----
 src/exv_msvc.h           |  4 ++--
 test/data/exiv2-test.out |  2 +-
 6 files changed, 40 insertions(+), 8 deletions(-)

diff --git a/config/config.mk.in b/config/config.mk.in
index a911c9d..e7c0c45 100644
--- a/config/config.mk.in
+++ b/config/config.mk.in
@@ -126,3 +126,5 @@ srcdir = @srcdir@
 bindir = @bindir@
 incdir = @includedir@/exiv2
 libdir = @libdir@
+mandir = @mandir@
+man1dir = @mandir@/man1
diff --git a/config/configure.ac b/config/configure.ac
index 5c16e42..e9e8ea0 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(Exiv2, 0.7, ahuggel at gmx.net)
+AC_INIT(Exiv2, 0.8, ahuggel at gmx.net)
 AC_CONFIG_SRCDIR([src/exif.cpp])
 AC_CONFIG_HEADER([./config/config.h])
 AC_CONFIG_AUX_DIR([./config])
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 73bb81c..42637b0 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,33 @@
+Changes from version 0.7 to 0.8
+-------------------------------
+
+* Exiv2 utility
+                 - [tools] Added -S .suf option to the utility. This allows, e.g, 
+	           to use Canon THM files as source file for the insert command.
+		 - [doc] Added man page. (Based on Peter KELEMEN's Debian man page.)
+
+
+* Exiv2 library
+	- 0000444: [iptc] Exiv2 should not panic on slightly misformed IPTC format.
+	- 0000443: [exif] Exiv2 gives up on corrupted IOP directory.
+	- 0000440: [iptc] IPTC time without timezone raises exception.
+        - 0000438: [exif] Support Canon raw images (CRW and THM), currently read-only.
+	- 0000437: [exif] exiv2 -pt crashes if Exif.Canon.ImageNumber is < 1000.
+	- 0000433: [exif] Core dump if the value is empty.
+	- 0000424: [exif] Ifd::read, MakerNote::read and related methods should have 
+		   access to the complete data buffer.
+		 - [exif] Updated Nikon lensdata to v1.19 of Robert Rottmerhusen's 
+		   list.
+		 - Added a tag and dataset title (label).
+		 - Added #ifndef SUPPRESS_WARNINGS blocks around all output from the 
+		   library: compile with -DSUPPRESS_WARNINGS for a quiet library.
+		 - Implemented "copy-on-write" strategy for MemIo to ensure that the 
+		   original buffer is only copied if necessary and never modified.
+		 - Added exiv2-config script. Applications that include exiv2 headers 
+		   and link with the installed library can use this in their build 
+		   commands.
+
+
 Changes from version 0.6.2 to 0.7
 ---------------------------------
 
diff --git a/src/doxygen.hpp b/src/doxygen.hpp
index 043e6bf..cb4d05a 100644
--- a/src/doxygen.hpp
+++ b/src/doxygen.hpp
@@ -8,7 +8,7 @@
   @date    07-Feb-04, ahu: created
  */
 /*!
-  @mainpage Exif and Iptc metadata manipulation library and tools v0.7
+  @mainpage Exif and Iptc metadata manipulation library and tools v0.8
 
   @section overview Exiv2 Overview
 
@@ -83,12 +83,12 @@ bug tracking system</a>.</p>
 
   @verbatim $ svn checkout svn://dev.robotbattle.com/exiv2/trunk . @endverbatim
 
-  <p>To download the test data and test drivers for version 0.7 from
-  the repository, change to your local exiv2-0.7 directory and use the
+  <p>To download the test data and test drivers for version 0.8 from
+  the repository, change to your local exiv2-0.8 directory and use the
   following command:
   </p>
 
-  @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.7/test @endverbatim
+  @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.8/test @endverbatim
 
   <P>If you'd like to contribute code, please <A HREF="mailto:ahuggel at gmx.net">contact me</A>.
 
diff --git a/src/exv_msvc.h b/src/exv_msvc.h
index 0cfb3a2..49d0c10 100644
--- a/src/exv_msvc.h
+++ b/src/exv_msvc.h
@@ -23,13 +23,13 @@
 #define EXV_PACKAGE_NAME "Exiv2"
 
 /* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "Exiv2 0.7"
+#define EXV_PACKAGE_STRING "Exiv2 0.8"
 
 /* Define to the one symbol short name of this package. */
 #define EXV_PACKAGE_TARNAME "exiv2"
 
 /* Define to the version of this package. */
-#define EXV_PACKAGE_VERSION "0.7"
+#define EXV_PACKAGE_VERSION "0.8"
 
 /* Define to `int' if <sys/types.h> does not define pid_t. */
 #define pid_t int
diff --git a/test/data/exiv2-test.out b/test/data/exiv2-test.out
index 46225ce..e918552 100644
--- a/test/data/exiv2-test.out
+++ b/test/data/exiv2-test.out
@@ -3,7 +3,7 @@ tmp/
 
 Exiv2 version ------------------------------------------------------------
 ../../src/exiv2
-Exiv2 0.7, Copyright (C) 2004, 2005 Andreas Huggel.
+Exiv2 0.8, Copyright (C) 2004, 2005 Andreas Huggel.
 
 This is free software; see the source for copying conditions.  There is NO 
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list