Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit 78b10a9

Browse files
committed
Add changelog entries and bump version to 0.1.7
1 parent 5077966 commit 78b10a9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
0.1.7
2+
-----
3+
4+
- Add functionality to reconnect to the Tor control port while OnionBalance is
5+
running. Thank you to Ceysun Sucu for the patch. #45
6+
- Fix bug where instance descriptors were not updated correctly when an
7+
instance address was listed under multiple master service. #49
8+
- Improve performance by only requesting each unique instance descriptor
9+
once per round, rather once for each time it was listed in the config
10+
file. #51
11+
- Fix bug where an exception was raised when the status socket location did
12+
not exist.
13+
- Improve the installation documentation for Debian and Fedora/EPEL
14+
installations.
15+
116
0.1.6
217
-----
318

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from docutils.utils import get_source_line
2222

2323
# Documentation configuration
24-
__version__ = '0.1.6'
24+
__version__ = '0.1.7'
2525
__author__ = "Donncha O'Cearbhaill"
2626
__contact__ = "donncha@donncha.is"
2727

onionbalance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.1.6"
3+
__version__ = "0.1.7"
44
__author__ = "Donncha O'Cearbhaill"
55
__contact__ = "donncha@donncha.is"
66
__url__ = "https://github.com/DonnchaC/onionbalance"

0 commit comments

Comments
 (0)