Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2067/docs
Modified Files:
NEWS
Log Message:
Allow to receive trackbacks to the '-guid.html' permalink
I added a new preg matching patter to PAT_COMMENTSUB to catch the filename part. That shouldn't create BC problems, and htaccess doesn't need to be updated. However I think we should find a way to rename PAT_COMMENTSUB to match what it really does - to display an extended entry...?
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- NEWS 2 Jan 2005 19:41:17 -0000 1.37
+++ NEWS 3 Jan 2005 12:14:25 -0000 1.38
@@ -3,6 +3,9 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Allow to receive trackbacks to the '-guid.html' permalink
+ (garvinhicking)
+
* Fixed flaw in the function used to validate path-names.
Thanks to raperu2000 from the forums! (garvinhicking)
|