X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=33c64144f21ea65ce75a7b5d58e65c69bd12e5fd;hb=fe2884b84d7f428f8630c1ebb939312ee18ef287;hp=1140bd082f933b67fadaf96bd1d19395c801532f;hpb=0ef75660c9acf5bc9f21c87730872fa622ac4ede;p=grml-network.git diff --git a/debian/changelog b/debian/changelog index 1140bd0..33c6414 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,93 @@ +grml-network (0.11.4) unstable; urgency=medium + + * [5569e63] Use consistent indentation also for wireless configuration + * [f512c90] Do not leak wireless options into non-wireless device + configurations on concurrent runs + + -- Michael Prokop Sat, 18 Jul 2020 17:04:03 +0200 + +grml-network (0.11.3) unstable; urgency=medium + + [ Darshaka Pathirana ] + * [870cd13] grml-network: Fix obsolete nmap command line options + * [1c62e0a] netcardconfig: Add comments to make code more readable + + [ Michael Prokop ] + * [f3086b9] Bump Standards-Version to 4.5.0 + * [fa37d04] Bump Debian compat version to 12, using debhelper-compat + approach + + -- Michael Prokop Tue, 12 May 2020 16:40:52 +0200 + +grml-network (0.11.2) unstable; urgency=medium + + * [9c06fe3] grml-sniff: don't disable IPv6, raising unexpected behavior + + -- Michael Prokop Fri, 05 Jul 2019 16:15:19 +0200 + +grml-network (0.11.1) unstable; urgency=medium + + [ Mykola Malkov ] + * [a186676] Fix non-interactive interface choosing + + -- Michael Prokop Fri, 14 Dec 2018 12:56:25 +0100 + +grml-network (0.11.0) unstable; urgency=medium + + [ Mykola Malkov ] + * [45b8379] Fix some shellcheck warnings + * [eebbac2] Add support for non-interactive mode + + [ Michael Prokop ] + * [780af83] Bump Standards-Version to 4.2.1 + + -- Michael Prokop Thu, 15 Nov 2018 09:55:59 +0100 + +grml-network (0.10.0) unstable; urgency=medium + + [ Mykola Malkov ] + * [fdbb486] Refactoring netcardconfig according to 'shellcheck' + recommendations + * [c41a34b] Add support of VLAN configuration + * [956aca8] Refactoring netcardconfig according to 'shellcheck' + recommendations + * [7e77bd6] Fix default exit code of bailout + + [ Michael Prokop ] + * [9792465] netcardconfig: switch from ifconfig to ip(8) + * [0129d40] netcardconfig: default VLAN option to no and ensure 8021q + module is loaded + * [fe68857] Bump Standards-Version to 4.1.4 + * [1fa5d84] Depend on iproute2 for proper support within netcardconfig + * [794aa21] Drop empty debian/docs + * [7444b5e] debian: run wrap-and-sort with `-a -t -s` + + -- Michael Prokop Fri, 25 May 2018 12:15:44 +0200 + +grml-network (0.9.0) unstable; urgency=medium + + * [e441696] Switch Homepage + Vcs-Browser headers to https version + * [6fe530c] netcardconfig: don't fail with bash >=4.4 when scanning for + networks + + -- Michael Prokop Sat, 25 Mar 2017 16:33:11 +0100 + +grml-network (0.8.4) unstable; urgency=medium + + * [4fa68f7] netcardconfig: switch from `ifconfig` to `ip link` for + interface parsing [Closes: issue2219] Thanks to Jakob Haufe + for the bugreport and patch + + -- Michael Prokop Tue, 23 Aug 2016 14:21:19 +0200 + +grml-network (0.8.3) unstable; urgency=medium + + * [09a3d47] grml-router: fix usage of iptables by dropping full path + usage. Thanks to Ralf Moll for the bugreport + * [10c276c] Bump Standards-Version to 3.9.8 + + -- Michael Prokop Tue, 07 Jun 2016 16:27:16 +0200 + grml-network (0.8.2) unstable; urgency=medium * [e982bd7] grml-network: nmap reports "0 hosts up" instead of "down"