Do not allow empty WPA passphrase.
[grml-network.git] / debian / changelog
index 14b35d8..2b55645 100644 (file)
@@ -1,3 +1,122 @@
+grml-network (0.3.4) unstable; urgency=low
+
+  * Do not allow empty WPA passphrase. [Closes: issue846]
+
+ -- Michael Prokop <mika@grml.org>  Tue, 18 May 2010 14:24:17 +0200
+
+grml-network (0.3.3) unstable; urgency=low
+
+  * Add iptables to Recommends.
+  * Fix bashism/non-POSIX usage of $UID.
+    [Closes: issue843] Thanks to Darshaka Pathirana.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 29 Apr 2010 00:42:05 +0200
+
+grml-network (0.3.2) unstable; urgency=low
+
+  * Update device detection in grml-pptp-xdsl-students and
+    netcardconfig (iwl3945 doesn't have an entry in
+    /proc/net/wireless with kernel 2.6.33 for example).
+  * Bump Standards-Version to 3.8.4 (no further changes).
+  * Fix wrong usage of redirection in Makefile for doc generation.
+  * Use bash in shebang line of grml-vpnc-tugraz.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 02 Apr 2010 18:27:26 +0200
+
+grml-network (0.3.1) unstable; urgency=low
+
+  * New script grml-sniff for configuring a network sniffing setup.
+  * Fix typos in grml-bridge.
+  * Drop 'Latest change' headers from all files.
+  * Bump to Standard Version 3.8.3 (no further changes).
+
+ -- Michael Prokop <mika@grml.org>  Mon, 17 Aug 2009 11:26:28 +0200
+
+grml-network (0.2.9) unstable; urgency=low
+
+  * scanmodem: apply patch by Joerg Woelke which addresses the
+    right way to specify find options (thanks!). [Closes: issue712]
+  * Bump Standard to Version 3.8.2 (no further changes).
+
+ -- Michael Prokop <mika@grml.org>  Fri, 24 Jul 2009 22:59:07 +0200
+
+grml-network (0.2.8) unstable; urgency=low
+
+  * netcardconfig: use 'udevadm info' instead of 'udevinfo' if
+    available as udevinfo will disappear from udev.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 00:40:52 +0200
+
+grml-network (0.2.7) unstable; urgency=low
+
+  * grml-bridge: bring network devices up by default using
+    'ifconfig $DEV 0.0.0.0 up'. This makes configuration more
+    reliable according to my tests.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 11:37:25 +0200
+
+grml-network (0.2.6) unstable; urgency=low
+
+  * grml-bridge:
+    - provide real status info in STP message
+    - check for presence of dhclient.pid of bridge and do not
+      fail if killing the process fails (as we want to get rid of
+      the bridge)
+    - when removing the bridge device take down the device
+      via ifconfig down so we don't fall into any race-conditions
+  * Bump Standard-Version to 3.8.1 (no further changes).
+  * Improve long description of Debian package.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 09 Apr 2009 00:12:26 +0200
+
+grml-network (0.2.5) unstable; urgency=low
+
+  * net-functions: getLanDriver() does not return driver for madwifi.
+    Thanks for the fix to Ulrich Dangel. [Closes: issue551]
+  * Update VCS headers (we use git nowadays).
+
+ -- Michael Prokop <mika@grml.org>  Mon, 03 Nov 2008 18:23:39 +0100
+
+grml-network (0.2.4) unstable; urgency=low
+
+  * net-functions: if there is a default route not via an ip
+    address but just for a device defaultGWDev returns the wrong
+    device name, as the device is in the third row not the fifth.
+    Fix this issue, thanks - Ulrich Dangel. [Closes: issue550]
+
+ -- Michael Prokop <mika@grml.org>  Sun, 12 Oct 2008 11:04:46 +0200
+
+grml-network (0.2.3) unstable; urgency=low
+
+  * Depend on grml-etc-core, as several scripts use
+    /etc/grml/script-functions. Thanks to Darshaka Pathirana!
+    [Closes: issue515]
+  * Bump to Standard-Version 3.8.0 (no further changes).
+  * Fix binary-arch-rules-but-pkg-is-arch-indep in debian/rules.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 16 Sep 2008 01:02:53 +0200
+
+grml-network (0.2.2) unstable; urgency=low
+
+  * Fix UID check in grml-pptp-inode.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 22 Jul 2008 01:13:32 +0200
+
+grml-network (0.2.1) unstable; urgency=low
+
+  * grml-bridge: remove '-e' option in dhclient call.
+    Thanks to Tobias Walkowiak for reporting and the fix.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 26 Mar 2008 23:02:57 +0100
+
+grml-network (0.2.0) unstable; urgency=low
+
+  * grml-pptp-inode, grml-pptp-vcgraz, grml-pptp-xdsl-students and
+    grml-vpnc-tugraz: make sure we export LANG=C so parsing ifconfig
+    output inside subshells works in a non-C setup as well.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 26 Jan 2008 00:13:42 +0100
+
 grml-network (0.1.18) unstable; urgency=low
 
   * netcardconfig: check for presence of /proc/net/dev.