Preparations for 0.6.7 release
[libeap.git] / hostapd / ChangeLog
index 343efaa..f85a4fb 100644 (file)
@@ -1,10 +1,11 @@
 ChangeLog for hostapd
 
-????-??-?? - v0.6.7
+2009-01-06 - v0.6.7
        * added support for Wi-Fi Protected Setup (WPS)
          (hostapd can now be configured to act as an integrated WPS Registrar
          and provision credentials for WPS Enrollees using PIN and PBC
-         methods; external WPS Registrars are not supported); WPS support can
+         methods; external wireless Registrar can configure the AP, but
+         external WLAN Manager Registrars are not supported); WPS support can
          be enabled by adding CONFIG_WPS=y into .config and setting the
          runtime configuration variables in hostapd.conf (see WPS section in
          the example configuration file); new hostapd_cli commands wps_pin and
@@ -13,6 +14,13 @@ ChangeLog for hostapd
        * added IEEE 802.11n HT capability configuration (ht_capab)
        * added support for generating Country IE based on nl80211 regulatory
          information (added if ieee80211d=1 in configuration)
+       * fixed WEP authentication (both Open System and Shared Key) with
+         mac80211
+       * added support for EAP-AKA' (draft-arkko-eap-aka-kdf)
+       * added support for using driver_test over UDP socket
+       * changed EAP-GPSK to use the IANA assigned EAP method type 51
+       * updated management frame protection to use IEEE 802.11w/D7.0
+       * fixed retransmission of EAP requests if no response is received
 
 2008-11-23 - v0.6.6
        * added a new configuration option, wpa_ptk_rekey, that can be used to