commit 94427900c6d9721f8db75c8d2a33d1abf3e8a4ec Author: Arturo Filastò art@fuffa.org Date: Sun Aug 24 20:02:05 2014 +0200
update ooniprobe to 1.1.1 --- ChangeLog.rst | 8 ++++++++ debian/changelog | 6 ++++++ ooni/__init__.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.rst b/ChangeLog.rst index 578f783..101b63a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,14 @@ Changelog =========
+v1.1.1 (Sun, 24 Aug 2014) +------------------------- + +* Update MANIFEST.in to include the manpages for ooniprobe and oonireport. + +* Raise a more specific exception when multiple test cases are in a single + nettest file and the usageOptions are incoherent. + v1.1.0 (Tue, 19 Aug 2014) -------------------------
diff --git a/debian/changelog b/debian/changelog index 90ec33a..792faca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ooniprobe (1.1.1-1) stable; urgency=low + + * ooniprobe 1.1.1 + + -- OONI Developers (signing key) ooni-dev@lists.torproject.org Sun, 24 Aug 2014 20:01:46 +0200 + ooniprobe (1.1.0-1) stable; urgency=low
* ooniprobe 1.1.0 diff --git a/ooni/__init__.py b/ooni/__init__.py index 821b197..89fa0bf 100644 --- a/ooni/__init__.py +++ b/ooni/__init__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference" -__version__ = "1.1.0" +__version__ = "1.1.1"
__all__ = ['config', 'inputunit', 'kit', 'lib', 'nettest', 'oonicli', 'report', 'reporter',
tor-commits@lists.torproject.org