FDIOBuffer: wrong member type; thus we need increase the library version again.
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 13 Sep 2012 19:25:50 +0000 (21:25 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 13 Sep 2012 19:25:50 +0000 (21:25 +0200)
libcitadel/configure.in
libcitadel/debian/control
libcitadel/lib/libcitadel.h

index 88b41e700387ddd64629c8ad09bffa5536af37cf..1e1ffb2634958c3b55a59b9ef92ec242faeeeae7 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 3.8.13, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 4.8.19, http://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
@@ -22,8 +22,8 @@ dnl
 dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
-LIBCURRENT=3
-LIBREVISION=813
+LIBCURRENT=4
+LIBREVISION=819
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index b6a28087bfe58ac5025a6f913ab9aa9c5acac406..6e1bd1a7643821fa42db56333054ee59da9de470 100644 (file)
@@ -13,11 +13,11 @@ Depends: ${shlibs:Depends}, shared-mime-info
 Description: Citadel toolbox
  This library contains the commonly used routines for the citadel suite.
 
-Package: libcitadel3-dbg
+Package: libcitadel4-dbg
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libcitadel3
-Description: Debugging symbols for libcitadel3
+Depends: ${shlibs:Depends}, libcitadel4
+Description: Debugging symbols for libcitadel4
  This library contains the commonly used routines for the citadel suite.
  .
  This package provides the debugging symbols.
@@ -27,7 +27,7 @@ Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, pkg-config,
  libcitadel3 (= ${binary:Version})
-Description: Development files for libcitadel3
+Description: Development files for libcitadel4
  This library contains the commonly used routines for the citadel suite.
  .
  This package provides development files and static libraries.
index f4a540e3d5f31622ff5accd95570d5049e53e163..ab80ffb79d7a6001f97f7015f6f7b7f0ae540e98 100644 (file)
@@ -257,8 +257,8 @@ typedef struct __fd_iobuffer {
        int SplicePipe[2];
        int PipeSize;
        long TotalSendSize;
-       long TotalSentAlready;
-       long TotalReadAlready;
+       loff_t TotalSentAlready;
+       loff_t TotalReadAlready;
        long ChunkSize;
        long ChunkSendRemain;
        StrBuf *ChunkBuffer; /* just used if we don't have sendfile */