[pkg-wpa-devel] r1096 - /wpasupplicant/trunk/debian/changelog

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Fri Feb 1 15:29:43 UTC 2008


Author: kelmo-guest
Date: Fri Feb  1 15:29:43 2008
New Revision: 1096

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1096
Log:
lose changelog information that is no longer relevant

Modified:
    wpasupplicant/trunk/debian/changelog

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1096&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Fri Feb  1 15:29:43 2008
@@ -1,28 +1,14 @@
 wpasupplicant (0.6.2+git20080202.gde6ccd7-1) UNRELEASED; urgency=low
 
   * New Upstream git snapshot.
+    - the -w (wait for interface) option has been removed (Closes: #350963)
+    - wpa_gui has been massively enhanced
   * Drop all patches applied to upstream git.
   * Add debian/patches/30_src_clean_existing_dirs.patch to adjust upstream
     build system for removal of src/wps (as done in upstream build_release
     script).
-
- -- Kel Modderman <kel at otaku42.de>  Sat, 02 Feb 2008 00:57:50 +1000
-
-wpasupplicant (0.6.2-2) UNRELEASED; urgency=low
-
   * Make sure wpa_supplicant process is checked for and killed by wpa_action
     on stop or down actions.
-  * Add patches to enhance to enhance disable_network, enable_network and
-    remove_network ctrl_interface commands. They now accept special string
-    all, to cause action to apply to all defined networks in configuration.
-     - debian/patches/34_ctrl_iface_enable_all.patch
-     - debian/patches/35_ctrl_iface_disable_all.patch to activate
-     - debian/patches/36_ctrl_iface_remove_all.patch
-  * Add debian/patches/37_rm_wait_for_interface.patch to remove the -w (wait
-    for network interface) option. External hotplug agents are now required to
-    handle this use case, as this option has been broken for many months and
-    adds extra complexity to wpa_supplicant driver interface initialization.
-    (Closes: #350963)
   * Update debian/NEWS to alert users about the removal of the -w command line
     option.
   * Truncate debian/NEWS, none of the items are relevant for current upgrade
@@ -41,58 +27,6 @@
     miss out on any substvars that debhelper may provide us with.
   * Add debian/patches/39_wpa_gui_qt4_closeevent.patch to improve handling of
     wpa_gui-qt4 exit, both from File->exit and the X button on the titlebar.
-  * Add patches to increase usability of wpa_gui-qt4. These update the
-    networkconfig.ui file to syntax the qt4-designer prefers, changes the
-    position of id string and adds a priority counter (as well as other
-    enhancements).
-      - debian/patches/40_wpa_gui_qt4_networkconfigui_rework.patch
-      - debian/patches/42_wpa_gui_qt4_networkconfigui_label_names.patch
-      - debian/patches/43_wpa_gui_qt4_networkconfigui_tab_order.patch
-      - debian/patches/44_wpa_gui_qt4_networkconfigui_network_prefs_box.patch
-      - debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch
-      - debian/patches/46_wpa_gui_qt4_networkconfig_check_idstr.patch
-      - debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch
-      - debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch
-      - debian/patches/49_wpa_gui_qt4_networkconfig_wep_preseed.patch
-      - debian/patches/71_wpa_gui_qt4_wpagui_wep_enabled_from_scan.patch
-  * Add patches to enhance the initial wpa_gui user interface. Present a
-    tabbed interface, the default tab containing the current status updates
-    and the second tab containing an interface to add/remove/manipulate
-    networks in the current configuration.
-      - debian/patches/32_wpa_gui_qt4_enable_disable_all.patch
-      - debian/patches/33_wpa_gui_qt4_save_config.patch
-      - debian/patches/50_wpa_gui_qt4_wpaguiui_rework.patch
-      - debian/patches/51_wpa_gui_qt4_wpaguiui_cleanup_menus.patch
-      - debian/patches/52_wpa_gui_qt4_wpaguiui_tabbed_ui.patch
-      - debian/patches/53_wpa_gui_qt4_wpagui_populate_network_list.patch
-      - debian/patches/54_wpa_gui_qt4_wpagui_add_button.patch
-      - debian/patches/55_wpa_gui_qt4_wpagui_edit_button.patch
-      - debian/patches/56_wpa_gui_qt4_wpagui_remove_button.patch
-      - debian/patches/57_wpa_gui_qt4_wpagui_enable_disable_radio.patch
-      - debian/patches/58_wpa_gui_qt4_wpagui_network_scan_button.patch
-      - debian/patches/59_wpa_gui_qt4_wpagui_networklist_doubleclick.patch
-      - debian/patches/60_wpa_gui_qt4_wpagui_remove_menu.patch
-      - debian/patches/61_wpa_gui_qt4_wpagui_remove_enable_disable_all.patch
-      - debian/patches/62_wpa_gui_qt4_wpagui_update_on_disable_and_enable.patch
-      - debian/patches/63_wpa_gui_qt4_wpagui_reselect_list_index.patch
-      - debian/patches/64_wpa_gui_qt4_wpagui_info_no_network.patch
-  * Add patch to make eventhistory listview widget of wpa_gui-qt4 follow
-    events as they are added by calling scrollToBottom() function of listview
-    object.
-      - debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch
-  * Cherry pick upstream commits that adds scan event signal to clients
-    listening to ctrl interface and an iterative (per bssid) scan result
-    interface.
-      - debian/patches/80_wpa_ctrl_scan_event.patch
-      - debian/patches/81_ctrl_iface_scan_bss_command.patch
-  * Add flags to new bss ctrl interface command output.
-      - debian/patches/83_ctrl_iface_scan_bss_flags.patch
-  * Use iterative scan result method to display scan results in wpa_gui. No
-    longer use a QTimer for polling, the scan results will be updated on each
-    CTRL-EVENT-SCAN-RESULTS.
-      - debian/patches/90_wpa_gui_qt4_update_scan_results_on_event.patch
-      - debian/patches/91_wpa_gui_qt4_scanres_bss_iterative.patch
-      - debian/patches/93_wpa_gui_qt4_scanres_really_remove_qtimer.patch
   * Start daemon in quiet mode by default, the scan event is being written to
     logfile far too often. [debian/ifupdown/functions.sh]
   * When starting daemon with debug option, include timestamps in logfile.
@@ -100,11 +34,6 @@
   * Simplfy return check in init_wpa_supplicant(), init_wpa_cli()
     kill_wpa_supplicant() and kill_wpa_cli() reduce one level of indentation
     for each function. [debian/ifupdown/functions.sh]
-  * Fix a bug introduced by new bss ctrl interface command and/or wpa_gui
-    processing of scan results where there would be no finite point of
-    iterations causing infinite loop.
-    - debian/patches/84_ctrl_iface_scan_bss_count.patch
-    - debian/patches/94_wpa_gui_qt4_scanres_bss_count.patch
 
  -- Kel Modderman <kel at otaku42.de>  Fri, 01 Feb 2008 15:20:28 +1000
 




More information about the Pkg-wpa-devel mailing list