1.1 --- a/public_html/docs/english/changes.html Sun Oct 11 22:19:31 2009 +0200
1.2 +++ b/public_html/docs/english/changes.html Sat Oct 31 09:52:30 2009 +0100
1.3 @@ -31,6 +31,9 @@
1.4 <li>Minor security enhancement: "Important" cookies (like the session cookies)
1.5 are now created with the HttpOnly flag set. This will help avoid some XSS
1.6 attacks, provided your browser supports this flag.</li>
1.7 +<li>The Migrate option in the install script can now also be applied to an
1.8 + existing database (i.e. you don't need to import a database dump to update
1.9 + your URLs and paths).</li>
1.10 </ul>
1.11
1.12 <h3>Bugfixes</h3>
1.13 @@ -40,6 +43,7 @@
1.14 re-open comments on stories that were closed due to this bug, you can use
1.15 this SQL request:<br>
1.16 <code style="margin-left:2em">UPDATE gl_stories SET commentcode = 0, comment_expire = 0 WHERE commentcode = 1;</code></li>
1.17 +<li>The comment speed limit was being ignored.</li>
1.18 <li>The admin group for the Static Pages plugin was created with a wrong name
1.19 in Geeklog 1.6.0 (fresh installs only).</li>
1.20 </ul>