~ubuntu-branches/ubuntu/vivid/wpasupplicant/vivid

« back to all changes in this revision

Viewing changes to debian/NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2008-03-12 20:03:04 UTC
  • mfrom: (1.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080312200304-4331y9wj46pdd34z
Tags: 0.6.3-1
* New upstream release.
* Drop patches applied upstream:
  - debian/patches/30_wpa_gui_qt4_eventhistoryui_rework.patch
  - debian/patches/31_wpa_gui_qt4_eventhistory_always_scrollbar.patch
  - debian/patches/32_wpa_gui_qt4_eventhistory_scroll_with_events.patch
  - debian/patches/40_dbus_ssid_data.patch
* Tidy up the clean target of debian/rules. Now that the madwifi headers are
  handled differently we no longer need to do any cleanup.
* Fix formatting error in debian/ifupdown/wpa_action.8 to make lintian
  quieter.
* Add patch to fix formatting errors in manpages build from sgml source. Use
  <emphasis> tags to hightlight keywords instead of surrounding them in
  strong quotes.
  - debian/patches/41_manpage_format_fixes.patch
* wpasupplicant binary package no longer suggests pcscd, guessnet, iproute
  or wireless-tools, nor does it recommend dhcp3-client. These are not
  needed.
* Add debian/patches/10_silence_siocsiwauth_icotl_failure.patch to disable
  ioctl failure messages that occur under normal conditions.
* Cherry pick two upstream git commits concerning the dbus interface:
  - debian/patches/11_avoid_dbus_version_namespace.patch
  - debian/patches/12_fix_potential_use_after_free.patch
* Add debian/patches/42_manpage_explain_available_drivers.patch to explain
  that not all of the driver backends are available in the provided
  wpa_supplicant binary, and that the canonical list of supported driver
  backends can be retrieved from the wpa_supplicant -h (help) output.
  (Closes: #466910)
* Add debian/patches/20_wpa_gui_qt4_disable_link_prl.patch to remove
  link_prl CONFIG compile flag added by qmake-qt4 >= 4.3.4-2 to avoid excess
  linking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
wpasupplicant (0.5.4-3) unstable; urgency=low
2
 
 
3
 
  Support for random 'wpa-action' scripts has been totally removed for the
4
 
  following reasons:
5
 
 
6
 
   * They were unmaintainable. They were not installed or updated along with
7
 
     each new package, rather, they were user managed.
8
 
   * The program code required to support them was relatively crude.
9
 
   * This functionality is obsoleted by a more comprehensive 'roaming' action
10
 
     script that controls ifupdown.
11
 
 
12
 
  Please refer to /usr/share/doc/wpasupplicant/README.modes and
13
 
  wpa_action(8) for details about wpa-roam, and how to obtain the
14
 
  behaviour that wpa-action scripts "tried" to achieve.
15
 
 
16
 
 -- Kel Modderman <kelrin@tpg.com.au>  Sun, 30 Jul 2006 05:49:28 +1000
17
 
 
18
 
wpasupplicant (0.5.3+20060522-3) unstable; urgency=low
19
 
 
20
 
  IF YOU ARE CURRENTLY USING -d madwifi THIS UPLOAD BROKE YOUR CONNECTION!
21
 
  PLEASE UPGRADE YOUR WLAN DRIVERS TO CURRENT MADWIFI!
22
 
 
23
 
  Support for the madwifi driver has changed in this release. The so called
24
 
  'madwifi-old' driver is no longer supported, instead we included the headers
25
 
  from madwifi-ng (madwifi.org svn trunk) to allow support for the new private
26
 
  ioctl's in that codebase. Also note that madwifi-ng supports the 'wext'
27
 
  ioctl's when compiled and used with a linux kernel >= 2.6.14.
28
 
 
29
 
  More information about the new madwifi driver can be found on the
30
 
  madwifi.org wiki:
31
 
    
32
 
    http://madwifi.org/
33
 
 
34
 
  Also visit the pkg-madwifi maintainers page, hosted on madwifi.org's wiki
35
 
  for information specific to installing and using madwifi-ng on debian:
36
 
 
37
 
    http://pkg-madwifi.alioth.debian.org/
38
 
 
39
 
  The madwifi-old headers have been included in the source package for those
40
 
  people who requires its support. To activate madwifi-old support, please
41
 
  follow these steps:
42
 
 
43
 
   # su
44
 
   # apt-get update
45
 
   # apt-get build-dep wpasupplicant
46
 
   # exit
47
 
   $ apt-get source wpasupplicant
48
 
   $ cd wpasupplicant-0.5.3+20060522-3/debian/patches
49
 
   
50
 
   Edit '00list' by removing the line:
51
 
 
52
 
   20_madwifing_r1636_includes
53
 
 
54
 
   and uncommenting the line with:
55
 
 
56
 
   20_madwifiold_20060207_includes
57
 
 
58
 
   $ cd ../../
59
 
   $ fakeroot dpkg-buildpackage -us -uc -b
60
 
   $ cd ../
61
 
   # su
62
 
   # dpkg -i wpa*.deb
63
 
 
64
 
 
65
 
 -- Kel Modderman <kelrin@tpg.com.au>  Tue, 13 Jun 2006 22:33:16 +1000
66
 
 
67
 
wpasupplicant (0.4.8-1) unstable; urgency=low
68
 
 
69
 
  IF YOU HAVE USED WPASUPPLICANT BEFORE, THIS UPGRADE PROBABLY BROKE YOUR
70
 
  CONNECTION!
71
 
 
72
 
  This package does not ship any configuration to wpasupplicant in
73
 
  /etc/{wpa_supplicant/,}wpa{,_}supplicant.conf anymore. There is no
74
 
  sensible default configuration which would make sense to be started on
75
 
  every machine. Therefore, in order to actually use wpasupplicant in
76
 
  this package, you are required to edit your /etc/network/interfaces in
77
 
  order to start wpasupplicant. Please read the file README.modes in
78
 
  /usr/share/doc/wpasupplicant for more information about the supported
79
 
  stanzas in /etc/network/interfaces.
80
 
 
81
 
  Roaming between networks is now supported by a wpa_cli action script.
82
 
  Please read /usr/share/doc/wpasupplicant/README.modes for a guide on how
83
 
  to configure wpasupplicant to best suit your requirements.
84
 
 
85
 
 -- Reinhard Tartler <siretart@tauware.de>  Fri, 31 Mar 2006 09:43:14 +0200
86
 
 
87
 
wpasupplicant (0.5.2-1) experimental; urgency=low
88
 
 
89
 
  The installed wpa_* binaries have moved. They are installed to the
90
 
  following locations:-
91
 
        
92
 
        /sbin/wpa_cli
93
 
        /sbin/wpa_supplicant
94
 
        /usr/bin/wpa_passphrase
95
 
 
96
 
  Please adjust your scripts as neccessary.
97
 
  
98
 
 -- Kel Modderman <kelrin@tpg.com.au>  Tue, 21 Mar 2006 21:16:57 +1000
99
 
 
100
 
wpasupplicant (0.4.7-1) unstable; urgency=low
101
 
 
102
 
  This version is designed for Wireless Extensions 19 and so will work
103
 
  with Linux kernel 2.6.14. It works with earlier versions of linux as well.
104
 
 
105
 
  WPA support was added in Wireless Extensions 18 and should
106
 
  therefore exist in new (2.6.14-compliant) drivers, including
107
 
  ipw2200 v1.0.8. In order to take advantage of this new support you need to
108
 
  invoke wpasupplicant with the wext driver ("-D wext" in
109
 
  /etc/default/wpasupplicant for instance, instead of "-D ipw" say).
110
 
 
111
 
 -- Reinhard Tartler <siretart@tauware.de>  Fri, 10 Feb 2006 11:15:34 +0100
 
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