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

art at torproject.org art at torproject.org
Wed Oct 1 14:28:36 UTC 2014


commit 520c78d1725b86f47de24d4ebf0e53d017ccfbbd
Author: Arturo Filastò <art at fuffa.org>
Date:   Wed Oct 1 16:27:54 2014 +0200

    Update ooniprobe to 1.2.0
---
 ChangeLog.rst    |   18 ++++++++++++++++++
 debian/changelog |    6 ++++++
 ooni/__init__.py |    2 +-
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index 101b63a..58b6e8e 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,24 @@
 Changelog
 =========
 
+v1.2.0 (Wed, 1 Oct 2014)
+-------------------------
+
+* Introduce a new tool for generating ooniprobe test decks called oonideckgen.
+
+* Introduce a new tool for updating resources used for geoip lookup and deck
+  generation.
+
+* Add support for policy aware bouncing in the client.
+  https://trac.torproject.org/projects/tor/ticket/12579
+
+* Various improvements to the bridge_reachability test (enable better tor
+  logging and also log obfsproxy)
+
+* Fix backward compatibility with twisted 13.1 and add regression tests for
+  this.
+  https://trac.torproject.org/projects/tor/ticket/13139
+
 v1.1.1 (Sun, 24 Aug 2014)
 -------------------------
 
diff --git a/debian/changelog b/debian/changelog
index 792faca..5340a13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ooniprobe (1.2.0-1) stable; urgency=low
+
+  * ooniprobe 1.2.0
+
+ -- OONI Developers (signing key) <ooni-dev at lists.torproject.org>  Wed, 1 Oct 2014 16:07:00 +0200
+
 ooniprobe (1.1.1-1) stable; urgency=low
 
   * ooniprobe 1.1.1
diff --git a/ooni/__init__.py b/ooni/__init__.py
index 89fa0bf..c873f37 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.1"
+__version__ = "1.2.0"
 
 __all__ = ['config', 'inputunit', 'kit',
            'lib', 'nettest', 'oonicli', 'report', 'reporter',



More information about the tor-commits mailing list