[tor-commits] [stem/master] Don't cite individuals on the change_log page

atagar at torproject.org atagar at torproject.org
Thu Nov 13 16:39:57 UTC 2014


commit f050ebfe7432f8e81fe9d6b1b9a96593997506e4
Author: Damian Johnson <atagar at torproject.org>
Date:   Thu Nov 13 08:40:10 2014 -0800

    Don't cite individuals on the change_log page
    
    Recently I started including names on the changelog page. In backfilling people
    for older contributions though I realized being consistent about this would
    mean quite a bit more text. We already cite the ticket contributions came
    from, so keeping this page to be just about what changed.
---
 docs/change_log.rst |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index cb6d85e..172b206 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -42,7 +42,7 @@ The following are only available within Stem's `git repository
 
  * **Controller**
 
-  * Added :class:`~stem.control.Controller` methods to more easily work with hidden service configurations: :func:`~stem.control.Controller.get_hidden_service_conf`, :func:`~stem.control.Controller.set_hidden_service_conf`, :func:`~stem.control.Controller.create_hidden_service`, and :func:`~stem.control.Controller.remove_hidden_service` (feature by federico3 and patrickod, :trac:`12533`)
+  * Added :class:`~stem.control.Controller` methods to more easily work with hidden service configurations: :func:`~stem.control.Controller.get_hidden_service_conf`, :func:`~stem.control.Controller.set_hidden_service_conf`, :func:`~stem.control.Controller.create_hidden_service`, and :func:`~stem.control.Controller.remove_hidden_service` (:trac:`12533`)
   * Added :func:`~stem.control.Controller.get_accounting_stats` to the :class:`~stem.control.Controller`
   * Added :func:`~stem.control.Controller.get_effective_rate` to the :class:`~stem.control.Controller`
   * Added :func:`~stem.control.BaseController.connection_time` to the :class:`~stem.control.BaseController`
@@ -54,7 +54,7 @@ The following are only available within Stem's `git repository
 
   * Improved speed for parsing consensus documents by around 30% (:trac:`12859`)
   * Don't fail if consensus method 1 is not present, as it is no longer required (:spec:`fc8a6f0`)
-  * Include '\*.new' files when reading from a Tor data directory (patch by oherrala, :trac:`13756`)
+  * Include '\*.new' files when reading from a Tor data directory (:trac:`13756`)
   * Updated the authorities we list, `replacing turtles with longclaw <https://lists.torproject.org/pipermail/tor-talk/2014-November/035650.html>`_ and `updating gabelmoo's address <https://lists.torproject.org/pipermail/tor-talk/2014-September/034898.html>`_
 
  * **Utilities**
@@ -150,7 +150,7 @@ and a myriad of smaller improvements and fixes.
  * **Descriptors**
 
   * Added the `stem.descriptor.remote <api/descriptor/remote.html>`_ module.
-  * Added support for `TorDNSEL exit lists <api/descriptor/tordnsel.html>`_ (feature by arlolra, :trac:`8255`)
+  * Added support for `TorDNSEL exit lists <api/descriptor/tordnsel.html>`_ (:trac:`8255`)
   * The :class:`~stem.descriptor.reader.DescriptorReader` mishandled relative paths (:trac:`8815`)
 
  * **Utilities**



More information about the tor-commits mailing list