Prepare for hostapd/wpa_supplicant v2.0 release
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
34d18540fc
commit
22760dd947
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
ChangeLog for hostapd
|
ChangeLog for hostapd
|
||||||
|
|
||||||
????-??-?? - v2.0
|
2013-01-12 - v2.0
|
||||||
* added AP-STA-DISCONNECTED ctrl_iface event
|
* added AP-STA-DISCONNECTED ctrl_iface event
|
||||||
* improved debug logging (human readable event names, interface name
|
* improved debug logging (human readable event names, interface name
|
||||||
included in more entries)
|
included in more entries)
|
||||||
|
@ -91,6 +91,9 @@ ChangeLog for hostapd
|
||||||
remove active PBC indication from Probe Request frames properly
|
remove active PBC indication from Probe Request frames properly
|
||||||
* added support for using SQLite for the eap_user database
|
* added support for using SQLite for the eap_user database
|
||||||
* added Acct-Session-Id attribute into Access-Request messages
|
* added Acct-Session-Id attribute into Access-Request messages
|
||||||
|
* fixed EAPOL frame transmission to non-QoS STAs with nl80211
|
||||||
|
(do not send QoS frames if the STA did not negotiate use of QoS for
|
||||||
|
this association)
|
||||||
|
|
||||||
2012-05-10 - v1.0
|
2012-05-10 - v1.0
|
||||||
* Add channel selection support in hostapd. See hostapd.conf.
|
* Add channel selection support in hostapd. See hostapd.conf.
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
#define VERSION_STR_POSTFIX ""
|
#define VERSION_STR_POSTFIX ""
|
||||||
#endif /* VERSION_STR_POSTFIX */
|
#endif /* VERSION_STR_POSTFIX */
|
||||||
|
|
||||||
#define VERSION_STR "2.0-devel" VERSION_STR_POSTFIX
|
#define VERSION_STR "2.0" VERSION_STR_POSTFIX
|
||||||
|
|
||||||
#endif /* VERSION_H */
|
#endif /* VERSION_H */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
ChangeLog for wpa_supplicant
|
ChangeLog for wpa_supplicant
|
||||||
|
|
||||||
????-??-?? - v2.0
|
2013-01-12 - v2.0
|
||||||
* removed Qt3-based wpa_gui (obsoleted by wpa_qui-qt4)
|
* removed Qt3-based wpa_gui (obsoleted by wpa_qui-qt4)
|
||||||
* removed unmaintained driver wrappers broadcom, iphone, osx, ralink,
|
* removed unmaintained driver wrappers broadcom, iphone, osx, ralink,
|
||||||
hostap, madwifi (hostap and madwifi remain available for hostapd;
|
hostap, madwifi (hostap and madwifi remain available for hostapd;
|
||||||
|
|
Loading…
Reference in a new issue