Change version number to v2.6 for the release
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8181c13a8d
commit
2462f347bc
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue