debian/control: Build for Python 2.7.
[python-cdb] / debian / changelog
index 86e998c..32276bb 100644 (file)
@@ -1,3 +1,16 @@
+python-cdb (0.32-5.4) unstable; urgency=low
+
+  * Build for Python 2.7.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 14 Apr 2013 02:37:10 +0100
+
+python-cdb (0.32-5.3) unstable; urgency=low
+
+  * Fix crashes when freeing objects: use PyObject_Del instead of
+    PyMem_DEL.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 10 Oct 2009 13:18:52 +0100
+
 python-cdb (0.32-5.2) unstable; urgency=low
 
   * Hack for python-2.6 support.