diff options
-rw-r--r-- | hostapd/ChangeLog | 2 | ||||
-rw-r--r-- | src/common/version.h | 2 | ||||
-rw-r--r-- | wpa_supplicant/ChangeLog | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index a9e9773..51cd049 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for hostapd -????-??-?? - v0.6.9 +2009-03-23 - v0.6.9 * driver_nl80211: fixed STA accounting data collection (TX/RX bytes reported correctly; TX/RX packets not yet available from kernel) * fixed EAPOL/EAP reauthentication when using an external RADIUS diff --git a/src/common/version.h b/src/common/version.h index 9c4c6ca..7c94322 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.8" +#define VERSION_STR "0.6.9" #endif /* VERSION_H */ diff --git a/wpa_supplicant/ChangeLog b/wpa_supplicant/ChangeLog index 36a2a73..199a471 100644 --- a/wpa_supplicant/ChangeLog +++ b/wpa_supplicant/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for wpa_supplicant -????-??-?? - v0.6.9 +2009-03-23 - v0.6.9 * driver_ndis: add PAE group address to the multicast address list to fix wired IEEE 802.1X authentication * fixed IEEE 802.11r key derivation function to match with the standard |