Update of /cvsroot/webware/Webware/WebKit/Docs
In directory usw-pr-cvs1:/tmp/cvs-serv32219
Modified Files:
RelNotes-0.6.html
Log Message:
updates
Index: RelNotes-0.6.html
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/RelNotes-0.6.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RelNotes-0.6.html 2001/10/08 17:53:00 1.1
--- RelNotes-0.6.html 2001/11/29 04:12:01 1.2
***************
*** 16,20 ****
<h1>WebKit 0.6 Release Notes</h1>
! Version 0.6a1 - <b>alpha 1</b>
<br>Webware for Python 0.6
--- 16,20 ----
<h1>WebKit 0.6 Release Notes</h1>
! Version 0.6b3 - <b>beta 3</b>
<br>Webware for Python 0.6
***************
*** 22,26 ****
<a name=Introduction><h2>Introduction</h2></a>
<ul>
! <li> Version 0.6a1 was released on 10/8/2001.
<li> These release notes are very much incomplete.
</ul>
--- 22,26 ----
<a name=Introduction><h2>Introduction</h2></a>
<ul>
! <li> Version 0.6b3 was released on 11/28/2001.
<li> These release notes are very much incomplete.
</ul>
***************
*** 57,60 ****
--- 57,72 ----
<li> The headers in HTTPResponse are now case insensitive.
+ <li> UnknownFileTypeServlet can response to HEAD and will not include the contents of the file. [Ken L]
+
+ <li> HTTPServlet now implements a basic HEAD request. (The GNU wget program will now work on a WebKit site.) [Ken L]
+
+ </ul>
+
+
+
+ <h2>Security</h2>
+
+ <ul>
+ <li> Sessions ids are harder to guess. [Ken L]
</ul>
***************
*** 67,72 ****
<ul>
<li> Add Session.invalidate() method to clear out a session.
! <li> Add dictionary style access to Session object values.
!
</ul>
--- 79,84 ----
<ul>
<li> Add Session.invalidate() method to clear out a session.
! <li> Add dictionary style access to Session object values. [Jay L]
! <li> HTTPServlet will now invoke respondToFoo() for any FOO HTTP request method. If not implemented, the response is now an HTTP 501 Not Implemented (prior WebKits raised a SubclassResponsibilityError). [Ken L]
</ul>
|