[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stem/master] Note when enums were added or changed
commit e3d4471f3938389f479e109fa2453360c00368fa
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date: Sat Oct 3 11:40:12 2015 -0700
Note when enums were added or changed
Definitely good information to have. Most were around in our 1.0.0 release, but
we've made a handful of changes since then to keep in sync with tor.
---
stem/__init__.py | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/stem/__init__.py b/stem/__init__.py
index ead8224..fc07756 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -37,6 +37,9 @@ Library for working with the tor process.
Signals that the tor process will accept.
+ .. versionchanged:: 1.3.0
+ Added the HEARTBEAT signal.
+
========================= ===========
Signal Description
========================= ===========
@@ -378,6 +381,8 @@ Library for working with the tor process.
The meaning behind these values is a bit unclear, pending :trac:`10086`.
+ .. versionadded:: 1.2.0
+
=============== ===========
ConnectionType Description
=============== ===========
@@ -390,6 +395,8 @@ Library for working with the tor process.
Bucket categories of TB_EMPTY events.
+ .. versionadded:: 1.2.0
+
=============== ===========
TokenBucket Description
=============== ===========
@@ -402,6 +409,11 @@ Library for working with the tor process.
Action beeing taken in a HS_DESC event.
+ .. versionadded:: 1.2.0
+
+ .. versionchanged:: 1.4.0
+ Added the UPLOAD and UPLOADED actions.
+
=============== ===========
HSDescAction Description
=============== ===========
@@ -417,6 +429,11 @@ Library for working with the tor process.
Reason for the hidden service descriptor to fail to be fetched.
+ .. versionadded:: 1.3.0
+
+ .. versionchanged:: 1.4.0
+ Added the UPLOAD_REJECTED reason.
+
=================== ===========
HSDescReason Description
=================== ===========
@@ -431,6 +448,8 @@ Library for working with the tor process.
Type of authentication being used for a HS_DESC event.
+ .. versionadded:: 1.2.0
+
================= ===========
HSAuth Description
================= ===========
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits