summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-21 14:03:29 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-21 14:03:29 +0100
commit503357f418217d072a0ab3457ac6a21971440622 (patch)
tree794cc650838211b28333fa175b0507042081016a
parent93b2542b8e637640943b05a58201e1fbea9f286d (diff)
downloadaioeventlet-503357f418217d072a0ab3457ac6a21971440622.tar.gz
update the changelog
-rw-r--r--doc/changelog.rst8
-rw-r--r--setup.py4
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 10b2836..b7893e9 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,12 +1,16 @@
Changelog
=========
-Version 0.2 (development version)
----------------------------------
+2014-10-21: version 0.2
+-----------------------
aiogreen event loop has been rewritten to reuse more asyncio/trollius code. It
now only has a few specific code.
+It is now possible use greenthreads in asyncio coroutines, and to use asyncio
+coroutines, tasks and futures in greenthreads: see :func:`link_future` and
+:func:`wrap_greenthread` functions.
+
All asyncio network are supported: TCP, UCP and UNIX clients and servers.
Support of pipes, signal handlers and subprocess is still experimental.
diff --git a/setup.py b/setup.py
index 9593748..c1707a5 100644
--- a/setup.py
+++ b/setup.py
@@ -7,9 +7,9 @@
# \Python27\python.exe runtest.py -r -m
#
# - update the version in setup.py and doc/conf.py to X.Y
-# - set release date in README
+# - set release date in doc/changelog.rst
# - check that "python setup.py sdist" contains all files tracked by
-# the SCM (Mercurial), or update MANIFEST.in
+# the SCM (Mercurial): update MANIFEST.in if needed
# - hg ci
# - hg tag X.Y
# - hg push