commit 8ccc2e437e27c26e8813624d0affd15c47513eaa Author: Damian Johnson atagar@torproject.org Date: Tue Oct 15 08:44:13 2013 -0700
Summary for release 1.1
Adding a brief summary to the changelog for release 1.1, most importantly pointing to the blog posting for it. Borrowed the summary from Lunar's weekly news post for this. --- docs/change_log.rst | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/docs/change_log.rst b/docs/change_log.rst index 62c9ea3..64114cb 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -7,6 +7,7 @@ unreleased. For a monthly report on work being done see my `development log
* :ref:`versioning` * :ref:`unreleased` +* :ref:`version_1.1` * :ref:`version_1.0`
.. _versioning: @@ -43,6 +44,11 @@ The following are only available within stem's `git repository Version 1.1 -----------
+`Stem release 1.1 https://blog.torproject.org/blog/stem-release-11`_ +introduced `remote descriptor fetching <api/descriptor/remote.html>`_, +`connection resolution <tutorials/east_of_the_sun.html#connection-resolution>`_ +and a myriad of smaller improvements and fixes. + * **Controller**
* :func:`~stem.control.Controller.get_network_status` and :func:`~stem.control.Controller.get_network_statuses` now provide v3 rather than v2 directory information (:trac:`7953`, :spec:`d2b7ebb`)