summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-19 14:58:46 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-19 14:58:46 +0100
commit3ce2fce25e2972bf5a47fa7314f6682dd7562473 (patch)
treea635b775c01a6ebeaacc89fccba4534e6ff51bc5
parent768a6cd855dcea71fd2ae0f43fce46ae1ddf2acc (diff)
downloadaioeventlet-3ce2fce25e2972bf5a47fa7314f6682dd7562473.tar.gz
prepare release 0.10.1
-rw-r--r--README19
1 files changed, 14 insertions, 5 deletions
diff --git a/README b/README
index ad74672..b5d8f89 100644
--- a/README
+++ b/README
@@ -4,14 +4,14 @@ See also the Trollius project:
http://trollius.readthedocs.org/
Status
-------
+======
The version 0.1 is the first public release. It was not tested on any project
yet.
Installation
-------------
+============
Requirements:
@@ -31,8 +31,17 @@ or::
python setup.py install
+Changelog
+=========
+
+2014-11-19: version 0.1
+-----------------------
+
+* First public release
+
+
Implemented
------------
+===========
Methods:
@@ -55,7 +64,7 @@ Tests of aiogreen 0.1:
Not supported (yet)
--------------------
+===================
* run an event loop in a thread different than the main thread
* sockets: create_server, sock_recv
@@ -65,7 +74,7 @@ Not supported (yet)
To do
------
+=====
* Write new unit tests, or split Tulip test suite between implementation tests
and specification tests