commit 44813f114eed11c84a1ba3bc757e351b13bbfa08 Author: Arturo Filastò art@fuffa.org Date: Fri Oct 17 17:48:06 2014 +0200
update ooniprobe to 1.2.1 --- ChangeLog.rst | 9 +++++++++ debian/changelog | 6 ++++++ ooni/__init__.py | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.rst b/ChangeLog.rst index 58b6e8e..041d329 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,15 @@ Changelog =========
+v1.2.1 (Fri, 17 Oct 2014) +------------------------- + +Who said friday 17th is only bad luck? + +* Add two new report entry keys test_start_time and test_runtime + +* Fix bug that lead to ooniresources not working properly + v1.2.0 (Wed, 1 Oct 2014) -------------------------
diff --git a/debian/changelog b/debian/changelog index 5340a13..21f3f9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ooniprobe (1.2.1-1) stable; urgency=low + + * ooniprobe 1.2.1 + + -- OONI Developers (signing key) ooni-dev@lists.torproject.org Fri, 17 Oct 2014 16:07:00 +0200 + ooniprobe (1.2.0-1) stable; urgency=low
* ooniprobe 1.2.0 diff --git a/ooni/__init__.py b/ooni/__init__.py index c873f37..9c676f5 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.0" +__version__ = "1.2.1"
__all__ = ['config', 'inputunit', 'kit', 'lib', 'nettest', 'oonicli', 'report', 'reporter',