[tor-commits] [ooni-probe/master] update ooniprobe to v1.3.1

art at torproject.org art at torproject.org
Fri Apr 3 13:06:25 UTC 2015


commit 4fe2884b80fb91934e517f1a126fe75020f229f9
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Apr 3 15:05:00 2015 +0200

    update ooniprobe to v1.3.1
---
 ChangeLog.rst    |   11 +++++++++++
 ooni/__init__.py |    2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index 278a5ac..d3a7729 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,17 @@
 Changelog
 =========
 
+v1.3.1 (Fri, 3 Apr 2015)
+------------------------
+
+* Fix bug with --help of oonireport
+
+* Read the home directory from an environement variable
+
+* Expose the inputs_dir and decks_dir from the config file
+
+* Fix bug that leads to some incomplete reports not showing up with oonireport
+
 v1.3.0 (Fri, 27 Mar 2015)
 -------------------------
 
diff --git a/ooni/__init__.py b/ooni/__init__.py
index 8566411..1bc0cb8 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.0"
+__version__ = "1.3.1"
 
 __all__ = ['config', 'inputunit', 'kit',
            'lib', 'nettest', 'oonicli', 'report', 'reporter',



More information about the tor-commits mailing list