Preparations for 0.7.2 release

This commit is contained in:
Jouni Malinen 2010-04-18 18:02:34 +03:00
parent e4cbe058d6
commit be48214d2b
7 changed files with 85 additions and 14 deletions

View file

@ -1,5 +1,32 @@
ChangeLog for hostapd
2010-04-18 - v0.7.2
* fix WPS internal Registrar use when an external Registrar is also
active
* bsd: Cleaned up driver wrapper and added various low-level
configuration options
* TNC: fixed issues with fragmentation
* EAP-TNC: add Flags field into fragment acknowledgement (needed to
interoperate with other implementations; may potentially breaks
compatibility with older wpa_supplicant/hostapd versions)
* cleaned up driver wrapper API for multi-BSS operations
* nl80211: fix multi-BSS and VLAN operations
* fix number of issues with IEEE 802.11r/FT; this version is not
backwards compatible with old versions
* add SA Query Request processing in AP mode (IEEE 802.11w)
* fix IGTK PN in group rekeying (IEEE 802.11w)
* fix WPS PBC session overlap detection to use correct attribute
* hostapd_notif_Assoc() can now be called with all IEs to simplify
driver wrappers
* work around interoperability issue with some WPS External Registrar
implementations
* nl80211: fix WPS IE update
* hostapd_cli: add support for action script operations (run a script
on hostapd events)
* fix DH padding with internal crypto code (mainly, for WPS)
* fix WPS association with both WPS IE and WPA/RSN IE present with
driver wrappers that use hostapd MLME (e.g., nl80211)
2010-01-16 - v0.7.1
* cleaned up driver wrapper API (struct wpa_driver_ops); the new API
is not fully backwards compatible, so out-of-tree driver wrappers

View file

@ -1,6 +1,6 @@
#ifndef VERSION_H
#define VERSION_H
#define VERSION_STR "0.7.1"
#define VERSION_STR "0.7.2"
#endif /* VERSION_H */

View file

@ -1,5 +1,48 @@
ChangeLog for wpa_supplicant
2010-04-18 - v0.7.2
* nl80211: fixed number of issues with roaming
* avoid unnecessary roaming if multiple APs with similar signal
strength are present in scan results
* add TLS client events and server probing to ease design of
automatic detection of EAP parameters
* add option for server certificate matching (SHA256 hash of the
certificate) instead of trusted CA certificate configuration
* bsd: Cleaned up driver wrapper and added various low-level
configuration options
* wpa_gui-qt4: do not show too frequent WPS AP available events as
tray messages
* TNC: fixed issues with fragmentation
* EAP-TNC: add Flags field into fragment acknowledgement (needed to
interoperate with other implementations; may potentially breaks
compatibility with older wpa_supplicant/hostapd versions)
* wpa_cli: added option for using a separate process to receive event
messages to reduce latency in showing these
(CFLAGS += -DCONFIG_WPA_CLI_FORK=y in .config to enable this)
* maximum BSS table size can now be configured (bss_max_count)
* BSSes to be included in the BSS table can be filtered based on
configured SSIDs to save memory (filter_ssids)
* fix number of issues with IEEE 802.11r/FT; this version is not
backwards compatible with old versions
* nl80211: add support for IEEE 802.11r/FT protocol (both over-the-air
and over-the-DS)
* add freq_list network configuration parameter to allow the AP
selection to filter out entries based on the operating channel
* add signal strength change events for bgscan; this allows more
dynamic changes to background scanning interval based on changes in
the signal strength with the current AP; this improves roaming within
ESS quite a bit, e.g., with bgscan="simple:30:-45:300" in the network
configuration block to request background scans less frequently when
signal strength remains good and to automatically trigger background
scans whenever signal strength drops noticeably
(this is currently only available with nl80211)
* add BSSID and reason code (if available) to disconnect event messages
* wpa_gui-qt4: more complete support for translating the GUI with
linguist and add German translation
* fix DH padding with internal crypto code (mainly, for WPS)
* do not trigger initial scan automatically anymore if there are no
enabled networks
2010-01-16 - v0.7.1
* cleaned up driver wrapper API (struct wpa_driver_ops); the new API
is not fully backwards compatible, so out-of-tree driver wrappers

View file

@ -122,7 +122,7 @@ for the current documentation.</b></p>
</ul>
<li>Latest development release:
<ul>
<li><a href="../releases/hostapd-0.7.1.tar.gz">hostapd-0.7.1.tar.gz</a></li>
<li><a href="../releases/hostapd-0.7.2.tar.gz">hostapd-0.7.2.tar.gz</a></li>
</ul>
<li>ChangeLog:
<ul>
@ -251,7 +251,7 @@ bug/feature request</a>.
<address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
<!-- Created: Sun Jan 2 17:20:17 PST 2005 -->
<!-- hhmts start -->
Last modified: Sat Jan 16 18:18:10 EET 2010
Last modified: Sun Apr 18 17:25:44 EEST 2010
<!-- hhmts end -->
</div>
</body>

View file

@ -191,10 +191,10 @@ main kernel tree.
</ul>
<li>Latest development release:
<ul>
<li><a href="releases/hostapd-0.7.1.tar.gz">hostapd-0.7.1.tar.gz</a>
<li><a href="releases/wpa_supplicant-0.7.1.tar.gz">wpa_supplicant-0.7.1.tar.gz</a> (source code for all versions)</li>
<li><a href="releases/wpa_supplicant-0.7.1.exe">wpa_supplicant-0.7.1.exe</a> (binary installer for Windows)</li>
<li><a href="releases/wpa_supplicant-windows-bin-0.7.1.zip">wpa_supplicant-windows-bin-0.7.1.zip</a> (binaries for Windows)</li>
<li><a href="releases/hostapd-0.7.2.tar.gz">hostapd-0.7.2.tar.gz</a>
<li><a href="releases/wpa_supplicant-0.7.2.tar.gz">wpa_supplicant-0.7.2.tar.gz</a> (source code for all versions)</li>
<li><a href="releases/wpa_supplicant-0.7.2.exe">wpa_supplicant-0.7.2.exe</a> (binary installer for Windows)</li>
<li><a href="releases/wpa_supplicant-windows-bin-0.7.2.zip">wpa_supplicant-windows-bin-0.7.2.zip</a> (binaries for Windows)</li>
</ul>
<li>ChangeLog:
<ul>
@ -266,7 +266,7 @@ get lost, please report it through the bug tracking system as
<address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
<!-- Created: Mon May 27 20:08:41 EEST 2002 -->
<!-- hhmts start -->
Last modified: Sat Jan 16 18:17:50 EET 2010
Last modified: Sun Apr 18 17:25:36 EEST 2010
<!-- hhmts end -->
</div>
</body>

View file

@ -47,6 +47,7 @@ digraph versions {
v070 [label="0.7.0 hw\n2009-11-21"]
v071 [label="0.7.1 hw\n2010-01-16"]
v072 [label="0.7.2 hw\n2010-04-18"]
# stable releases
@ -83,14 +84,14 @@ digraph versions {
v037 -> v040 -> v041 -> v042 -> v043 -> v044 -> v045 -> v046 -> v047
v047 -> v050 -> v051 -> v052 -> v053 -> v054 -> v055 -> v056 -> v057
v057 -> v060 -> v061 -> v062 -> v063 -> v064 -> v065 -> v066 -> v067 -> v068
v068 -> v070 -> v071
v068 -> v070 -> v071 -> v072
{rank=same; v001 v024}
{rank=same; v030 v037}
{rank=same; v040 v047}
{rank=same; v050 v057}
{rank=same; v060 v068}
{rank=same; v070 v071}
# {rank=same; v070 v073}
# stable releases

View file

@ -177,9 +177,9 @@ has some more information about the Windows port of wpa_supplicant.</p>
</ul>
<li>Latest development release:
<ul>
<li><a href="../releases/wpa_supplicant-0.7.1.tar.gz">wpa_supplicant-0.7.1.tar.gz</a> (source code for all versions)</li>
<li><a href="../releases/wpa_supplicant-0.7.1.exe">wpa_supplicant-0.7.1.exe</a> (binary installer for Windows)</li>
<li><a href="../releases/wpa_supplicant-windows-bin-0.7.1.zip">wpa_supplicant-windows-bin-0.7.1.zip</a> (binaries for Windows)</li>
<li><a href="../releases/wpa_supplicant-0.7.2.tar.gz">wpa_supplicant-0.7.2.tar.gz</a> (source code for all versions)</li>
<li><a href="../releases/wpa_supplicant-0.7.2.exe">wpa_supplicant-0.7.2.exe</a> (binary installer for Windows)</li>
<li><a href="../releases/wpa_supplicant-windows-bin-0.7.2.zip">wpa_supplicant-windows-bin-0.7.2.zip</a> (binaries for Windows)</li>
</ul>
<li>ChangeLog:
<ul>
@ -341,7 +341,7 @@ bug/feature request</a>.
<address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
<!-- Created: Sat May 22 21:41:58 PDT 2004 -->
<!-- hhmts start -->
Last modified: Sat Jan 16 18:18:01 EET 2010
Last modified: Sun Apr 18 17:25:53 EEST 2010
<!-- hhmts end -->
</div>
</body>