fielding 99/01/03 05:46:17
Modified: . STATUS
Log:
what the heck am I doing up so late?
Revision Changes Path
1.586 +1 -35 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.585
retrieving revision 1.586
diff -u -r1.585 -r1.586
--- STATUS 1999/01/03 13:35:29 1.585
+++ STATUS 1999/01/03 13:46:16 1.586
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 1999/01/03 13:35:29 $]
+ Last modified at [$Date: 1999/01/03 13:46:16 $]
Release:
@@ -113,13 +113,6 @@
Message-ID: PR#2838
Status:
- * Ask Bjoern Hansen's patch to make Apache set Cache-Control and Pragma
- headers in addition to the autogenerated Expires
- if r->no_cache is set and r->headers_out contains no
- Expires header yet.
- Message-ID: PR#3023
- Status: Martin +1, Roy -1 (see PR for reason)
-
* Ronald Tschal�r's ap_uuencode() bugfix
Message-ID: PR#3411
Status: Lars +1 (on concept)
@@ -204,26 +197,6 @@
Open issues:
- * Underscores on symbols in DSO situation is broken for NetBSD:
- Here is a private conversation between me (rse) and Charles Hannum of
- the NetBSD project:
-
- From: "Charles M. Hannum" <[EMAIL PROTECTED]>
- > We have a bug report at the Apache BugDB (see
- > http://bugs.apache.org/private/index/full/2462) where a user says
- > under a particular NetBSD platform (NetBSD/pmax 1.3.2) the symbols on
- > dlsym() don't need an underscore. In FreeBSD world we always had the
- > underscore,
- > [...]
- This is less an issue of OS, and more an issue of a.out vs. ELF. The
- underscores are always used for a.out, and are never used for ELF.
- Therefore, on any platform where we use ELF (that would be Alpha, MIPS,
- PowerPC and UltraSPARC currently, although there are plans to
eventually
- switch on other platforms), the underscores should not be added, and on
- all other platforms they should be.
- You can differentiate by comparing the output of `uname -m' with any
- of: alpha bebox macppc newsmips ofppc pica pmax sparc64.
-
* Redefine APACHE_RELEASE. Add another 'bit' to signify whether
it's a beta or final release. Maybe 'MMNNFFRBB' which means:
MM: Major release #
@@ -306,13 +279,6 @@
* In ap_bclose() there's no test that (fb->fd != -1) -- so it's
possible that it'll do something completely bogus when it's
used for read-only things. - Dean Gaudet
-
- * Okay, so our negotiation strategy needs a bit of refinement. See
- <[EMAIL PROTECTED]>.
- In general, we need to go through and clean up the negotiation
- module to make it compliant with the final HTTP/1.1 draft, and at the
- very least we should make it more copacetic to the idea of transferring
- gzipped variants of files when both variants exist on the server.
* Roy's HTTP/1.1 Wishlist items:
1) byte range error handling