Skip to content

Commit

Permalink
Update changelogs and bump version for v1.7 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Jun 7, 2020
1 parent 4dda183 commit bf37736
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ All notable changes to the project are documented in this file.
- Versions <= v1.31, Mark Grimes <mailto:mark at stateful dot net>


[v1.7][UNRELEASED]
------------------
[v1.7][] - 2020-06-07
---------------------

Nemesis the Comedian

Expand Down Expand Up @@ -303,7 +303,7 @@ v0.666a - initial public release
- ARP, ICMP, OSPF (unfinished), TCP, UDP implemented


[UNRELEASED]: https://github.com/troglobit/nemesis/compare/v1.6...HEAD
[UNRELEASED]: https://github.com/troglobit/nemesis/compare/v1.7...HEAD
[v1.7]: https://github.com/troglobit/nemesis/compare/v1.6...v1.7
[v1.6]: https://github.com/troglobit/nemesis/compare/v1.5...v1.6
[v1.5]: https://github.com/troglobit/nemesis/compare/v1.4...v1.5
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Suggested reading: "GNU Autoconf, Automake and Libtool" New Riders Press

AC_PREREQ(2.61)
AC_INIT(nemesis, 1.7-dev, https://github.com/troglobit/nemesis/issues,,
AC_INIT(nemesis, 1.7, https://github.com/troglobit/nemesis/issues,,
http://troglobit.com/projects/nemesis/)
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])
Expand Down
8 changes: 4 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bf37736

Please sign in to comment.