[Python-apps-commits] r9178 - in packages/cython/trunk/debian (2 files)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Mon Oct 22 14:08:43 UTC 2012


    Date: Monday, October 22, 2012 @ 14:08:42
  Author: yoh
Revision: 9178

New bugfix release -- changelog and release notes

Added:
  packages/cython/trunk/debian/changelogs/ReleaseNotes-0.17.1
Modified:
  packages/cython/trunk/debian/changelog

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2012-10-22 14:08:31 UTC (rev 9177)
+++ packages/cython/trunk/debian/changelog	2012-10-22 14:08:42 UTC (rev 9178)
@@ -1,3 +1,9 @@
+cython (0.17.1-1) experimental; urgency=low
+
+  * Bugfix release
+
+ -- Yaroslav Halchenko <debian at onerussian.com>  Sat, 29 Sep 2012 19:01:53 -0400
+
 cython (0.17-1) experimental; urgency=low
 
   * New upstream release

Added: packages/cython/trunk/debian/changelogs/ReleaseNotes-0.17.1
===================================================================
--- packages/cython/trunk/debian/changelogs/ReleaseNotes-0.17.1	                        (rev 0)
+++ packages/cython/trunk/debian/changelogs/ReleaseNotes-0.17.1	2012-10-22 14:08:42 UTC (rev 9178)
@@ -0,0 +1,23 @@
+Fetched from http://wiki.cython.org/ReleaseNotes-0.17.1 on Sat Sep 29 19:01:38 EDT 2012\n
+= Cython 0.17.1 =
+ * Release date: September 26, 2012
+ * Downloads:
+   * http://cython.org/release/Cython-0.17.1.tar.gz http://cython.org/release/Cython-0.17.1.tar.gz.md5
+   * http://cython.org/release/Cython-0.17.1.zip http://cython.org/release/Cython-0.17.1.zip.md5
+ * Git: https://github.com/cython/cython/commit/91a3e0388328156f92d5a5b96a79d4d4355456c9
+
+The bug tracker has a http://trac.cython.org/cython_trac/query?status=closed&group=component&order=id&col=id&col=summary&col=milestone&col=status&col=type&col=priority&col=component&milestone=0.17.1&desc=1.
+
+== General Improvements and Bug Fixes ==
+ * A reference leak was fixed in the new dict iteration code when the loop target was not a plain variable but an unpacked tuple.
+ * Memory views did not handle the special case of a NULL buffer strides value, as allowed by PEP3118.
+
+== Contributors ==
+Many thanks to all people who contributed to this release:
+
+ * Stefan Behnel
+ * Mark Florisson
+ * Christoph Groth
+
+----
+CategoryReleaseNotes




More information about the Python-apps-commits mailing list