Skip to content

Commit

Permalink
Add changelog entries and bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnchaC committed Feb 21, 2017
1 parent 5077966 commit 78b10a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.1.7
-----

- Add functionality to reconnect to the Tor control port while OnionBalance is
running. Thank you to Ceysun Sucu for the patch. #45
- Fix bug where instance descriptors were not updated correctly when an
instance address was listed under multiple master service. #49
- Improve performance by only requesting each unique instance descriptor
once per round, rather once for each time it was listed in the config
file. #51
- Fix bug where an exception was raised when the status socket location did
not exist.
- Improve the installation documentation for Debian and Fedora/EPEL
installations.

0.1.6
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from docutils.utils import get_source_line

# Documentation configuration
__version__ = '0.1.6'
__version__ = '0.1.7'
__author__ = "Donncha O'Cearbhaill"
__contact__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion onionbalance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = "0.1.6"
__version__ = "0.1.7"
__author__ = "Donncha O'Cearbhaill"
__contact__ = "[email protected]"
__url__ = "https://github.com/DonnchaC/onionbalance"
Expand Down

0 comments on commit 78b10a9

Please sign in to comment.