t/t-bytes.py: Check that indexing, slicing, etc. return `C.ByteString'.
[catacomb-python] / debian / changelog
index 80f422c..0398864 100644 (file)
@@ -1,3 +1,10 @@
+catacomb-python (1.3.0.1) experimental; urgency=medium
+
+  * Fix required Catacomb version in `setup.py' script.  Only affects the
+    source package.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 22 Sep 2019 01:21:28 +0100
+
 catacomb-python (1.3.0) experimental; urgency=medium
 
   * catacomb: Bindings for new blockcipher-based MACs, and AEAD schemes.
@@ -14,6 +21,12 @@ catacomb-python (1.3.0) experimental; urgency=medium
 
  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 21 Sep 2019 23:00:25 +0100
 
+catacomb-python (1.2.1.1) experimental; urgency=medium
+
+  * Fixing to build against Debian `stretch'.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 24 Dec 2018 15:21:08 +0000
+
 catacomb-python (1.2.1) experimental; urgency=low
 
   * Fix use-after-free bug in ECPt hashing causing hash instability.