diff options
-rw-r--r-- | hostapd/ChangeLog | 19 | ||||
-rw-r--r-- | src/common/version.h | 2 | ||||
-rw-r--r-- | wpa_supplicant/ChangeLog | 14 |
3 files changed, 32 insertions, 3 deletions
diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index 63023b1..18af4b1 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -1,9 +1,26 @@ ChangeLog for hostapd -????-??-?? - v0.6.10 +2010-01-12 - v0.6.10 * fixed SHA-256 based key derivation function to match with the standard when using CCMP (for IEEE 802.11r and IEEE 802.11w) (note: this breaks interoperability with previous version) [Bug 307] + * fixed WPS selected registrar expiration for internal PIN registrar + * disable PMTU discovery for RADIUS packets + * fixed WPS UPnP SSDP on 32-bit targets + * fixed WPS AP reconfiguration with drivers that do not use hostapd + MLME + * fixed RSN parameter setting for multi-BSS case + * added WPS workarounds for known interoperability issues with broken, + deployed implementation + * update IEEE 802.11w implementation to match with the published + standard + * fixed OpCode when proxying WSC_ACK or WSC_NACK from WPS ER + * fixed proxying of WSC_NACK to WPS ER + * fixed compilation with newer GnuTLS versions + * added support for defining timeout for WPS PINs + * fixed WPS Probe Request processing to handle missing required + attribute + * fixed PKCS#12 use with OpenSSL 1.0.0 2009-03-23 - v0.6.9 * driver_nl80211: fixed STA accounting data collection (TX/RX bytes diff --git a/src/common/version.h b/src/common/version.h index 7c94322..b79c494 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -1,6 +1,6 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION_STR "0.6.9" +#define VERSION_STR "0.6.10" #endif /* VERSION_H */ diff --git a/wpa_supplicant/ChangeLog b/wpa_supplicant/ChangeLog index 25d6335..ab99514 100644 --- a/wpa_supplicant/ChangeLog +++ b/wpa_supplicant/ChangeLog @@ -1,9 +1,21 @@ ChangeLog for wpa_supplicant -????-??-?? - v0.6.10 +2010-01-12 - v0.6.10 * fixed SHA-256 based key derivation function to match with the standard when using CCMP (for IEEE 802.11r and IEEE 802.11w) (note: this breaks interoperability with previous version) [Bug 307] + * changed driver_wext to disconnect at init/deinit to clear state + * added explicit disconnect on 4-way handshake failures + * added WPS workarounds for known interoperability issues with broken, + deployed implementation + * update IEEE 802.11w implementation to match with the published + standard + * do not send WPS M8 message when learning current AP configuration as + an external Registrar + * added a workaround for race condition between receive EAPOL frames + and association events + * fixed compilation with newer GnuTLS versions + * fixed PKCS#12 use with OpenSSL 1.0.0 2009-03-23 - v0.6.9 * driver_ndis: add PAE group address to the multicast address list to |