We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c40d8 commit d8a5096Copy full SHA for d8a5096
CHANGELOG
@@ -1,6 +1,10 @@
1
+Changes in version 3.1.45 - 2016-01-10
2
+ o Fix failure in SSL initialization (#274)
3
+ o Simplify design of mail notifications and add default configuration
4
+
5
Changes in version 3.1.44 - 2016-01-06
6
o Automate generation of DH parameters (#260)
- o Replace onionoo with check.torproject.org/exit-addresses #125
7
+ o Replace onionoo with check.torproject.org/exit-addresses (#125)
8
9
Changes in version 3.1.43 - 2015-12-26
10
o Update and stabilize dependencies based on packaged debian versions
tor2web/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '3.1.44'
+__version__ = '3.1.45'
__all__ = ['utils']
0 commit comments