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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:14 UTC 2017


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

The following commit has been merged in the master branch:
commit 7923d5546165d356a14a3ad3dc756c729345b2e3
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Feb 9 14:48:46 2011 +0000

    #759: Enhanced documentation.
---
 src/exif.hpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exif.hpp b/src/exif.hpp
index c8972ac..238f3e7 100644
--- a/src/exif.hpp
+++ b/src/exif.hpp
@@ -571,10 +571,10 @@ namespace Exiv2 {
           are "not recorded" in compressed images according to the Exif 2.2
           specification. It also doesn't write tags in groups which do not occur
           in JPEG images. If the resulting binary block is larger than allowed,
-          it further deletes specific large preview tags and unknown tags. The
-          operation succeeds even if the end result is still larger than the
-          allowed size. Application should therefore always check the size of
-          the \em blob.
+          it further deletes specific large preview tags, unknown tags larger
+          than 4kB and known tags larger than 40kB. The operation succeeds even
+          if the end result is still larger than the allowed size. Application
+          should therefore always check the size of the \em blob.
 
           @param blob      Container for the binary Exif data if "intrusive"
                            writing is necessary. Empty otherwise.

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list