[tor-commits] [ooni-probe/master] Update to version 1.5.0

art at torproject.org art at torproject.org
Mon May 30 16:28:34 UTC 2016


commit 5fdaa3ebe0928bbbc8cd8088d160cf1a40dd9730
Author: Arturo Filastò <arturo at filasto.net>
Date:   Mon May 30 17:53:28 2016 +0200

    Update to version 1.5.0
---
 ChangeLog.rst    | 10 ++++++++++
 ooni/__init__.py |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index 56dd061..5470570 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,16 @@
 Changelog
 =========
 
+v1.5.0 (Mon, 30 May 2016)
+-------------------------
+codename: The Big Wave
+
+* Implement web_connectivity test that measures for both DNS and HTTP
+  censorship.
+
+* Fix a regression bug that lead to Tor exit ip address not being included in
+  reports.
+
 v1.4.2 (Fri, 29 Apr 2016)
 -------------------------
 
diff --git a/ooni/__init__.py b/ooni/__init__.py
index e02b430..59c0143 100644
--- a/ooni/__init__.py
+++ b/ooni/__init__.py
@@ -1,7 +1,7 @@
 # -*- encoding: utf-8 -*-
 
 __author__ = "Open Observatory of Network Interference"
-__version__ = "1.5.0.dev0"
+__version__ = "1.5.0"
 # This is the version number of resources to be downloaded
 # when a release is made it should be aligned to __version__
 __resources_version__ = "1.4.2"



More information about the tor-commits mailing list