[Pkg-privacy-commits] [txtorcon] 24/96: Add release notes about new things

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Sep 6 18:33:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository txtorcon.

commit ada75f2321eb8d4ce6730c4452327b1d4da761b0
Author: meejah <meejah at meejah.ca>
Date:   Sat Jan 17 00:41:07 2015 -0700

    Add release notes about new things
---
 docs/releases.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/docs/releases.rst b/docs/releases.rst
index 5fd3813..45d22ec 100644
--- a/docs/releases.rst
+++ b/docs/releases.rst
@@ -15,6 +15,19 @@ unreleased
  * Issue #80: honour ``ControlPort 0`` in incoming TorConfig
    instance. The caller owns both pieces: you have to figure out when
    it's bootstraped, and are responsible for killing it off.
+ * If GeoIP data isn't loaded in Tor, it sends protocol errors if
+   txtorcon also hasn't got GeoIP data, and Router queries for
+   country-code fail; this error is now ignored.
+ * **100% unit-test coverage!** (line coverage)
+ * PyPy support (well, all tests pass)
+ * TCP4HiddenServiceEndpoint now waits for descriptor upload before
+   the ``listen()`` call does its callback (this means when using
+   ``onion:`` endpoint strings, or any of the :doc:`endpoints APIs
+   <txtorcon-endpoints>` your hidden service is 100% ready for action
+   when you receive the callback)
+ * ``TimeIntervalCommaList`` from Tor config supported
+ * :class:`TorControlProtocol <txtorcon.TorControlProtocol>` now has a ``.all_routers`` member (a ``set()`` of all Routers)
+
 
 v0.11.0
 -------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git



More information about the Pkg-privacy-commits mailing list