[tor-commits] [ooni-probe/master] Update ooniprobe to 1.3.2

art at torproject.org art at torproject.org
Fri Apr 29 09:42:22 UTC 2016


commit 5b62ae5e8e5f8b098dc527561a055de9d0085ca1
Author: Arturo <art at fuffa.org>
Date:   Fri Nov 20 15:33:30 2015 +0100

    Update ooniprobe to 1.3.2
---
 ChangeLog.rst    | 17 +++++++++++++++++
 ooni/__init__.py |  2 +-
 setup.py         |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index d3a7729..79cb883 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,23 @@
 Changelog
 =========
 
+v1.3.2 (Fri, 20 Nov 2015)
+-------------------------
+
+* Implement third party test template
+
+* Add tutorial for using TCP test
+
+* Add tests for censorship resistance
+
+  * Add meek test
+
+  * Add lantern test
+
+* Support for Twisted 15.0
+
+* Various stability and bug fixes
+
 v1.3.1 (Fri, 3 Apr 2015)
 ------------------------
 
diff --git a/ooni/__init__.py b/ooni/__init__.py
index 1bc0cb8..a9c6112 100644
--- a/ooni/__init__.py
+++ b/ooni/__init__.py
@@ -1,7 +1,7 @@
 # -*- encoding: utf-8 -*-
 
 __author__ = "Open Observatory of Network Interference"
-__version__ = "1.3.1"
+__version__ = "1.3.2"
 
 __all__ = ['config', 'inputunit', 'kit',
            'lib', 'nettest', 'oonicli', 'report', 'reporter',
diff --git a/setup.py b/setup.py
index d99a90f..23088c9 100644
--- a/setup.py
+++ b/setup.py
@@ -208,6 +208,7 @@ setup(
 			 "bin/ooniprobequeue"],
     dependency_links=dependency_links,
     install_requires=install_requires,
+    zip_safe=False,
     cmdclass={"install": install},
     classifiers=(
         "Development Status :: 5 - Production/Stable",





More information about the tor-commits mailing list