lars 98/12/23 13:05:37
Modified: . STATUS
Log:
yet another update...
Revision Changes Path
1.562 +24 -2 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.561
retrieving revision 1.562
diff -u -r1.561 -r1.562
--- STATUS 1998/12/23 20:04:30 1.561
+++ STATUS 1998/12/23 21:05:32 1.562
@@ -1,11 +1,12 @@
1.3 STATUS:
- Last modified at [$Date: 1998/12/23 20:04:30 $]
+ Last modified at [$Date: 1998/12/23 21:05:32 $]
Release:
1.3.4-dev: current.
Lars is RM.
Possible release on January 4. (tagged/rolled on January 2.)
+ Win32 distribution: ??? (any volunteer?)
1.3.3: Tagged and rolled on Oct. 7. Released on 9th, announced on 10th.
1.3.2: Tagged and rolled on Sep. 21. Announced and released on 23rd.
@@ -100,7 +101,26 @@
Available Patches:
- * PR#3541 Koen Holtman's cleanup of negotiation
+ * Jim Patterson's patch to make mod_info work on Win32
+ Message-ID: PR#1442
+ Status: Lars +1 (on concept)
+
+ * Peter Greis' new '%m' CustomLog option: the time taken to serve the
+ request, in milli-seconds.
+ Message-ID: PR#2838
+ Status:
+
+ * Ask Bjoern Hansen's patch to make Apache set Cache-Control and Pragma
+ headers if r->no_cache is set and r->headers_out contains an
+ Expires header.
+ Message-ID: PR#3023
+ Status:
+
+ * Ronald Tschal�r's ap_uuencode() bugfix
+ Message-ID: PR#3411
+ Status: Lars +1 (on concept)
+
+ * Koen Holtman's cleanup of negotiation
Message-ID: PR#3541
Status:
@@ -357,6 +377,8 @@
* should have a pretty little icon for Apache on Win32
* proxy module doesn't load on Win95. Why? Good question. PR#1462.
+
+ * Proxy cache garbage collection doesn't work. PR#1891
* "Directory /", "Directory C:/" both fail to do anything,
while "Directory *" SEGVs.
@@ -438,7 +460,7 @@
- mod_auth_db.c (do we want to even try this? We should have some
db of some sort... what else can we pick from under win32?)
- mod_auth_dbm.c
- - mod_info.c (PR re exporting symbols for it...)
+ - mod_info.c (PR#1442 re exporting symbols for it...)
- mod_log_agent.c
- mod_log_referer.c
- mod_mime_magic.c (needs access to mod_mime API stage...)