[tor-commits] [oonib/master] Update changelog and version for 1.3.0

art at torproject.org art at torproject.org
Mon May 30 13:49:40 UTC 2016


commit 88e9411a92ed50f4ac92e201e8e32c970278a2df
Author: Arturo Filastò <arturo at filasto.net>
Date:   Mon May 30 15:48:53 2016 +0200

    Update changelog and version for 1.3.0
---
 ChangeLog.rst     | 10 ++++++++++
 oonib/__init__.py |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index c34857c..3da7940 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,16 @@
 ChangeLog
 =========
 
+1.3.0 (Mon, 30 May 2016)
+-------------------------
+
+* Add web connectivity test helper
+
+* Add support for HTTPS collectors and bouncers
+
+* Fix problems with priviledge shedding and daemonisation
+  https://github.com/TheTorProject/ooni-backend/issues/65
+
 1.2.0 (Wed, 27 Apr 2016)
 -------------------------
 
diff --git a/oonib/__init__.py b/oonib/__init__.py
index b8e196a..a809478 100644
--- a/oonib/__init__.py
+++ b/oonib/__init__.py
@@ -3,7 +3,7 @@ In here we shall keep track of all variables and objects that should be
 instantiated only once and be common to pieces of GLBackend code.
 """
 
-__version__ = '1.2.0'
+__version__ = '1.3.0'
 
 __all__ = ['Storage', 'randomStr']
 



More information about the tor-commits mailing list