This repository was archived by the owner on Jul 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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+
1160.1.6
217-----
318
Original file line number Diff line number Diff line change 2121from 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments