summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/pycrypt.tex2
-rw-r--r--README2
-rw-r--r--TODO8
-rw-r--r--__init__.py2
4 files changed, 9 insertions, 5 deletions
diff --git a/Doc/pycrypt.tex b/Doc/pycrypt.tex
index 9734725..4c4268f 100644
--- a/Doc/pycrypt.tex
+++ b/Doc/pycrypt.tex
@@ -2,7 +2,7 @@
\title{Python Cryptography Toolkit}
-\release{1.9alpha3}
+\release{1.9alpha4}
\author{A.M. Kuchling}
\authoraddress{\url{www.amk.ca}}
diff --git a/README b/README
index a07d0c7..07a7e5e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Python Cryptography Toolkit (pycrypto) 1.9alpha3
+Python Cryptography Toolkit (pycrypto) 1.9alpha4
================================================
This is a collection of both secure hash functions (such as MD5 and
diff --git a/TODO b/TODO
index a81ae34..63757e6 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,13 @@
-For 1.9alpha3:
+For 1.9alpha4:
* Add more tests for random pool code?
-* Update documentation
+* Manual and Web page: point to SF project for bug reports
+
+* Update the demos
+
+* Update documentation (mention dodgy status of PublicKey code)
* Clean up markup in pycrypt.tex
diff --git a/__init__.py b/__init__.py
index 3905e39..487e24f 100644
--- a/__init__.py
+++ b/__init__.py
@@ -19,5 +19,5 @@ Crypto.Util Various useful modules and functions (long-to-string
__all__ = ['Cipher', 'Hash', 'Protocol', 'Util']
-__version__ = '1.9a3'
+__version__ = '1.9a4'