[tor-commits] [ooni-probe/master] Update Changelog and version for 2.0.0-rc.2

art at torproject.org art at torproject.org
Mon Sep 19 12:14:25 UTC 2016


commit 1fd8ad6526f4d49ad8bcd387a0d912efff568582
Author: Arturo Filastò <arturo at filasto.net>
Date:   Tue Sep 13 12:38:24 2016 +0200

    Update Changelog and version for 2.0.0-rc.2
---
 ChangeLog.rst    | 18 ++++++++++++++++++
 ooni/__init__.py |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index 678983c..3c0ecd8 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,24 @@
 Changelog
 =========
 
+v2.0.0-rc.2 (Tue, 13 Sep 2016)
+------------------------------
+
+This is a release candidate for a major ooniprobe release.
+
+It includes a new web user interface and a system daemon for running ooniprobe
+tests.
+
+Feature list:
+
+* System daemon for running tests periodically (https://github.com/TheTorProject/ooni-probe/issues/576)
+
+* Web user interface for viewing measurement results (https://github.com/TheTorProject/ooni-probe/issues/575)
+
+* New deck format (https://github.com/TheTorProject/ooni-probe/issues/571)
+
+* Local reports are written in JSON (https://github.com/TheTorProject/ooni-probe/issues/557)
+
 v1.6.1 (Tue, 26 Jul 2016)
 -------------------------
 
diff --git a/ooni/__init__.py b/ooni/__init__.py
index de2157c..20bdef0 100644
--- a/ooni/__init__.py
+++ b/ooni/__init__.py
@@ -1,7 +1,7 @@
 # -*- encoding: utf-8 -*-
 
 __author__ = "Open Observatory of Network Interference"
-__version__ = "2.0.0-rc.1"
+__version__ = "2.0.0-rc.2"
 
 __all__ = [
     'agent',





More information about the tor-commits mailing list