Skip to content

Commit 5d92c65

Browse files
committed
Bump to version 3.1.69
1 parent da87bc4 commit 5d92c65

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

CHANGELOG

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
1-
Changes in version 3.1.68 - 2016-01-27
1+
Changes in version 3.1.69 - 2017-03-05
2+
o Align dependencies versions to the one used in GlobaLeaks
3+
4+
Changes in version 3.1.68 - 2017-01-27
25
o Fix regular expressions used fro url rewriting
36

4-
Changes in version 3.1.67 - 2016-01-27
7+
Changes in version 3.1.67 - 2017-01-27
58
o Fix issue #319
69

7-
Changes in version 3.1.66 - 2016-01-19
10+
Changes in version 3.1.66 - 2017-01-19
811
o Implement subprocessing avoiding connection close
912
when reaching request number limit
1013

11-
Changes in version 3.1.65 - 2016-01-17
14+
Changes in version 3.1.65 - 2017-01-17
1215
o Apply minor bugfixing
1316

14-
Changes in version 3.1.64 - 2016-01-17
17+
Changes in version 3.1.64 - 2017-01-17
1518
o Apply minor bugfixing
1619

17-
Changes in version 3.1.63 - 2016-01-10
20+
Changes in version 3.1.63 - 2017-01-10
1821
o Apply minor bugfixing
1922

20-
Changes in version 3.1.62 - 2016-01-10
23+
Changes in version 3.1.62 - 2017-01-10
2124
o Remove experimental code
2225

23-
Changes in version 3.1.61 - 2016-01-10
26+
Changes in version 3.1.61 - 2017-01-10
2427
o Packaging fixes
2528

26-
Changes in version 3.1.60 - 2016-01-10
29+
Changes in version 3.1.60 - 2017-01-10
2730
o Apply minor bugfixing
2831

2932
Changes in version 3.1.59 - 2016-12-30

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
tor2web (3.1.69) stable; urgency=medium
2+
3+
* New stable release
4+
5+
-- GlobaLeaks software signing key <[email protected]> Mon, 06 Mar 2017 00:21:17 +0100
6+
17
tor2web (3.1.68) stable; urgency=medium
28

39
* New stable release

tor2web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.1.68'
1+
__version__ = '3.1.69'
22

33
__all__ = ['utils']

0 commit comments

Comments
 (0)