Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3529
Modified Files:
NEWS
Log Message:
Cleanup
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- NEWS 14 Feb 2004 18:56:23 -0000 1.71
+++ NEWS 15 Feb 2004 00:29:58 -0000 1.72
@@ -3,7 +3,7 @@
Version 0.5.1 ()
------------------------------------
* Fixed wrong link to entry when not using any rewrite rule (tomsommer & AlfaTeK)
- * Changed type of DB password to 'protected' to avoid it being displayed a plaintext (tomsommer)
+ * Changed type of DB password to 'protected' to avoid it being displayed as plaintext (tomsommer)
* Added danish language file (tomsommer & Jeppe Lund)
* Added notice when using a wrong username or password to gain access to admin/author suites (tomsommer)
* Added date & time translation using strftime() and setlocale() (tomsommer)
@@ -66,7 +66,7 @@
* Fix bug #816499 - Serendipity should search for `convert` binary in /usr/bin (tomsommer)
* Corrected path to entries printed in the comment plugin (tomsommer)
-Version 0.3 (October 7, 2003)
+Version 0.3 (October 7th, 2003)
------------------------------------
* Fixed evaluation of the 'embed' variable and added a small 'HowTo' to the INSTALL file (garvinhicking)
* Fixed problem with escaping single quotes during installation (tomsommer)
@@ -141,7 +141,7 @@
* Allow embeding of serendipity in your custom homepage (wrapFile directive - see http://blog.supergarv.de/ for example) (garvinhicking)
* Added a new file serendipity_define.js.php which can be pre-included to a Java-script to set some variables (garvinhicking)
* alt tag with '' instead of "" (garvinhicking)
- * Added CVS $Id$ headers (garvinhicking)
+ * Added CVS ID tags to file-headers (garvinhicking)
* Added 'Force XHTML11' config option [not used yet] (garvinhicking)
* Made direct links to each comment, actually point to the right URI (tomsommer)
* Inserted htmlentities() for comments output. Was vulnerable to cross-site scripting attacks (garvinhicking)
@@ -216,5 +216,5 @@
* Keep track of which blog entry was linked from or referred to (bergmann)
* Regenerate the .htaccess file, if installation fails (sterling & muesli)
-Version 0.2 (April 4, 2003)
+Version 0.2 (April 4th, 2003)
------------------------------------
|