[tor-commits] [stem/master] Tor switched from server to microdescriptors in 0.2.3.3

atagar at torproject.org atagar at torproject.org
Mon Mar 18 20:53:44 UTC 2013


commit c614080d911cec936a90b1f106e777f962ad8249
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Mar 18 13:53:17 2013 -0700

    Tor switched from server to microdescriptors in 0.2.3.3
---
 stem/version.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stem/version.py b/stem/version.py
index fcf628e..fa0c0fe 100644
--- a/stem/version.py
+++ b/stem/version.py
@@ -306,7 +306,7 @@ Requirement = stem.util.enum.Enum(
   ("FEATURE_VERBOSE_NAMES", Version("0.2.2.1-alpha")),
   ("GETINFO_CONFIG_TEXT", Version("0.2.2.7-alpha")),
   ("LOADCONF", Version("0.2.1.1")),
-  ("MICRODESCRIPTOR_IS_DEFAULT", Version("0.2.3.25")),
+  ("MICRODESCRIPTOR_IS_DEFAULT", Version("0.2.3.3")),
   ("TAKEOWNERSHIP", Version("0.2.2.28-beta")),
   ("TORRC_CONTROL_SOCKET", Version("0.2.0.30")),
   ("TORRC_PORT_FORWARDING", Version("0.2.3.1-alpha")),



More information about the tor-commits mailing list