chiark / gitweb /
Release 1.1.2. 1.1.2
authorMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 03:25:50 +0000 (04:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 03:25:50 +0000 (04:25 +0100)
debian/changelog

index c7895ba435b146c21237a6d0e9adefa007f19e60..7f5abd28e6dd29a1c8d38e3cf19184500da168c1 100644 (file)
@@ -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 <mdw@distorted.org.uk>  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