Preparations for v0.7.0 release hostap_0_7_0
authorJouni Malinen <j@w1.fi>
Sat, 21 Nov 2009 20:49:02 +0000 (22:49 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 21 Nov 2009 20:49:02 +0000 (22:49 +0200)
hostapd/ChangeLog
wpa_supplicant/ChangeLog
www/hostapd/index.html
www/index.html
www/versions.dot
www/wpa_supplicant/index.html

index c2098ef..374bc09 100644 (file)
@@ -1,6 +1,6 @@
 ChangeLog for hostapd
 
-????-??-?? - v0.7.0
+2009-11-21 - v0.7.0
        * 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
index c7784bd..593826d 100644 (file)
@@ -1,6 +1,6 @@
 ChangeLog for wpa_supplicant
 
-????-??-?? - v0.7.0
+2009-11-21 - v0.7.0
        * 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
index 93f5bcc..e52575f 100644 (file)
@@ -121,16 +121,10 @@ for the current documentation.</b></p>
 <ul>
 <li><a href="../releases/hostapd-0.6.9.tar.gz">hostapd-0.6.9.tar.gz</a></li>
 </ul>
-<li>Older stable release:
-<ul>
-<li><a href="../releases/hostapd-0.5.11.tar.gz">hostapd-0.5.11.tar.gz</a></li>
-</ul>
-<!--
 <li>Latest development release:
 <ul>
 <li><a href="../releases/hostapd-0.7.0.tar.gz">hostapd-0.7.0.tar.gz</a></li>
 </ul>
--->
 <li>ChangeLog:
 <ul>
 <li><a href="/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=hostapd/ChangeLog">development branch</a></li>
@@ -258,7 +252,7 @@ bug/feature request</a>.
     <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
 <!-- Created: Sun Jan  2 17:20:17 PST 2005 -->
 <!-- hhmts start -->
-Last modified: Mon Mar 23 16:39:43 EET 2009
+Last modified: Sat Nov 21 22:44:38 EET 2009
 <!-- hhmts end -->
     </div>
   </body>
index dd1a368..792e2bc 100644 (file)
@@ -189,13 +189,6 @@ main kernel tree.
 <li><a href="releases/wpa_supplicant-windows-bin-0.6.9.zip">wpa_supplicant-windows-bin-0.6.9.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>Older stable release:
-<ul>
-<li><a href="releases/hostapd-0.5.11.tar.gz">hostapd-0.5.11.tar.gz</a>
-<li><a href="releases/wpa_supplicant-0.5.11.tar.gz">wpa_supplicant-0.5.11.tar.gz</a> (source code for all versions)
-<li><a href="releases/wpa_supplicant-windows-bin-0.5.11.zip">wpa_supplicant-windows-bin-0.5.11.zip</a> (binaries for Windows)</li>
-</ul>
-<!--
 <li>Latest development release:
 <ul>
 <li><a href="releases/hostapd-0.7.0.tar.gz">hostapd-0.7.0.tar.gz</a>
@@ -203,7 +196,6 @@ main kernel tree.
 <li><a href="releases/wpa_supplicant-0.7.0.exe">wpa_supplicant-0.7.0.exe</a> (binary installer for Windows)</li>
 <li><a href="releases/wpa_supplicant-windows-bin-0.7.0.zip">wpa_supplicant-windows-bin-0.7.0.zip</a> (binaries for Windows)</li>
 </ul>
--->
 <li>ChangeLog:
 <ul>
 <li>hostapd:
@@ -274,7 +266,7 @@ get lost, please report it through the bug tracking system as
     <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
 <!-- Created: Mon May 27 20:08:41 EEST 2002 -->
 <!-- hhmts start -->
-Last modified: Mon Mar 23 16:39:23 EET 2009
+Last modified: Sat Nov 21 22:43:15 EET 2009
 <!-- hhmts end -->
     </div>
   </body>
index 0c8ddda..adfd6fc 100644 (file)
@@ -45,6 +45,8 @@ digraph versions {
        v066 [label="0.6.6  hw\n2008-11-23"]
        v067 [label="0.6.7  hw\n2009-01-06"]
 
+       v070 [label="0.7.0  hw\n2009-11-21"]
+
 # stable releases
 
        node [fillcolor=green style=filled]
@@ -79,12 +81,14 @@ digraph versions {
        v037 -> v040 -> v041 -> v042 -> v043 -> v044 -> v045 -> v046 -> v047
        v047 -> v050 -> v051 -> v052 -> v053 -> v054 -> v055 -> v056 -> v057
        v057 -> v060 -> v061 -> v062 -> v063 -> v064 -> v065 -> v066 -> v067 -> v068
+       v068 -> v070
 
        {rank=same; v001 v024}
        {rank=same; v030 v037}
        {rank=same; v040 v047}
        {rank=same; v050 v057}
        {rank=same; v060 v068}
+       {rank=same; v070 v070}
 
 # stable releases
 
index dd8d40a..b187369 100644 (file)
@@ -115,6 +115,7 @@ available in <a href="/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=wpa_supplic
 <h4>Supported wireless cards/drivers</h4>
 
 <ul>
+<li>Linux drivers that support nl80211/cfg80211 (most new drivers)</li>
 <li>Linux drivers that support Linux Wireless Extensions v19 or newer with
 WPA/WPA2 extensions</li>
 <li><a href="http://hostap.epitest.fi/">Host AP driver for Prism2/2.5/3</a> (WPA and WPA2)</li>
@@ -174,19 +175,12 @@ has some more information about the Windows port of wpa_supplicant.</p>
 <li><a href="../releases/wpa_supplicant-windows-bin-0.6.9.zip">wpa_supplicant-windows-bin-0.6.9.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>Older stable release:
-<ul>
-<li><a href="../releases/wpa_supplicant-0.5.11.tar.gz">wpa_supplicant-0.5.11.tar.gz</a></li>
-<li><a href="../releases/wpa_supplicant-windows-bin-0.5.11.zip">wpa_supplicant-windows-bin-0.5.11.zip</a> (binaries for Windows)</li>
-</ul>
-<!--
 <li>Latest development release:
 <ul>
 <li><a href="../releases/wpa_supplicant-0.7.0.tar.gz">wpa_supplicant-0.7.0.tar.gz</a> (source code for all versions)</li>
 <li><a href="../releases/wpa_supplicant-0.7.0.exe">wpa_supplicant-0.7.0.exe</a> (binary installer for Windows)</li>
 <li><a href="../releases/wpa_supplicant-windows-bin-0.7.0.zip">wpa_supplicant-windows-bin-0.7.0.zip</a> (binaries for Windows)</li>
 </ul>
--->
 <li>ChangeLog:
 <ul>
 <li><a href="/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=wpa_supplicant/ChangeLog">development branch</a></li>
@@ -347,7 +341,7 @@ bug/feature request</a>.
     <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address>
 <!-- Created: Sat May 22 21:41:58 PDT 2004 -->
 <!-- hhmts start -->
-Last modified: Mon Mar 23 16:39:34 EET 2009
+Last modified: Sat Nov 21 22:47:39 EET 2009
 <!-- hhmts end -->
     </div>
   </body>