Commit 92720cee authored by Arturo Filastò's avatar Arturo Filastò
Browse files

Update to ooniprobe 1.3.0

parent 3b45c054
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
Changelog
=========

v1.3.0 (Fri, 27 Mar 2015)
------------------------

* Add obfs4 bridge reachability support

* Avoid hacking sys.path in bin/* scripts to support running ooniprobe from
  non-root.

* Point to the new citizenlab test lists directory

* Add support for report_id inside of reports

* Add the list of test helper addresses to the report

* Handle also unhandled exceptions inside of ooni(deckgen|report|resources)

v1.2.3-rc1 (Wed, 4 Feb 2015)
------------------------
* Restructure directories where ooni software writes/reads from
+1 −1
Original line number Diff line number Diff line
# -*- encoding: utf-8 -*-

__author__ = "Open Observatory of Network Interference"
__version__ = "1.2.3-rc1"
__version__ = "1.3.0"

__all__ = ['config', 'inputunit', 'kit',
           'lib', 'nettest', 'oonicli', 'report', 'reporter',
+1 −1
Original line number Diff line number Diff line
__version__ = "0.0.1"
__version__ = "0.1.0"
+1 −1
Original line number Diff line number Diff line
__version__ = "0.1"
__version__ = "0.1.0"
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from ooni.utils import unzip, gunzip
from ooni.deckgen.processors import citizenlab_test_lists
from ooni.deckgen.processors import namebench_dns_servers

__version__ = "0.0.1"
__version__ = "0.1.0"

if os.access(config.var_lib_path, os.W_OK):
    resources_directory = os.path.join(config.var_lib_path,