Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv21671
Modified Files:
NEWS
Log Message:
More changes in 0.3
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NEWS 6 Jun 2003 16:36:18 -0000 1.2
+++ NEWS 6 Jun 2003 16:48:58 -0000 1.3
@@ -10,7 +10,7 @@
* Links to entries are now called /archives/id_title_of_entry.html (used to be /archives/e_id.html) (jhermanns)
* Timeranges are now accessed like this: /archives/200203.html (used to be /archives/d_200203.html) (jhermanns)
* Better non-WYSIWYG editor for Mozilla and IE users (tomsommer)
- * Added validation to trackbacks (tomsommmer)
+ * Added validation to trackback-detection (tomsommmer)
* You can now delete comments and trackbacks if you are logged in (tomsommer)
* New logo in "Powered By" plugin (jhermanns & tomsommer)
* Sorting Comments & tracksback by ID (tomsommer)
@@ -35,6 +35,10 @@
* Fixed bug #719016 - (entry-title does not escape correctly) (tomsommer)
* Allow the showing of *complete* archived months (tomsommer)
* Fixed typo in serendipity_getCSS_avail() mysql-query (tomsommer)
-
+ * Prevent the admin interface to be logged as referrer when using the 'Back to Blog' link (bergmann)
+ * Added full language support - English, German (jhermanns)
+ * 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)
------------------------------------
|