diff options
-rw-r--r-- | hostapd/ChangeLog | 2 | ||||
-rw-r--r-- | src/common/version.h | 2 | ||||
-rw-r--r-- | wpa_supplicant/ChangeLog | 2 | ||||
-rw-r--r-- | www/hostapd/index.html | 4 | ||||
-rw-r--r-- | www/index.html | 8 | ||||
-rw-r--r-- | www/versions.dot | 5 | ||||
-rw-r--r-- | www/wpa_supplicant/index.html | 6 |
7 files changed, 15 insertions, 14 deletions
diff --git a/hostapd/ChangeLog b/hostapd/ChangeLog index 0cf0c4c..ce41c58 100644 --- a/hostapd/ChangeLog +++ b/hostapd/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for hostapd -????-??-?? - v0.6.3 +2008-02-22 - v0.6.3 * fixed Reassociation Response callback processing when using internal MLME (driver_{hostap,nl80211,test}.c) * updated FT support to use the latest draft, IEEE 802.11r/D9.0 diff --git a/src/common/version.h b/src/common/version.h index a8d87cf..e083a2c 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.2" +#define VERSION_STR "0.6.3" #endif /* VERSION_H */ diff --git a/wpa_supplicant/ChangeLog b/wpa_supplicant/ChangeLog index f1c2116..969b858 100644 --- a/wpa_supplicant/ChangeLog +++ b/wpa_supplicant/ChangeLog @@ -1,6 +1,6 @@ ChangeLog for wpa_supplicant -????-??-?? - v0.6.3 +2008-02-22 - v0.6.3 * removed 'nai' and 'eappsk' network configuration variables that were previously used for configuring user identity and key for EAP-PSK, EAP-PAX, EAP-SAKE, and EAP-GPSK. 'identity' field is now used as the diff --git a/www/hostapd/index.html b/www/hostapd/index.html index 7c3fbdc..5f840ab 100644 --- a/www/hostapd/index.html +++ b/www/hostapd/index.html @@ -130,7 +130,7 @@ for the current documentation.</b></p> </ul> <li>Latest development release: <ul> -<li><a href="../releases/hostapd-0.6.2.tar.gz">hostapd-0.6.2.tar.gz</a></li> +<li><a href="../releases/hostapd-0.6.3.tar.gz">hostapd-0.6.3.tar.gz</a></li> </ul> <li>ChangeLog: <ul> @@ -265,7 +265,7 @@ Internet Systems Consortium (ISC). <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address> <!-- Created: Sun Jan 2 17:20:17 PST 2005 --> <!-- hhmts start --> -Last modified: Tue Feb 19 16:05:48 PST 2008 +Last modified: Fri Feb 22 18:39:39 PST 2008 <!-- hhmts end --> </div> </body> diff --git a/www/index.html b/www/index.html index 8e0cb13..cf66bab 100644 --- a/www/index.html +++ b/www/index.html @@ -213,9 +213,9 @@ main kernel tree. </ul> <li>Latest development release: <ul> -<li><a href="releases/hostapd-0.6.2.tar.gz">hostapd-0.6.2.tar.gz</a> -<li><a href="releases/wpa_supplicant-0.6.2.tar.gz">wpa_supplicant-0.6.2.tar.gz</a> (source code for all versions)</li> -<li><a href="releases/wpa_supplicant-windows-bin-0.6.2.zip">wpa_supplicant-windows-bin-0.6.2.zip</a> (binaries for Windows)</li> +<li><a href="releases/hostapd-0.6.3.tar.gz">hostapd-0.6.3.tar.gz</a> +<li><a href="releases/wpa_supplicant-0.6.3.tar.gz">wpa_supplicant-0.6.3.tar.gz</a> (source code for all versions)</li> +<li><a href="releases/wpa_supplicant-windows-bin-0.6.3.zip">wpa_supplicant-windows-bin-0.6.3.zip</a> (binaries for Windows)</li> <li><a href="wpa_supplicant/qt4/wpa_gui-qt433-windows-dll.zip">wpa_gui-qt433-windows-dll.zip</a> (Qt4 libraries from wpa_gui/Windows)</li> </ul> <li>ChangeLog: @@ -300,7 +300,7 @@ Internet Systems Consortium (ISC). <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address> <!-- Created: Mon May 27 20:08:41 EEST 2002 --> <!-- hhmts start --> -Last modified: Tue Feb 19 16:05:33 PST 2008 +Last modified: Fri Feb 22 18:39:24 PST 2008 <!-- hhmts end --> </div> </body> diff --git a/www/versions.dot b/www/versions.dot index 3d4c71b..6a2785d 100644 --- a/www/versions.dot +++ b/www/versions.dot @@ -39,6 +39,7 @@ digraph versions { v060 [label="0.6.0 hw\n2007-05-28"] v061 [label="0.6.1 hw\n2007-11-24"] v062 [label="0.6.2 hw\n2008-01-01"] + v063 [label="0.6.3 hw\n2008-02-22"] # stable releases @@ -69,13 +70,13 @@ digraph versions { v024 -> v030 -> v031 -> v032 -> v033 -> v034 -> v035 -> v036 -> v037 v037 -> v040 -> v041 -> v042 -> v043 -> v044 -> v045 -> v046 -> v047 v047 -> v050 -> v051 -> v052 -> v053 -> v054 -> v055 -> v056 -> v057 - v057 -> v060 -> v061 -> v062 + v057 -> v060 -> v061 -> v062 -> v063 {rank=same; v001 v024} {rank=same; v030 v037} {rank=same; v040 v047} {rank=same; v050 v057} -# {rank=same; v060 v062} +# {rank=same; v060 v063} # stable releases diff --git a/www/wpa_supplicant/index.html b/www/wpa_supplicant/index.html index 9f1741f..c1f73ed 100644 --- a/www/wpa_supplicant/index.html +++ b/www/wpa_supplicant/index.html @@ -185,8 +185,8 @@ has some more information about the Windows port of wpa_supplicant.</p> </ul> <li>Latest development release: <ul> -<li><a href="../releases/wpa_supplicant-0.6.2.tar.gz">wpa_supplicant-0.6.2.tar.gz</a> (source code for all versions)</li> -<li><a href="../releases/wpa_supplicant-windows-bin-0.6.2.zip">wpa_supplicant-windows-bin-0.6.2.zip</a> (binaries for Windows)</li> +<li><a href="../releases/wpa_supplicant-0.6.3.tar.gz">wpa_supplicant-0.6.3.tar.gz</a> (source code for all versions)</li> +<li><a href="../releases/wpa_supplicant-windows-bin-0.6.3.zip">wpa_supplicant-windows-bin-0.6.3.zip</a> (binaries for Windows)</li> <li><a href="qt4/wpa_gui-qt433-windows-dll.zip">wpa_gui-qt433-windows-dll.zip</a> (Qt4 libraries from wpa_gui/Windows)</li> </ul> <li>ChangeLog: @@ -350,7 +350,7 @@ Internet Systems Consortium (ISC). <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address> <!-- Created: Sat May 22 21:41:58 PDT 2004 --> <!-- hhmts start --> -Last modified: Tue Feb 19 16:05:40 PST 2008 +Last modified: Fri Feb 22 18:39:31 PST 2008 <!-- hhmts end --> </div> </body> |