Skip to content

Commit b1be310

Browse files
committed
Bump to version 3.2.0
1 parent bf26275 commit b1be310

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
Changes in version 3.1.74 - 2019-06-25
210
o Apply fixes to packaging for Ubuntu Bionic
311

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
tor2web (3.2.0) stable; urgency=medium
2+
3+
* New stable release
4+
5+
-- GlobaLeaks software signing key <info@globaleaks.org> Tue, 01 Oct 2019 10:33:28 +0200
6+
17
tor2web (3.1.74) stable; urgency=medium
28

39
* New stable release

tor2web/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.1.74'
1+
__version__ = '3.2.0'
22

33
__all__ = ['utils']

0 commit comments

Comments
 (0)