Maemo debianization.
[wpasupplicant] / debian / NEWS
1 wpasupplicant (0.6.2-2) unstable; urgency=low
2
3   The -w (wait for network interface to exist) command line option no longer
4   exists. If you have scripts that require this option, it is time to change
5   them, or use one of the two supported modes of operation explained at
6   /usr/share/doc/wpasupplicant/README.modes.gz.
7
8   ifupdown supports hot-plugged network devices via the "allow-hotplug" class
9   of operation. An example /etc/network/interfaces configuration stanza would
10   look like:
11
12   allow-hotplug ath0
13   iface ath0 inet dhcp
14           wpa-ssid myssid
15           wpa-psk mysecretpassphrase
16
17   network-manager is also able to handle hot-plugged network devices.
18
19  -- Kel Modderman <kel@otaku42.de>  Mon, 14 Jan 2008 18:02:17 +1000