[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Update ooniprobe to 1.3.2
commit 083ccc01bd152e01df934e4b9a865f8ef9efa5aa
Author: Arturo <art@xxxxxxxxx>
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 9b874f3..e4bace6 100644
--- a/setup.py
+++ b/setup.py
@@ -207,6 +207,7 @@ setup(
"bin/oonireport", "bin/ooniresources"],
dependency_links=dependency_links,
install_requires=install_requires,
+ zip_safe=False,
cmdclass={"install": install},
classifiers=(
"Development Status :: 5 - Production/Stable",
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits