Commit c3744f96 authored by Greg Stein's avatar Greg Stein
Browse files

can I be a Super Saiyan? please?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87126 13f79535-47bb-0310-9956-ffa450edef68
parent 6da53cf0
Loading
Loading
Loading
Loading
+12 −13
Original line number Diff line number Diff line
Apache 2.0 STATUS:
Last modified at [$Date: 2000/11/28 20:07:17 $]
Last modified at [$Date: 2000/11/29 11:30:19 $]

Release:

    2.0a8   : ???
    2.0a9   : ???
    2.0a8   : released November 20, 2000
    2.0a7   : released October 8, 2000
    2.0a6   : released August 18, 2000
    2.0a5   : released August 4, 2000
@@ -23,6 +24,7 @@ RELEASE SHOWSTOPPERS:
                proxy module is still using it.  As soon as the new proxy
                patches are committed, Buff should be removed from the proxy
                as well.
	  [ gjs: is this done yet? ]

    * Error messages are filtered according to the needs of the original 
      URI.  Nothing ensures that they are translated on EBCDIC machines
@@ -115,6 +117,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
      implementations (including something like the existing data type,
      plus hash tables for speed, with options for more later).
	Status: fanf is working on this.
	[ gjs: still? really? ]

    * All DBMs suffer from confusion in support/dbmmanage (perl script) since 
        the dbmmanage employs the first-matched dbm format.  This is not
@@ -122,26 +125,22 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
        rewrite dbmmanage upon installation to bin/ with the proper library 
        for predictable mod_auth_db/dbm administration.

    * configuration option to use *DBM
      Status: Greg +1 (volunteers)
        employ same dbm for mod_auth_dbm? [Win32 is using our own sdbm]
    * use apu_dbm in mod_auth_dbm
        Status: Greg +1 (low-priority volunteer)

    * Integrate mod_dav.
        Message-id: <20000625173247.M29590@lyra.org>
        Status: works. passes initial regression testing. Joe Orton
                reports success with his "cadaver" tool.
        Some additional items remaining:
	- case_preserved_filename stuff
        - fix and re-enable sdbm_lock.c
	    (use the new canonical name stuff?)
	- find a new home for ap_text(_header)
	- is it possible to remove the DAV: namespace stuff from util_xml?

    * ap_core_translate() and its use by mod_mmap_static and mod_file_cache
      are a bit wonky.  The function should probably be exposed as a utility 
      function (such as ap_translate_url2fs() or ap_validate_fs_url() or 
      something).  Another approach would be a new hook phase after "translate" 
      which would allow the module to munge what the translation has decided 
      to do.
      something).  Another approach would be a new hook phase after
      "translate" which would allow the module to munge what the
      translation has decided to do.
        Status: Greg +1 (volunteers), Ryan +1

    * Explore use of a post-config hook for the code in http_main.c which