[ubuntu/oneiric] wpasupplicant 0.7.3-3 (Accepted)

Ubuntu Installer archive at ubuntu.com
Fri May 6 10:13:35 UTC 2011


wpasupplicant (0.7.3-3) unstable; urgency=low

  * Restore code which loop waits for wpa_supplicant generated PID and
    UNIX socket on the filesystem before proceeeding with execution of
    ifupdown script. (Closes: #622757, #622589)
  * On DISCONNECTED event using wpa-roam, do not immediately issue
    reassociation command. (Closes: #622821)
  * Enable CONFIG_IEEE80211W in build configuration. (Closes: #622587)

wpasupplicant (0.7.3-2) unstable; urgency=low

  * Upload to unstable.
  * Remove 08_pcsc_dynamic.patch and forget the idea about dynamically
    loading libpcsc. (Closes: #618719)
  * Build with support for pcsc and link with libpcsc. Reopens #531592
    and #612715.

wpasupplicant (0.7.3-1) experimental; urgency=low

  [ Kel Modderman ]
  * ACK NMU (Closes: #582917) and integrate changelog.
  * New upstream release (Closes: #591371).
    - nl80211 driver interface doesn't use WEXT compat layer
      (Closes: #570688)
  * Adjust debian/watch for 0.7.X series of upstream.
  * Drop patches applied upstream:
    - 11_syslog.patch
    - 18_wpa_gui_wps_ap_avail_annoyance.patch
    - 20_wpa_msg_ctrl_wps.patch
    - 21_kfreebsd.patch
    - 30_cfg80211_association_optimisation.patch
  * Refresh patch series and merge with new upstream.
  * Change build configuration:
    - remove all comments from our config
    - enable new D-Bus interface
    - disable experimental feature CONFIG_EAP_PSK
    - enable CONFIG_AP, which allows hostapd-like functionality
  * Install D-Bus service activation file for new interface.
  * Set default driver type to nl80211,wext in ifupdown glue.
  * Remove duplicate handling of wpa-mode in ifupdown/functions.sh.
  * Add support for scan_freq and freq_list in ifupdown/functions.sh.
  * Install pm-utils action script to notify wpa_supplicant of susepnd
    and resume events.
  * Remove pm-utils stuff from debian/ifupdown/action_wpa.sh.
  * Remove sleep loops which wait for creation of interface specific
    control sockets, these are now created before the process is
    backgrounded (http://w1.fi/bugz/show_bug.cgi?id=283).
  * After a disconnected event, attempt to reassociate to a network
    when using wpa-roam.
  * Add statement to debian/copyright about our choice to distribute
    this software under BSD license and link with openssl.
  * Override lintian in the case of possible-gpl-code-linked-with-
    openssl.
  * Establish control interface when D-Bus activated wpa_supplicant
    daemon starts. (Closes: #606051)
  * Update all patches with DEP-3 compliant header information.
  * Cherry pick upstream commit which fixes up emission of change events
    over D-bus. (Closes: #617199)
  * Add patch to load libpcsclite1 via dlopen(), making pcsc support
    optional. (Closes: #612842, #612715, #583671, #531592)
  * Set build config option CONFIG_PCSC=dyn to use above mentioned feature.
  * Add patch to wpa_gui to use KDE's KNotify when running under KDE.
    (Closes: #582793)
  * Adjust versioned debhelper build-depends to (>> 8).
  * Use architecture wildcards in debian/control.
  * Adjust wpagui versioned dependency on wpasupplicant to >= 0.7.3 to
    make sure all new UI features are supported.

  [ Stefan Lippers-Hollmann ]
  * Add myself to uploaders.
  * Bump policy version to 3.9.1:
    - Include full text of the employed BSD license variant and no longer
      refer to Debian's common license template.
  * Bump compat level to 8 and debhelper build-depends to >= 7.9.3~ 
    accordingly, retaining backportability for squeeze (plain lenny isn't an
    option due to simplified dh7 usage).
  * Refresh patch series and merge with new upstream (0.7.3).
  * Drop patches applied upstream:
    - patches/10_wpa_gui_qt4_network_id_qregexp.patch
    - patches/11_wpa_supplicant_enable_network_tweak.patch
  * update machine readable debian/copyright to be compatible with DEP5 r135.
  * initial update of existing debian/copyright entries.

Date: Fri,  06 May 2011 10:02:04 +0000
Changed-By: Mathieu Trudel-Lapierre <mathieu.tl at gmail.com>
Maintainer: Debian/Ubuntu wpasupplicant Maintainers <pkg-wpa-devel at lists.alioth.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/oneiric/+source/wpasupplicant/0.7.3-3
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Fri,  06 May 2011 10:02:04 +0000
Source: wpasupplicant
Binary: wpasupplicant, wpagui
Architecture: source
Version: 0.7.3-3
Distribution: oneiric
Urgency: low
Maintainer: Debian/Ubuntu wpasupplicant Maintainers <pkg-wpa-devel at lists.alioth.debian.org>
Changed-By: Mathieu Trudel-Lapierre <mathieu.tl at gmail.com>
Description:
 wpasupplicant - client support for WPA and WPA2 (IEEE 802.11i)
Closes: 531592 570688 582793 582917 583671 591371 606051 612715 612842 617199 618719 622587 622589 622757 622821
Files:
 0a20fe46d98254f23df187a37a64ad16 61600 net optional wpasupplicant_0.7.3-3.debian.tar.gz
 def7e67868582060384bc55b8cd9a173 2186 net optional wpasupplicant_0.7.3-3.dsc
Changes:
 wpasupplicant (0.7.3-3) unstable; urgency=low
 .
   * Restore code which loop waits for wpa_supplicant generated PID and
     UNIX socket on the filesystem before proceeeding with execution of
     ifupdown script. (Closes: #622757, #622589)
   * On DISCONNECTED event using wpa-roam, do not immediately issue
     reassociation command. (Closes: #622821)
   * Enable CONFIG_IEEE80211W in build configuration. (Closes: #622587)
 .
 wpasupplicant (0.7.3-2) unstable; urgency=low
 .
   * Upload to unstable.
   * Remove 08_pcsc_dynamic.patch and forget the idea about dynamically
     loading libpcsc. (Closes: #618719)
   * Build with support for pcsc and link with libpcsc. Reopens #531592
     and #612715.
 .
 wpasupplicant (0.7.3-1) experimental; urgency=low
 .
   [ Kel Modderman ]
   * ACK NMU (Closes: #582917) and integrate changelog.
   * New upstream release (Closes: #591371).
     - nl80211 driver interface doesn't use WEXT compat layer
       (Closes: #570688)
   * Adjust debian/watch for 0.7.X series of upstream.
   * Drop patches applied upstream:
     - 11_syslog.patch
     - 18_wpa_gui_wps_ap_avail_annoyance.patch
     - 20_wpa_msg_ctrl_wps.patch
     - 21_kfreebsd.patch
     - 30_cfg80211_association_optimisation.patch
   * Refresh patch series and merge with new upstream.
   * Change build configuration:
     - remove all comments from our config
     - enable new D-Bus interface
     - disable experimental feature CONFIG_EAP_PSK
     - enable CONFIG_AP, which allows hostapd-like functionality
   * Install D-Bus service activation file for new interface.
   * Set default driver type to nl80211,wext in ifupdown glue.
   * Remove duplicate handling of wpa-mode in ifupdown/functions.sh.
   * Add support for scan_freq and freq_list in ifupdown/functions.sh.
   * Install pm-utils action script to notify wpa_supplicant of susepnd
     and resume events.
   * Remove pm-utils stuff from debian/ifupdown/action_wpa.sh.
   * Remove sleep loops which wait for creation of interface specific
     control sockets, these are now created before the process is
     backgrounded (http://w1.fi/bugz/show_bug.cgi?id=283).
   * After a disconnected event, attempt to reassociate to a network
     when using wpa-roam.
   * Add statement to debian/copyright about our choice to distribute
     this software under BSD license and link with openssl.
   * Override lintian in the case of possible-gpl-code-linked-with-
     openssl.
   * Establish control interface when D-Bus activated wpa_supplicant
     daemon starts. (Closes: #606051)
   * Update all patches with DEP-3 compliant header information.
   * Cherry pick upstream commit which fixes up emission of change events
     over D-bus. (Closes: #617199)
   * Add patch to load libpcsclite1 via dlopen(), making pcsc support
     optional. (Closes: #612842, #612715, #583671, #531592)
   * Set build config option CONFIG_PCSC=dyn to use above mentioned feature.
   * Add patch to wpa_gui to use KDE's KNotify when running under KDE.
     (Closes: #582793)
   * Adjust versioned debhelper build-depends to (>> 8).
   * Use architecture wildcards in debian/control.
   * Adjust wpagui versioned dependency on wpasupplicant to >= 0.7.3 to
     make sure all new UI features are supported.
 .
   [ Stefan Lippers-Hollmann ]
   * Add myself to uploaders.
   * Bump policy version to 3.9.1:
     - Include full text of the employed BSD license variant and no longer
       refer to Debian's common license template.
   * Bump compat level to 8 and debhelper build-depends to >= 7.9.3~ 
     accordingly, retaining backportability for squeeze (plain lenny isn't an
     option due to simplified dh7 usage).
   * Refresh patch series and merge with new upstream (0.7.3).
   * Drop patches applied upstream:
     - patches/10_wpa_gui_qt4_network_id_qregexp.patch
     - patches/11_wpa_supplicant_enable_network_tweak.patch
   * update machine readable debian/copyright to be compatible with DEP5 r135.
   * initial update of existing debian/copyright entries.



More information about the Oneiric-changes mailing list