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

art at torproject.org art at torproject.org
Wed Apr 1 20:29:42 UTC 2015


commit 92720ceef538176d63f13530b0d499f86e5d96cb
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Mar 27 16:31:09 2015 +0100

    Update to ooniprobe 1.3.0
---
 ChangeLog.rst              |   16 ++++++++++++++++
 ooni/__init__.py           |    2 +-
 ooni/deckgen/__init__.py   |    2 +-
 ooni/report/__init__.py    |    2 +-
 ooni/resources/__init__.py |    2 +-
 5 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index 92f5109..21f186b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,22 @@
 Changelog
 =========
 
+v1.3.0 (Fri, 27 Mar 2015)
+------------------------
+
+* Add obfs4 bridge reachability support
+
+* Avoid hacking sys.path in bin/* scripts to support running ooniprobe from
+  non-root.
+
+* Point to the new citizenlab test lists directory
+
+* Add support for report_id inside of reports
+
+* Add the list of test helper addresses to the report
+
+* Handle also unhandled exceptions inside of ooni(deckgen|report|resources)
+
 v1.2.3-rc1 (Wed, 4 Feb 2015)
 ------------------------
 * Restructure directories where ooni software writes/reads from
diff --git a/ooni/__init__.py b/ooni/__init__.py
index a83105a..8566411 100644
--- a/ooni/__init__.py
+++ b/ooni/__init__.py
@@ -1,7 +1,7 @@
 # -*- encoding: utf-8 -*-
 
 __author__ = "Open Observatory of Network Interference"
-__version__ = "1.2.3-rc1"
+__version__ = "1.3.0"
 
 __all__ = ['config', 'inputunit', 'kit',
            'lib', 'nettest', 'oonicli', 'report', 'reporter',
diff --git a/ooni/deckgen/__init__.py b/ooni/deckgen/__init__.py
index f102a9c..3dc1f76 100644
--- a/ooni/deckgen/__init__.py
+++ b/ooni/deckgen/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.1"
+__version__ = "0.1.0"
diff --git a/ooni/report/__init__.py b/ooni/report/__init__.py
index a4e2017..3dc1f76 100644
--- a/ooni/report/__init__.py
+++ b/ooni/report/__init__.py
@@ -1 +1 @@
-__version__ = "0.1"
+__version__ = "0.1.0"
diff --git a/ooni/resources/__init__.py b/ooni/resources/__init__.py
index 46fad05..94cd36e 100644
--- a/ooni/resources/__init__.py
+++ b/ooni/resources/__init__.py
@@ -6,7 +6,7 @@ from ooni.utils import unzip, gunzip
 from ooni.deckgen.processors import citizenlab_test_lists
 from ooni.deckgen.processors import namebench_dns_servers
 
-__version__ = "0.0.1"
+__version__ = "0.1.0"
 
 if os.access(config.var_lib_path, os.W_OK):
     resources_directory = os.path.join(config.var_lib_path,





More information about the tor-commits mailing list