-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number to 2.18 and update changelog.
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
nntsc (2.18-1) unstable; urgency=low | ||
|
||
* Close currently active AMQP channel on error rather than an old channel. | ||
* Clear pending AMQP messages to prevent duplication when restarting. | ||
* Don't update traceroute parser path cache until after commit. | ||
|
||
-- Brendon Jones <[email protected]> Wed, 27 Mar 2019 15:49:12 +1300 | ||
|
||
nntsc (2.17-1) unstable; urgency=low | ||
|
||
* Move influx setup to build_nntsc_db from postinst. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
requires.append('argparse') | ||
|
||
setup(name="nntsc", | ||
version="2.17", | ||
version="2.18", | ||
description='Nathan\'s Network Time Series Collector', | ||
author='Shane Alcock, Brendon Jones', | ||
author_email='[email protected]', | ||
|