commit 306bab7bf3e12b8ec5940070a2b876617957643d Author: Arturo Filastò art@fuffa.org Date: Tue Sep 2 12:54:57 2014 +0200
update oonibackend to 1.1.0 --- ChangeLog.rst | 14 ++++++++++++++ oonib/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.rst b/ChangeLog.rst index e655e27..1a3601a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,17 @@ +1.1.0 (Tue, 2 Sep 2014) +----------------------- + +* Make changes to the bouncer API to make it aware of the policy of collectors. + +* Improve the bouncer API to make it more RESTful. + +* Add test helper that can be used to discover the DNS resolver being used by + the probe. + +* Code coverage and unittesting improvements. + +* Fix compatibility with latest txtorcon versions. + 1.0.2 (Wed, 21 May 2014) ------------------------
diff --git a/oonib/__init__.py b/oonib/__init__.py index 25135d7..27bbfae 100644 --- a/oonib/__init__.py +++ b/oonib/__init__.py @@ -3,7 +3,7 @@ In here we shall keep track of all variables and objects that should be instantiated only once and be common to pieces of GLBackend code. """
-__version__ = '1.0.2' +__version__ = '1.1.0'
__all__ = ['Storage', 'randomStr']
tor-commits@lists.torproject.org