Skip to content

Commit

Permalink
Change added bug fix documentation (#280)
Browse files Browse the repository at this point in the history
Change updated maintainer email
  • Loading branch information
johnfzc authored and jathanism committed Apr 18, 2016
1 parent 639d3ce commit 6599b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Bug Fixes
``AttributeError`` attribute error was raised due to attempting to call
``complete`` on ``queue``, which is set to ``None`` when passing
``--no-db``.
+ :bug:`266` - Cleaned up network.utils.ping, removed hostname validation code
+ :bug:`271` - Bugfix in `~trigger.utils.network.ping()` where a file
descriptor wasn't closed cleanly.
+ :bug:`167` - Bugfix in ``bin/gnng`` that printed device names before any
Expand Down
2 changes: 1 addition & 1 deletion trigger/utils/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = 'Jathan McCollum, Eileen Watson'
__maintainer__ = 'Jathan McCollum'
__email__ = 'jathan.mccollum@teamaol.com'
__email__ = 'jathan@gmail.com'
__copyright__ = 'Copyright 2009-2013, AOL Inc.; 2013-2014 Salesforce.com'

import os
Expand Down

0 comments on commit 6599b00

Please sign in to comment.