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 d8e3b2e..46f0852 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for hostapd -????-??-?? - v0.6.8 +2009-02-15 - v0.6.8 * increased hostapd_cli ping interval to 5 seconds and made this configurable with a new command line options (-G<seconds>) * driver_nl80211: use Linux socket filter to improve performance diff --git a/src/common/version.h b/src/common/version.h index 7651b48..9c4c6ca 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.7" +#define VERSION_STR "0.6.8" #endif /* VERSION_H */ diff --git a/wpa_supplicant/ChangeLog b/wpa_supplicant/ChangeLog index 4fc3487..8f5b6fb 100644 --- a/wpa_supplicant/ChangeLog +++ b/wpa_supplicant/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for wpa_supplicant -????-??-?? - v0.6.8 +2009-02-15 - v0.6.8 * increased wpa_cli ping interval to 5 seconds and made this configurable with a new command line options (-G<seconds>) * fixed scan buffer processing with WEXT to handle up to 65535 |