-
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.22 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.22-1) unstable; urgency=low | ||
|
||
* Only aggregate groups where there is data, don't make empty groups. | ||
* Don't calculate frequency for raw data (i.e. no aggregation). | ||
* Fix the fastping parser to work in the case there is no RTT data. | ||
|
||
-- Brendon Jones <[email protected]> Thu, 1 Aug 2019 11:37:30 +1200 | ||
|
||
nntsc (2.21-1) unstable; urgency=low | ||
|
||
* Add basic support for AMP External test data. | ||
|
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.21", | ||
version="2.22", | ||
description='Nathan\'s Network Time Series Collector', | ||
author='Shane Alcock, Brendon Jones', | ||
author_email='[email protected]', | ||
|