From bf37736831cfe378d619ffe5dda7df3e19e6447b Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 7 Jun 2020 12:19:26 +0200 Subject: [PATCH] Update changelogs and bump version for v1.7 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 6 +++--- configure.ac | 2 +- debian/changelog | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4fa65a9..67d9426 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,8 +8,8 @@ All notable changes to the project are documented in this file. - Versions <= v1.31, Mark Grimes -[v1.7][UNRELEASED] ------------------- +[v1.7][] - 2020-06-07 +--------------------- Nemesis the Comedian @@ -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 diff --git a/configure.ac b/configure.ac index 6bc4dcf..6faeb0e 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index c2c5377..3510620 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 07 Jun 2020 11:22:18 +0200