summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2014-03-10 15:51:15 -0700
committerBrian Warner <warner@lothar.com>2014-03-10 15:51:15 -0700
commit36e9cfa80fcf8b53119adc787e54a5892ec1eb2c (patch)
treed093f6e84023cd6f964c95b1a98ea23aec22f696
parent508a3dbc31c2db4fd1c1ce4fc9c1ad1b0c85ab27 (diff)
downloadecdsa-36e9cfa80fcf8b53119adc787e54a5892ec1eb2c.tar.gz
update NEWS for 0.11 releasepython-ecdsa-0.11
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8187425..ec39537 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+* Release 0.11 (10 Mar 2014)
+
+Add signature-encoding functions "sigencode_{strings,string,der}_canonize"
+which canonicalize the S value (using the smaller of the two possible
+values). Add "validate_point=" argument to VerifyingKey.from_string()
+constructor (defaults to True) which can be used to disable time-consuming
+point validation when importing a pre-validated verifying key. Drop python2.5
+support (untested but not explicitly broken yet), update trove classifiers.
+
* Release 0.10 (23 Oct 2013)
Make the secp256k1 available in __init__.py too (thanks to Scott Bannert).