summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-09-06 06:46:42 +0000
committerTushar Gohad <tushar.gohad@intel.com>2015-09-08 09:24:32 +0000
commit6d67203bde8681c598e8d5aba60724e5cbcdea38 (patch)
tree141dc56bdabcab2939442f9dde92f9d3e8e85c9d /ChangeLog
parent51737a984feb2f4bf0958d205ddfb91674a9ba4c (diff)
downloadpyeclib-6d67203bde8681c598e8d5aba60724e5cbcdea38.tar.gz
Release 1.0.9v1.0.9
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48fe332..71f1165 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+New in 1.0.9
+------------
+
+ * Eliminate rpath handling in setup.py
+
+ * Clean py34 shared libraries created during build
+
+ * Fix integer truncation issue with PyBuildValue on Big Endian
+ systems by explicitly casting the size argument passed in to
+ Py_ssize_t. Also fix import issue with the API test where
+ older versions of Python fail to import.
+
+ * Add --install-liberasurecode option to setup.py. Requested
+ by Red Hat/Debian package maintainers.
+
+ * Update bundled liberasurecode version to 1.0.9
+
+
New in 1.0.8
------------