[geeklog-cvs] geeklog: Updated list of changes

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Nov 7 07:00:17 EST 2009


changeset 7446:3e2bd1e79a57
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/3e2bd1e79a57
user: Dirk Haun <dirk at haun-online.de>
date: Sat Nov 07 11:53:47 2009 +0100
description:
Updated list of changes

diffstat:

 public_html/docs/english/changes.html |  14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r b0971977fd28 -r 3e2bd1e79a57 public_html/docs/english/changes.html
--- a/public_html/docs/english/changes.html	Sat Nov 07 11:35:44 2009 +0100
+++ b/public_html/docs/english/changes.html	Sat Nov 07 11:53:47 2009 +0100
@@ -28,16 +28,24 @@
     only in Topic").</li>
 <li>New autotags now allow you to embed polls in stories and everywhere else
     where autotags are allowed.</li>
-<li>Minor security enhancement: "Important" cookies (like the session cookies)
-    are now created with the HttpOnly flag set. This will help avoid some XSS
-    attacks, provided your browser supports this flag.</li>
 <li>The Migrate option in the install script can now also be applied to an
     existing database (i.e. you don't need to import a database dump to update
     your URLs and paths).</li>
 <li>The Database Backup admin panel now includes options to optimize the
     database and convert tables to InnoDB (MySQL only).</li>
+<li>Minor security enhancements:
+    <ul>
+        <li>"Important" cookies (like the session cookies) are now created with
+            the HttpOnly flag set. This will help avoid some XSS attacks,
+            provided your browser supports this flag.</li>
+        <li>Template errors will now trigger the <a href="http://www.geeklog.net/faqman/index.php?op=view&t=65">standard error handler</a> instead of
+            exposing the template path.</li>
+        <li>Fixed inclusion protection for some of the Spam-X class files.</li>
+    </ul>
 </ul>
 
+<p>Please also see the list of <a href="theme.html#changes">theme changes</a>.</p>
+
 <h3>Bugfixes</h3>
 
 <ul>



More information about the geeklog-cvs mailing list