Commit e8b34c4e authored by Jason Madden's avatar Jason Madden

Refactor old changelogs to make the relevant information easier to find.

[skip ci]
parent 4e68d7f2
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -2,14 +2,13 @@ Table Of Contents
=================
.. toctree::
:maxdepth: 2
intro
whatsnew_1_3
reference
whatsnew_1_2
whatsnew_1_1
whatsnew_1_0
changelog
reference
older_releases
* :ref:`genindex`
* :ref:`modindex`
......
Networking interfaces
---------------------
======================================
Networking interfaces (sockets, SSL)
======================================
.. toctree::
......
==================================
Information About Older Releases
==================================
.. toctree::
whatsnew_1_2
whatsnew_1_1
whatsnew_1_0
changelog_pre
Synchronization primitives
--------------------------
====================================================
Synchronization primitives (locks, queues, events)
====================================================
.. toctree::
gevent.event
gevent.queue
gevent.lock
......@@ -2,7 +2,14 @@
What's new in gevent 1.0
==========================
The detailed information is available in changelog. Below is the summary of all changes since 0.13.8.
.. toctree::
:maxdepth: 2
changelog_1_0
The detailed information is available in :doc:`changelog_1_0`. Below is the
summary of all changes since 0.13.8.
Gevent 1.0 supports Python 2.5 - 2.7. The version of greenlet required is 0.3.2. The source distribution
now includes the dependencies (libev and c-ares) and has no dependencies other than greenlet.
......
......@@ -2,8 +2,14 @@
What's new in gevent 1.1
==========================
Detailed information an what has changed is available in the
:doc:`changelog`. This document summarizes the most important changes
.. toctree::
:maxdepth: 2
changelog_1_1
Detailed information an what has changed is available in
:doc:`changelog_1_1`. This document summarizes the most important changes
since :doc:`gevent 1.0.2 <whatsnew_1_0>`.
Broader Platform Support
......
......@@ -2,8 +2,13 @@
What's new in gevent 1.2
==========================
Detailed information on what has changed is available in the
:doc:`changelog`. This document summarizes the most important changes
.. toctree::
:maxdepth: 2
changelog_1_2
Detailed information on what has changed is available in
:doc:`changelog_1_2`. This document summarizes the most important changes
since :doc:`gevent 1.1 <whatsnew_1_1>`.
In general, gevent 1.2 is a smaller update than gevent 1.1, focusing
......
......@@ -2,6 +2,11 @@
What's new in gevent 1.3
==========================
.. toctree::
:maxdepth: 2
changelog
Detailed information on what has changed is available in the
:doc:`changelog`. This document summarizes the most important changes
since :doc:`gevent 1.2 <whatsnew_1_2>`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment