Skip to content

Commit

Permalink
Update ooniprobe to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Oct 1, 2014
1 parent 946c6e3 commit 520c78d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
18 changes: 18 additions & 0 deletions 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)
-------------------------

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
ooniprobe (1.2.0-1) stable; urgency=low

* ooniprobe 1.2.0

-- OONI Developers (signing key) <ooni-dev@lists.torproject.org> Wed, 1 Oct 2014 16:07:00 +0200

ooniprobe (1.1.1-1) stable; urgency=low

* ooniprobe 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion 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',
Expand Down

0 comments on commit 520c78d

Please sign in to comment.