martin 99/11/25 02:49:37
Modified: src CHANGES
Log:
Describe EBCDIC hsregex changes
Revision Changes Path
1.1445 +5 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1444
retrieving revision 1.1445
diff -u -r1.1444 -r1.1445
--- CHANGES 1999/11/17 02:24:59 1.1444
+++ CHANGES 1999/11/25 10:49:32 1.1445
@@ -1,5 +1,10 @@
Changes with Apache 1.3.10
+ *) EBCDIC: fix the hsregex package to correctly deal with [a-zA-Z] type
+ character ranges (the alphabet is non-contiguous in EBCDIC) and with
+ the special [:cntrl:] range (the control character class is determined
+ dynamically at run time). [Martin Kraemer]
+
*) Add --with-port option to APACI. [Ian Kallen <[EMAIL PROTECTED]>]
*) Fixed QUERY_STRING handling for `RewriteRule ... [P]'