[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: citadel/webcit/libcitadel 8.12



On Mon, Jul  2, 2012 at 12:39:44 +0200, Michael Meskes wrote:

> Hi,
> 
> I just uploaded 8.12 which is a pure bugfix release over 8.11. Is it possible
> to get this unblocked (provided of course I didn't add serious bugs)? If so,
> what do you need? A debdiff? Upstream's changelog?
> 
So prompted by the 8.11 -> 8.12 issue I also had a look at the diff
between squeeze (7.83) and wheezy (8.11) libcitadel.h, and this sticks
out:

-typedef int (*HashFunc)(const char *Str, long Len);
+typedef long (*HashFunc)(const char *Str, long Len);

-int Flathash(const char *str, long len);
+long Flathash(const char *str, long len);

Smells like another incompatible ABI change to me, yet both packages
build libcitadel2.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


Reply to: