We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf26275 commit b1be310Copy full SHA for b1be310
CHANGELOG
@@ -1,3 +1,11 @@
1
+Changes in version 3.2.0 - 2019-10-01
2
+ o Add debian buster release
3
+ o Add support for Tor Onion Services v3
4
+ o Add support for TLS1.3
5
+ o Revise security TLS configuration
6
+ o Revise support for IPv6
7
+ o Revise Python3 compatibility
8
+
9
Changes in version 3.1.74 - 2019-06-25
10
o Apply fixes to packaging for Ubuntu Bionic
11
debian/changelog
@@ -1,3 +1,9 @@
+tor2web (3.2.0) stable; urgency=medium
+ * New stable release
+ -- GlobaLeaks software signing key <info@globaleaks.org> Tue, 01 Oct 2019 10:33:28 +0200
tor2web (3.1.74) stable; urgency=medium
* New stable release
tor2web/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '3.1.74'
+__version__ = '3.2.0'
__all__ = ['utils']
0 commit comments