[tor-commits] [ooni-probe/master] Bump to version 1.4.2
art at torproject.org
art at torproject.org
Fri Apr 29 09:42:27 UTC 2016
commit 4ddac3ecf1aa4e797214cbbcbb6a7930adc0c0f8
Author: Arturo Filastò <arturo at filasto.net>
Date: Fri Apr 29 11:28:22 2016 +0200
Bump to version 1.4.2
---
ChangeLog.rst | 8 ++++++++
ooni/__init__.py | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog.rst b/ChangeLog.rst
index c24d46d..56dd061 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,14 @@
Changelog
=========
+v1.4.2 (Fri, 29 Apr 2016)
+-------------------------
+
+* Hotfix for bug in serialising binary response bodies
+
+* Use the most recent scapy version
+
+
v1.4.1 (Wed, 27 Apr 2016)
-------------------------
diff --git a/ooni/__init__.py b/ooni/__init__.py
index cbf84b7..8e05068 100644
--- a/ooni/__init__.py
+++ b/ooni/__init__.py
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
__author__ = "Open Observatory of Network Interference"
-__version__ = "1.4.1"
+__version__ = "1.4.2"
__all__ = ['config', 'inputunit', 'kit',
'lib', 'nettest', 'oonicli', 'report', 'reporter',
More information about the tor-commits
mailing list