From: Mark Wooding Date: Sun, 14 May 2017 03:25:50 +0000 (+0100) Subject: Release 1.1.2. X-Git-Tag: 1.1.2^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/a1e3dbc594b83e7e391c4b9453956c7cdf37915e Release 1.1.2. --- diff --git a/debian/changelog b/debian/changelog index c7895ba..7f5abd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +catacomb-python (1.1.2) experimental; urgency=low + + * Further 64-bit compatibility improvements. + * Fixed docstrings for a number of native methods. + * Fix range checking for `GRand' methods. + * Fix crash when deleting natively implemented object attributes. + * Fix bug which assigned the wrong hash to bytestrings. + * Fix `__int__' methods to return `long' objects when necessary. + Without this, there are unnecessary failures and bizarrely timed + exceptions. + * A couple of patches to provide forward compatibility with upstream + library changes. + + -- Mark Wooding Sun, 14 May 2017 04:25:35 +0100 + catacomb-python (1.1.1) experimental; urgency=low * ByteString operators: fix crashes on 64-bit platforms resulting from