]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Change version number to v2.6 for the release hostap_2_6
authorJouni Malinen <j@w1.fi>
Sun, 2 Oct 2016 18:51:11 +0000 (21:51 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 2 Oct 2016 18:51:11 +0000 (21:51 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
doc/doxygen.conf
hostapd/ChangeLog
src/common/version.h
wpa_supplicant/ChangeLog

index 6819a2e4fdf5016c96571f6a46ceca2e979b1318..c519094fa457eb7534a9db594f80b48d43b3b1ff 100644 (file)
@@ -31,7 +31,7 @@ PROJECT_NAME           = "wpa_supplicant / hostapd"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 2.5
+PROJECT_NUMBER         = 2.6
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
index 30b1472cfd90f3c08ff9bc5bfc4b8f4333498d8b..d2b669b586546a9f62800ac03bd8e5f2aa0f197b 100644 (file)
@@ -1,6 +1,6 @@
 ChangeLog for hostapd
 
-????-??-?? - v2.6
+2016-10-02 - v2.6
        * fixed EAP-pwd last fragment validation
          [http://w1.fi/security/2015-7/] (CVE-2015-5314)
        * fixed WPS configuration update vulnerability with malformed passphrase
index ae5c9d4c44da5b115718b01e5225e0d0700cd31a..75e5c6e006ccef3ed4c4099a65ca1c281ee8a012 100644 (file)
@@ -9,6 +9,6 @@
 #define GIT_VERSION_STR_POSTFIX ""
 #endif /* GIT_VERSION_STR_POSTFIX */
 
-#define VERSION_STR "2.6-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
+#define VERSION_STR "2.6" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
 
 #endif /* VERSION_H */
index e62d8c7fea2f7a1831f1efcb19f08acdeddd1f0f..f28055f4093e0442d2fb445383db41d41ad2f0fa 100644 (file)
@@ -1,6 +1,6 @@
 ChangeLog for wpa_supplicant
 
-????-??-?? - v2.6
+2016-10-02 - v2.6
        * fixed WNM Sleep Mode processing when PMF is not enabled
          [http://w1.fi/security/2015-6/] (CVE-2015-5310)
        * fixed EAP-pwd last fragment validation