Skip to content

Commit

Permalink
RELEASE 0.7.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
unixsurfer committed May 3, 2017
1 parent 1c16fcb commit 4fb99e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Pavlos Parissis <pavlos.parissis@booking.com>
Pavlos Parissis <pavlos.parissis@gmail.com>
Ralf Ertzinger <ralf@skytale.net>
Shane Ramey <shane.ramey@gmail.com>
ndemou <ndemou@gmail.com>
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
CHANGES
=======

0.7.4
-----

* RELEASE 0.7.4 version
* Update copyright
* Make sure we return the prefix length
* Add a 2nd IPv6 service check
* Reorder functions in utils module
* Refactor the way we check our bird settings
* Move the check for a directory to sanity check function
* Fail sanity check when config file and dir don't exist
* Fix incorrect format for enumerated list in README
* fix typo reqeusts->requests (issue #9)
* Mention that IPv6 or v4 is disabled for our software
* Fix type in on_disabled setting
* Add puppet module
* Mention that parent directories for log and pifile files must be present

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

DEFAULT_OPTIONS = {
Expand Down

0 comments on commit 4fb99e2

Please sign in to comment.