Skip to content

Commit

Permalink
RELEASE 0.7.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
unixsurfer committed Jan 7, 2017
1 parent 86bf981 commit 0aa4278
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGES
=======

0.7.1
-----

* RELEASE 0.7.1 version
* Update local_run.sh with latest config
* Don't handle bird configuration in local_run.sh
* Allow floating numbers for check_[timeout,interval]
* Instruct Systemd to restart daemon upon failure
* Use standard path rather our custom one
* Mention that prefix length is optional
* Fetch the correct parameter name
* Return boolean value instead of a string
* Update example anycast-healthchecker.conf

0.7.0
-----

Expand Down
2 changes: 1 addition & 1 deletion anycast_healthchecker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__title__ = 'anycast_healthchecker'
__author__ = 'Pavlos Parissis'
__license__ = 'Apache 2.0'
__version__ = '0.7.0'
__version__ = '0.7.1'
__copyright__ = 'Copyright 2015-2016 Pavlos Parissis'

DEFAULT_OPTIONS = {
Expand Down

0 comments on commit 0aa4278

Please sign in to comment.