[tor-commits] [ooni-probe/master] Bump to v2.0.1
art at torproject.org
art at torproject.org
Fri Jan 13 12:39:57 UTC 2017
commit 123acc17ac63d8d45238be03d63982a6949b5088
Author: Arturo Filastò <arturo at filasto.net>
Date: Sat Oct 29 21:13:18 2016 +0200
Bump to v2.0.1
---
ChangeLog.rst | 16 ++++++++++++++++
ooni/__init__.py | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 42026c1..528ef62 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,22 @@
Changelog
=========
+v2.0.1 (Sat, 29 Oct 2016)
+--------------------------
+
+Improvements:
+
+* Add `--info` command line option to print paths of ooniprobe
+
+* Support specifying a `settings.ini` via an environment variable to facilitate
+ testing.
+
+Bug fixes:
+
+* Fix https://github.com/TheTorProject/ooni-probe/issues/636
+
+* Fix https://github.com/TheTorProject/ooni-probe/issues/650
+
v2.0.0 (Fri, 14 Oct 2016)
------------------------------
codename: mezzanine
diff --git a/ooni/__init__.py b/ooni/__init__.py
index afa377e..c2d5fdf 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.1.dev0"
+__version__ = "2.0.1"
__all__ = [
'agent',
More information about the tor-commits
mailing list