]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
note further development of the ssi-patch... perhaps one day someone will
authorAndré Malo <nd@apache.org>
Thu, 20 Nov 2003 23:27:52 +0000 (23:27 +0000)
committerAndré Malo <nd@apache.org>
Thu, 20 Nov 2003 23:27:52 +0000 (23:27 +0000)
victimize himself and review it :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101827 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 14ed81feb1c36e805e751b9c191001ecc86e1d18..615170f036a0600d06f8d991d0b86745fe837f7d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/11/20 20:26:15 $]
+Last modified at [$Date: 2003/11/20 23:27:52 $]
 
 Release:
 
@@ -272,14 +272,15 @@ PATCHES TO BACKPORT FROM 2.1
       jwoolley suggests: Hang onto it for 2.2 series.
       brianp asks: Do we have an alternate fix to eliminate 2.0's segfaults?
       nd adds: I've found some time over the weekend to create the following
-               patch: <http://cvs.apache.org/~nd/ssi-redesign20.patch>.
+               patch: <http://cvs.apache.org/~nd/ssi-redesign20-r1.patch>.
                It creates for backwards compat an ssi_tag_brigade on the fly
                before executing the tag's handler function and fills that way
                *_start_bucket/_index fields and ssi_tag_brigade. So nothing
                should have been changed outside the module.
                I'd really like to patch this one into 2.0.
 
-               Success with this patch has been reported in PR 22946.
+               Success with this patch has been reported in PR 22946. One issue
+               came up which seems to be resolved with the r1-revision.
 
     * mod_include's expression tokenizer: don't skip the first character of
       a string, it may be a backslash. (2.0 + 1.3)