~ubuntu-branches/ubuntu/lucid/wpasupplicant/lucid-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2006-10-05 08:04:01 UTC
  • mfrom: (1.1.5 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061005080401-r8lqlix4390yos7b
Tags: 0.5.5-2
* Update madwifi headers to latest SVN. (Closes: #388316)
* Remove failed attempt at action locking. [debian/functions.sh,
  debian/wpa_action.sh]
* Add hysteresis checking functions, to avoid "event loops" while
  using wpa-roam. [debian/functions.sh, debian/wpa_action.sh]
* Change of co-maintainer email address.
* Add ishex() function to functions.sh to determine wpa-psk value type in
  plaintext or hex. This effectively eliminates the need for the bogus and
  somewhat confusing wpa-passphrase contruct specific to our scripts and
  allows wpa-psk to work with either a 8 to 63 character long plaintext
  string or 64 character long hex string.
* Adjust README.modes to not refer to the redundant wpa-passphrase stuff.
* Add big fat NOTE about acceptable wpa-psk's to top of example gallery.
* Strip surrounding quotes from wpa-ssid if present, instead of just whining
  about them.
* Update email address in copyright blurb of functions.sh, ifupdown.sh and
  wpa_action.sh.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
wpasupplicant (0.5.5-2) unstable; urgency=low
 
2
 
 
3
  * Update madwifi headers to latest SVN. (Closes: #388316)
 
4
  * Remove failed attempt at action locking. [debian/functions.sh,
 
5
    debian/wpa_action.sh]
 
6
  * Add hysteresis checking functions, to avoid "event loops" while
 
7
    using wpa-roam. [debian/functions.sh, debian/wpa_action.sh]
 
8
  * Change of co-maintainer email address.
 
9
  * Add ishex() function to functions.sh to determine wpa-psk value type in
 
10
    plaintext or hex. This effectively eliminates the need for the bogus and
 
11
    somewhat confusing wpa-passphrase contruct specific to our scripts and
 
12
    allows wpa-psk to work with either a 8 to 63 character long plaintext
 
13
    string or 64 character long hex string.
 
14
  * Adjust README.modes to not refer to the redundant wpa-passphrase stuff.
 
15
  * Add big fat NOTE about acceptable wpa-psk's to top of example gallery.
 
16
  * Strip surrounding quotes from wpa-ssid if present, instead of just whining
 
17
    about them.
 
18
  * Update email address in copyright blurb of functions.sh, ifupdown.sh and
 
19
    wpa_action.sh.  
 
20
 
 
21
 -- Kel Modderman <kelmo@kanotixguide.org>  Thu,  5 Oct 2006 08:04:01 +1000
 
22
 
 
23
wpasupplicant (0.5.5-1) unstable; urgency=low
 
24
 
 
25
  * wpa_supplicant(8) now describes the -P (PID file) line option in the
 
26
    manpage. (Closes: #381721)
 
27
  * wpa_passphrase(8) is clearer about describing its purpose.
 
28
  * Start a paragraph in README.modes containing information about best
 
29
    security practises while using and configuring wpa_supplicant. For now
 
30
    it briefly covers the topic of file permissions. (Closes: #382241)
 
31
  * Implement PSK and ASCII passphrase key sanity checking, and warn user
 
32
    about suspicious key lengths (managed mode only).
 
33
  * Add leading example network conf, using wpa-passphrase, to README.modes.
 
34
  * README.Debian documentation changes as sugested by Eduard Bloch
 
35
    (Closes: #382314)
 
36
    - reordered sections by importance for a new user, this ensures wext info
 
37
      for ipw drivers is obvious (Closes: #384299)
 
38
    - rewrote the first chapter to give a fluent introduction, refered to
 
39
      wireless-tools doc
 
40
    - add missing .gz to README.notes path (Closes: #386603)
 
41
  * Reshuffle of README.modes, moving How It Works section toward the latter
 
42
    end to avoid stopping people from missing out on important info.
 
43
  * Rename 'Notes About Managed Mode' to 'Important Notes About Managed Mode'.
 
44
  * Clarify the status of madwifi and 'wext' in README.modes.
 
45
    (Closes: #382651)
 
46
  * Return exit status of daemon start commands.
 
47
  * Further cleanup of ifupdown.sh, move functions to head of script.
 
48
  * wpa-ifupdown no longer checks interface state.
 
49
  * Touch logfile before redirecting output to it via exec, to make sure it is
 
50
    writeable.
 
51
  * Split common code into /etc/wpa_supplicant/ifupdown_common.sh, so that
 
52
    ifupdown.sh and wpa_action.sh may share it.
 
53
  * Add 'wpa_action iface check' option, to test if interface is under
 
54
    influence of wpa_cli or not..
 
55
  * Start wpa_cli daemon from post-up to avoid a race condition with the
 
56
    roaming daemon where association occurred before the master interface
 
57
    state was recorded. This would cause the mapped logical interface to fail
 
58
    on ifup, as wpa_action would fail to detect the state of the master
 
59
    interface, thus not supply the --force option. This is where a stateless
 
60
    ifupdown would really help.
 
61
  * Make conf_wpa_supplicant no-act for roaming daemon. This is important, so
 
62
    that we do not attach wpa_cli to the ctrl_interface socket and initiate
 
63
    roaming before state is tracked.
 
64
  * Add hints about 'auto' and 'allow-hotplug' options with respect to the
 
65
    roaming interface in README.modes. (Closes: #384501)
 
66
  * Drop patchset for commenting out large wpa_supplicant.conf, use sed
 
67
    instead.
 
68
  * Active dbus interface via CONFIG_CTRL_IFACE_DBUS, add build-dep of
 
69
    libdbus-1-dev to debian/control.
 
70
  * Upstream now provides a connect-to-open-ssid example in the large
 
71
    wpa_supplicant.conf file, therefore there is no need to maintain such an
 
72
    example. Rename wpa_connect_open_ap.conf to wpa_supplicant.conf.template
 
73
    and adjust docs to use this as a starting point for the wpa-roam daemon.
 
74
  * Install wpa_passphrase to /usr/bin, there is no need for it in early boot.
 
75
  * Build qt4 wpa_gui from wpa_gui dir rather than pure qt4 variant
 
76
    (wpa_gui-qt4) as per Jouni's advice.
 
77
  * Add versioned dependency on lsb-base >= 3.0-6 for use of log_action_* in
 
78
    wpa-ifupdown.init. (Closes: #386164)
 
79
  * Use correct terminology when describing wpa-roam in wpa_action(8).
 
80
    (Closes: #386813)
 
81
 
 
82
 -- Kel Modderman <kelrin@tpg.com.au>  Mon, 11 Sep 2006 19:23:05 +1000
 
83
 
1
84
wpasupplicant (0.5.4-5) unstable; urgency=low
2
85
 
3
86
  * STDIN was not given to external mapping script correctly. Use the power of