-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelogs and bump version for v1.7 release
Signed-off-by: Joachim Nilsson <[email protected]>
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 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
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 |
---|---|---|
|
@@ -2,15 +2,15 @@ nemesis (1.7) stable; urgency=medium | |
|
||
* Fix #6: Skip sleep/delay when sending only one frame, i.e. default | ||
* Fix #9: Call correct exit function in `nemesis-dhcp` | ||
* Fix missing `S:` to `getopt()` in `nemesis-dhcp`, reported by Westermo | ||
* Fix missing `S:` to `getopt()` in `nemesis-dhcp` | ||
* Fix network byte ordering problem with CIADDR, YIADDR, SIADDR, and | ||
GIADDR in `nemesis-dhcp`, reported by Westermo | ||
GIADDR in `nemesis-dhcp` | ||
* Fix command line parsing of client MAC address, Ethernet source MAC | ||
address, and Ethernet destination MAC address in `nemesis-dhcp`, | ||
reported by Westermo | ||
address, and Ethernet destination MAC address in `nemesis-dhcp` | ||
* Fix missing newline in `nemesis-dhcp` usage text | ||
* Fix invalid call to `close()`, found by Valgrind | ||
* Update Debian packging to standards version 4.3.0 | ||
* Ignore manpage-without-executable lintian warnings | ||
|
||
-- Joachim Nilsson <[email protected]> Sun, 07 Jun 2020 11:22:18 +0200 | ||
|
||
|