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