[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/extragear/kde3/libs/libkdcraw
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2009-02-13 9:39:36
Message-ID: 1234517976.346837.27703.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 925420 by cgilles:

update internal libraw to 0.6.13. BC preserved


 M  +2 -1      NEWS  
 M  +3 -3      libraw/internal/dcraw_common.cpp  
 M  +1 -1      libraw/internal/defines.h  
 M  +1 -1      libraw/internal/foveon.cpp  
 M  +1 -1      libraw/libraw/libraw_version.h  


--- branches/extragear/kde3/libs/libkdcraw/NEWS #925419:925420
@@ -1,6 +1,7 @@
 0.1.8
 ------------------------------------------------------------------------
-
+Updated to libraw 0.6.13:
+ - Bugfixes in RIFF reading code. . 
 Updated to libraw 0.6.12: 
  - Hasselblad V96C support. 
 Updated to libraw 0.6.11: 
--- branches/extragear/kde3/libs/libkdcraw/libraw/internal/dcraw_common.cpp #925419:925420
@@ -1,6 +1,6 @@
 /* 
    GENERATED FILE, DO NOT EDIT
-   Generated from dcraw/dcraw.c at Sat Feb  7 09:42:17 2009
+   Generated from dcraw/dcraw.c at Fri Feb 13 11:06:49 2009
    Look into original file (probably http://cybercom.net/~dcoffin/dcraw/dcraw.c)
    for copyright information.
 */
@@ -5343,10 +5343,10 @@
   end = ftell(ifp) + size;
   if (!memcmp(tag,"RIFF",4) || !memcmp(tag,"LIST",4)) {
     get4();
-    while (ftell(ifp) < end)
+    while (ftell(ifp)+7 < end)
       parse_riff();
   } else if (!memcmp(tag,"nctg",4)) {
-    while (ftell(ifp) < end) {
+    while (ftell(ifp)+7 < end) {
       i = get2();
       size = get2();
       if ((i+1) >> 1 == 10 && size == 20)
--- branches/extragear/kde3/libs/libkdcraw/libraw/internal/defines.h #925419:925420
@@ -1,6 +1,6 @@
 /* 
    GENERATED FILE, DO NOT EDIT
-   Generated from dcraw/dcraw.c at Sat Feb  7 09:42:17 2009
+   Generated from dcraw/dcraw.c at Fri Feb 13 11:06:49 2009
    Look into original file (probably http://cybercom.net/~dcoffin/dcraw/dcraw.c)
    for copyright information.
 */
--- branches/extragear/kde3/libs/libkdcraw/libraw/internal/foveon.cpp #925419:925420
@@ -1,6 +1,6 @@
 /* 
    GENERATED FILE, DO NOT EDIT
-   Generated from dcraw/dcraw.c at Sat Feb  7 09:42:17 2009
+   Generated from dcraw/dcraw.c at Fri Feb 13 11:06:49 2009
    Look into original file (probably http://cybercom.net/~dcoffin/dcraw/dcraw.c)
    for copyright information.
 */
--- branches/extragear/kde3/libs/libkdcraw/libraw/libraw/libraw_version.h #925419:925420
@@ -26,7 +26,7 @@
 
 #define LIBRAW_MAJOR_VERSION  0
 #define LIBRAW_MINOR_VERSION  6
-#define LIBRAW_PATCH_VERSION  12
+#define LIBRAW_PATCH_VERSION  13
 #define LIBRAW_VERSION_TAIL   Release
 
 #define _LIBRAW_VERSION_MAKE(a,b,c,d) #a"."#b"."#c"-"#d
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic