cvs commit: apache-1.3/conf mime.types

1998-11-10 Thread fielding
fielding98/11/09 17:35:49

  Modified:conf mime.types
  Log:
  Update to reflect all of the registered media types as of 23 Sep 1998.
  
  PR: 2380, 2286, 2246
  Submitted by: Manoj Kasichainula
  Reviewed by:  Roy, Ralf, Lars, Martin
  
  Revision  ChangesPath
  1.18  +174 -12   apache-1.3/conf/mime.types
  
  Index: mime.types
  ===
  RCS file: /home/cvs/apache-1.3/conf/mime.types,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- mime.types1998/09/30 17:42:05 1.17
  +++ mime.types1998/11/10 01:35:49 1.18
  @@ -1,41 +1,164 @@
  -# This file controls what MIME types are sent to the client for the
  -# given file extensions.  Sending the correct MIME type to the client
  +# This file controls what Internet media types are sent to the client for
  +# given file extension(s).  Sending the correct media type to the client
   # is important so they know how to handle the content of the file.
   # Extra types can either be added here or by using an AddType directive
  -# in your config files. For more information about MIME types
  -# please read RFC 2045, 2046, 2047, 2048, and 2077.
  +# in your config files. For more information about Internet media types,
  +# please read RFC 2045, 2046, 2047, 2048, and 2077.  The Internet media type
  +# registry is at .
   
   # MIME type  Extension
  +application/EDI-Consent 
  +application/EDI-X12 
  +application/EDIFACT 
   application/activemessage
  -application/andrew-inset
  +application/andrew-insetez
   application/applefile
   application/atomicmail
  +application/cals-1840   
  +application/commonground
  +application/cybercash   
   application/dca-rft
   application/dec-dx
  +application/eshop   
  +application/hyperstudio 
  +application/iges
   application/mac-binhex40 hqx
   application/mac-compactpro   cpt
   application/macwriteii
  +application/marc
  +application/mathematica 
   application/msword   doc
   application/news-message-id
   application/news-transmission
   application/octet-stream bin dms lha lzh exe class
   application/oda  oda
   application/pdf  pdf
  +application/pgp-encrypted   
  +application/pgp-keys
  +application/pgp-signature   
  +application/pkcs10  
  +application/pkcs7-mime  
  +application/pkcs7-signature 
   application/postscript   ai eps ps
   application/powerpoint   ppt
  +application/prs.alvestrand.titrax-sheet
  +application/prs.cww 
  +application/prs.nprend  
   application/remote-printing
  +application/riscos  
   application/rtf  rtf
  +application/set-payment 
  +application/set-payment-initiation
  +application/set-registration
  +application/set-registration-initiation
  +application/sgml
  +application/sgml-open-catalog   
   application/slate
  -application/smil smi smil sml
  +application/smil smi smil
  +application/vemmi   
  +application/vnd.3M.Post-it-Notes
  +application/vnd.FloGraphIt  
  +application/vnd.acucobol
  +application/vnd.anser-web-certificate-issue-initiation
  +application/vnd.anser-web-funds-transfer-initiation
  +application/vnd.audiograph  
  +application/vnd.businessobjects 
  +application/vnd.claymore
  +application/vnd.comsocaller 
  +application/vnd.dna 
  +application/vnd.dxr 
  +application/vnd.ecdis-update
  +application/vnd.ecowin.chart
  +application/vnd.ecowin.filerequest
  +application/vnd.ecowin.fileupdate
  +application/vnd.ecowin.series   
  +application/vnd.ecowin.seriesrequest
  +application/vnd.ecowin.seriesupdate
  +application/vnd.enliven 
  +application/vnd.epson.salt  
  +application/vnd.fdf 
  +application/vnd.ffsns   
  +application/vnd.framemaker  
  +application/vnd.fujitsu.oasys   
  +application/vnd.fujitsu.oasys2  
  +application/vnd.fujitsu.oasys3  
  +application/vnd.fujitsu.oasysgp 
  +application/vnd.fujitsu.oasysprs
  +application/vnd.fujixerox.docuworks
  +application/vnd.hp-HPGL 
  +application/vnd.hp-PCL  
  +application/vnd.hp-PCLXL
  +application/vnd.hp-hps  
  +application/vnd.ibm.MiniPay 
  +application/vnd.ibm.modcap  
  +application/vnd.intercon.formnet
  +application/vnd.intertrust.digibox
  +application/vnd.intertrust.nncp 
  +application/vnd.is-xpr  
  +application/vnd.japannet-directory-service
  +application/vnd.japannet-jpnstore-wakeup
  +application/vnd.japannet-payment-wakeup
  +application/vnd.japannet-registration
  +appli

cvs commit: apache-1.3/conf mime.types

1998-11-10 Thread fielding
fielding98/11/09 17:39:38

  Modified:conf mime.types
  Log:
  Add text/vnd.flatland.3dml as per request.
  PR: 3332
  
  Revision  ChangesPath
  1.19  +1 -0  apache-1.3/conf/mime.types
  
  Index: mime.types
  ===
  RCS file: /home/cvs/apache-1.3/conf/mime.types,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mime.types1998/11/10 01:35:49 1.18
  +++ mime.types1998/11/10 01:39:37 1.19
  @@ -261,6 +261,7 @@
   text/vnd.fmi.flexstor   
   text/vnd.in3d.3dml  
   text/vnd.in3d.spot  
  +text/vnd.flatland.3dml
   text/vnd.latex-z
   text/x-setextetx
   text/xml xml
  
  
  


cvs commit: apache-1.3/conf mime.types

1998-11-10 Thread fielding
fielding98/11/09 17:55:20

  Modified:conf mime.types
  Log:
  Sort and use tabs consistently throughout.
  Remove duplicate entries for MIF and powerpoint.
  
  Revision  ChangesPath
  1.20  +136 -138  apache-1.3/conf/mime.types
  
  Index: mime.types
  ===
  RCS file: /home/cvs/apache-1.3/conf/mime.types,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mime.types1998/11/10 01:39:37 1.19
  +++ mime.types1998/11/10 01:55:19 1.20
  @@ -7,94 +7,93 @@
   # registry is at .
   
   # MIME type  Extension
  -application/EDI-Consent 
  -application/EDI-X12 
  -application/EDIFACT 
  +application/EDI-Consent
  +application/EDI-X12
  +application/EDIFACT
   application/activemessage
  -application/andrew-insetez
  +application/andrew-inset ez
   application/applefile
   application/atomicmail
  -application/cals-1840   
  -application/commonground
  -application/cybercash   
  +application/cals-1840
  +application/commonground
  +application/cybercash
   application/dca-rft
   application/dec-dx
  -application/eshop   
  -application/hyperstudio 
  -application/iges
  +application/eshop
  +application/hyperstudio
  +application/iges
   application/mac-binhex40 hqx
   application/mac-compactpro   cpt
   application/macwriteii
  -application/marc
  -application/mathematica 
  +application/marc
  +application/mathematica
   application/msword   doc
   application/news-message-id
   application/news-transmission
   application/octet-stream bin dms lha lzh exe class
   application/oda  oda
   application/pdf  pdf
  -application/pgp-encrypted   
  -application/pgp-keys
  -application/pgp-signature   
  -application/pkcs10  
  -application/pkcs7-mime  
  -application/pkcs7-signature 
  +application/pgp-encrypted
  +application/pgp-keys
  +application/pgp-signature
  +application/pkcs10
  +application/pkcs7-mime
  +application/pkcs7-signature
   application/postscript   ai eps ps
  -application/powerpoint   ppt
   application/prs.alvestrand.titrax-sheet
  -application/prs.cww 
  -application/prs.nprend  
  +application/prs.cww
  +application/prs.nprend
   application/remote-printing
  -application/riscos  
  +application/riscos
   application/rtf  rtf
  -application/set-payment 
  +application/set-payment
   application/set-payment-initiation
  -application/set-registration
  +application/set-registration
   application/set-registration-initiation
  -application/sgml
  -application/sgml-open-catalog   
  +application/sgml
  +application/sgml-open-catalog
   application/slate
   application/smil smi smil
  -application/vemmi   
  +application/vemmi
   application/vnd.3M.Post-it-Notes
  -application/vnd.FloGraphIt  
  -application/vnd.acucobol
  +application/vnd.FloGraphIt
  +application/vnd.acucobol
   application/vnd.anser-web-certificate-issue-initiation
   application/vnd.anser-web-funds-transfer-initiation
  -application/vnd.audiograph  
  -application/vnd.businessobjects 
  -application/vnd.claymore
  -application/vnd.comsocaller 
  -application/vnd.dna 
  -application/vnd.dxr 
  -application/vnd.ecdis-update
  -application/vnd.ecowin.chart
  +application/vnd.audiograph
  +application/vnd.businessobjects
  +application/vnd.claymore
  +application/vnd.comsocaller
  +application/vnd.dna
  +application/vnd.dxr
  +application/vnd.ecdis-update
  +application/vnd.ecowin.chart
   application/vnd.ecowin.filerequest
   application/vnd.ecowin.fileupdate
  -application/vnd.ecowin.series   
  +application/vnd.ecowin.series
   application/vnd.ecowin.seriesrequest
   application/vnd.ecowin.seriesupdate
  -application/vnd.enliven 
  -application/vnd.epson.salt  
  -application/vnd.fdf 
  -application/vnd.ffsns   
  -application/vnd.framemaker  
  -application/vnd.fujitsu.oasys   
  -application/vnd.fujitsu.oasys2  
  -application/vnd.fujitsu.oasys3  
  -application/vnd.fujitsu.oasysgp 
  +application/vnd.enliven
  +application/vnd.epson.salt
  +application/vnd.fdf
  +application/vnd.ffsns
  +application/vnd.framemaker
  +application/vnd.fujitsu.oasys
  +application/vnd.fujitsu.oasys2
  +application/vnd.fujitsu.oasys3
  +application/vnd.fujitsu.oasysgp
   application/vnd.fujitsu.oasysprs
   application/vnd.fujixerox.docuworks
  -application/vnd.hp-HPGL 
  -application/vnd.hp-PCL  
  -application/vnd.hp-PCLXL
  -application/vnd.hp-hps  
  -appli

cvs commit: apache-1.3/conf httpd.conf-dist

1998-11-10 Thread fielding
fielding98/11/09 19:27:59

  Modified:conf httpd.conf-dist
  Log:
  Restore IndexOptions FancyIndexing, since it is the latter directive
  that is now deprecated.
  
  Revision  ChangesPath
  1.35  +1 -1  apache-1.3/conf/httpd.conf-dist
  
  Index: httpd.conf-dist
  ===
  RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- httpd.conf-dist   1998/11/08 10:43:38 1.34
  +++ httpd.conf-dist   1998/11/10 03:27:58 1.35
  @@ -535,7 +535,7 @@
   #
   # FancyIndexing is whether you want fancy directory indexing or standard
   #
  -FancyIndexing On
  +IndexOptions FancyIndexing
   
   #
   # AddIcon* directives tell the server which icon to show for different
  
  
  


cvs commit: apache-1.3/src/main util.c

1998-11-10 Thread fielding
fielding98/11/09 19:45:06

  Modified:conf mime.types
   src/main util.c
  Log:
  Relive history through legacy comments.  Woohoo!
  
  Revision  ChangesPath
  1.21  +2 -0  apache-1.3/conf/mime.types
  
  Index: mime.types
  ===
  RCS file: /home/cvs/apache-1.3/conf/mime.types,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- mime.types1998/11/10 01:55:19 1.20
  +++ mime.types1998/11/10 03:45:05 1.21
  @@ -1,3 +1,5 @@
  +# This is a comment. I love comments.
  +
   # This file controls what Internet media types are sent to the client for
   # given file extension(s).  Sending the correct media type to the client
   # is important so they know how to handle the content of the file.
  
  
  
  1.140 +8 -0  apache-1.3/src/main/util.c
  
  Index: util.c
  ===
  RCS file: /home/cvs/apache-1.3/src/main/util.c,v
  retrieving revision 1.139
  retrieving revision 1.140
  diff -u -r1.139 -r1.140
  --- util.c1998/11/06 22:42:43 1.139
  +++ util.c1998/11/10 03:45:06 1.140
  @@ -210,6 +210,14 @@
   }
   #endif
   
  +/* Roy owes Rob beer. */
  +/* Rob owes Roy dinner. */
  +
  +/* These legacy comments would make a lot more sense if Roy hadn't
  + * replaced the old later_than() routine with util_date.c.
  + *
  + * Well, okay, they still wouldn't make any sense.
  + */
   
   /* Match = 0, NoMatch = 1, Abort = -1
* Based loosely on sections of wildmat.c by Rich Salz
  
  
  


cvs commit: apache-1.3/src CHANGES

1998-11-10 Thread fielding
fielding98/11/09 22:10:26

  Modified:.STATUS
   src  CHANGES
  Log:
  A bit chilly tonight.
  
  Revision  ChangesPath
  1.535 +0 -4  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.534
  retrieving revision 1.535
  diff -u -r1.534 -r1.535
  --- STATUS1998/11/08 20:09:16 1.534
  +++ STATUS1998/11/10 06:10:24 1.535
  @@ -109,10 +109,6 @@
   
Status: Ken -0 for 1.3/+0 for 2.0
   
  -* Manoj's [PATCH] mime.types update
  -Message-ID: <[EMAIL PROTECTED]>
  -Status: Roy +1, Ralf +1, Lars +1, Martin +1
  -
   * Patches for the DSO/mod_perl problem (see below for description):
   
 Ralf's "[PATCH] Fix module init"
  
  
  
  1.1143+4 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1142
  retrieving revision 1.1143
  diff -u -r1.1142 -r1.1143
  --- CHANGES   1998/11/09 07:03:16 1.1142
  +++ CHANGES   1998/11/10 06:10:25 1.1143
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3.4
   
  +  *) Updated mime.types to reflect current Internet media types
  + and include a URL to the registry.
  + [Manoj Kasichainula, Roy Fielding] PR#2380, 2286, 2246
  +
 *) SECURITY: Do a more complete check in mod_include to avoid 
an infinite loop of recursive SSI includes.  [Marc Slemko] PR#3323
   
  
  
  


cvs commit: apache-site/library index.html

1998-11-10 Thread fielding
fielding98/11/09 22:44:39

  Modified:library  index.html
  Log:
  Update links to standards, new working groups
  PR: 2246
  
  Revision  ChangesPath
  1.3   +9 -7  apache-site/library/index.html
  
  Index: index.html
  ===
  RCS file: /export/home/cvs/apache-site/library/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html1997/08/03 09:35:30 1.2
  +++ index.html1998/11/10 06:44:39 1.3
  @@ -25,10 +25,12 @@

   IETF Working Groups
   
  -http://www.ics.uci.edu/pub/ietf/http/";>HTTP Working 
Group
  -http://www-ns.rutgers.edu/www-security/";>HTTP-Security 
Working Group
  -http://www.ics.uci.edu/pub/ietf/html/";>HTML Working 
Group
  -http://www.ics.uci.edu/pub/ietf/uri/";>URI Working 
Group
  +http://www.ics.uci.edu/pub/ietf/http/";>HTTP
  +http://www-ns.rutgers.edu/www-security/";>HTTP-Security
  +http://www.ics.uci.edu/pub/ietf/webdav/";>WebDAV (HTTP 
Distributed Authoring and Versioning)
  +http://www.ics.uci.edu/pub/ietf/dasl/";>DASL (DAV 
Searching & Locating)
  +http://www.ics.uci.edu/pub/ietf/html/";>HTML
  +http://www.ics.uci.edu/pub/ietf/uri/";>URI
   
   
   
  @@ -39,6 +41,7 @@

   http://www.w3.org/pub/WWW/Protocols/rfc1945/rfc1945";>RFC1945: HTTP 
1.0 (Deprecated Standard)
   http://www.w3.org/pub/WWW/Protocols/rfc2068/rfc2068";>RFC2068: HTTP 
1.1 (Proposed Standard)
  +http://www.ics.uci.edu/pub/ietf/uri/rfc2396.txt";>RFC2396: Uniform 
Resource Identifiers (Draft Standard)

   http://www.w3.org/MarkUp/";>Hypertext Markup 
Language (HTML)

  @@ -49,9 +52,8 @@
   http://www.webreference.com/index2.html";>Related 
Stuff

   http://hoohoo.ncsa.uiuc.edu/cgi/";>Common Gateway 
Interface - CGI/1.1
  -http://www.oac.uci.edu/indiv/ehood/MIME/1521/rfc1521ToC.html";>RFC1521 - 
MIME (part 1)
  -http://www.oac.uci.edu/indiv/ehood/MIME/1522/rfc1522ToC.html";>RFC1522 - 
MIME (part 2)
  -http://www.w3.org/pub/WWW/Daemon/User/Config/Logging.html";> Logging in 
CERN httpd
  +ftp://ftp.iana.org/in-notes/iana/assignments/media-types/";>Internet media 
types
  +http://www.w3.org/Daemon/User/Config/Logging.html";>Logging in CERN 
httpd

   
   
  
  
  


cvs commit: apache-1.3/src/main http_protocol.c

1998-11-10 Thread fielding
fielding98/11/09 23:30:09

  Modified:.STATUS
   src  CHANGES
   src/include httpd.h
   src/main http_protocol.c
  Log:
  Added the last two WebDAV status codes of 424 (Failed Dependency)
  and 507 (Insufficient Storage) for use by third-party modules.
  
  Revision  ChangesPath
  1.536 +0 -2  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.535
  retrieving revision 1.536
  diff -u -r1.535 -r1.536
  --- STATUS1998/11/10 06:10:24 1.535
  +++ STATUS1998/11/10 07:30:05 1.536
  @@ -125,8 +125,6 @@
   
   Needs patch:
   
  -* Roy: Need to add updated WebDAV status codes from latest draft.
  -
   * Ralf: mod_so doesn't correctly initialise modules. For instance
 the handlers of mod_perl are not initialised. 
 An ap_init_modules() could be done from mod_so but this is too much.
  
  
  
  1.1144+4 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1143
  retrieving revision 1.1144
  diff -u -r1.1143 -r1.1144
  --- CHANGES   1998/11/10 06:10:25 1.1143
  +++ CHANGES   1998/11/10 07:30:06 1.1144
  @@ -13,6 +13,10 @@
was changed to show more information about the suEXEC setup.
[Lars Eilebrecht] PR#3316, 3357, 3361
   
  +  *) Added the last two WebDAV status codes of 424 (Failed Dependency)
  + and 507 (Insufficient Storage) for use by third-party modules.
  + [Roy Fielding]
  +
 *) Enabled all of the WebDAV method names for use by third-party
modules, Limit, and Script directives.  That includes PATCH,
PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK.
  
  
  
  1.252 +3 -1  apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.251
  retrieving revision 1.252
  diff -u -r1.251 -r1.252
  --- httpd.h   1998/11/08 09:51:09 1.251
  +++ httpd.h   1998/11/10 07:30:07 1.252
  @@ -447,7 +447,7 @@
* all of the potential response status-lines (a sparse table).
* A future version should dynamically generate the table at startup.
*/
  -#define RESPONSE_CODES 54
  +#define RESPONSE_CODES 55
   
   #define HTTP_CONTINUE  100
   #define HTTP_SWITCHING_PROTOCOLS   101
  @@ -487,6 +487,7 @@
   #define HTTP_EXPECTATION_FAILED417
   #define HTTP_UNPROCESSABLE_ENTITY  422
   #define HTTP_LOCKED423
  +#define HTTP_FAILED_DEPENDENCY 424
   #define HTTP_INTERNAL_SERVER_ERROR 500
   #define HTTP_NOT_IMPLEMENTED   501
   #define HTTP_BAD_GATEWAY   502
  @@ -494,6 +495,7 @@
   #define HTTP_GATEWAY_TIME_OUT  504
   #define HTTP_VERSION_NOT_SUPPORTED 505
   #define HTTP_VARIANT_ALSO_VARIES   506
  +#define HTTP_INSUFFICIENT_STORAGE  507
   #define HTTP_NOT_EXTENDED  510
   
   #define DOCUMENT_FOLLOWSHTTP_OK
  
  
  
  1.249 +15 -2 apache-1.3/src/main/http_protocol.c
  
  Index: http_protocol.c
  ===
  RCS file: /home/cvs/apache-1.3/src/main/http_protocol.c,v
  retrieving revision 1.248
  retrieving revision 1.249
  diff -u -r1.248 -r1.249
  --- http_protocol.c   1998/11/08 09:51:11 1.248
  +++ http_protocol.c   1998/11/10 07:30:08 1.249
  @@ -1154,7 +1154,8 @@
   "421 unused",
   "422 Unprocessable Entity",
   "423 Locked",
  -#define LEVEL_500 43
  +"424 Failed Dependency",
  +#define LEVEL_500 44
   "500 Internal Server Error",
   "501 Method Not Implemented",
   "502 Bad Gateway",
  @@ -1162,7 +1163,7 @@
   "504 Gateway Time-out",
   "505 HTTP Version Not Supported",
   "506 Variant Also Negotiates"
  -"507 unused",
  +"507 Insufficient Storage"
   "508 unused",
   "509 unused",
   "510 Not Extended",
  @@ -2425,6 +2426,18 @@
ap_bputs("The requested resource is currently locked.\n"
 "The lock must be released or proper identification\n"
 "given before the method can be applied.\n", fd);
  + break;
  + case HTTP_FAILED_DEPENDENCY:
  + ap_bputs("The method could not be performed on the resource\n"
  +  "because the requested action depended on another\n"
  +  "action and that other action failed.\n", fd);
  + break;
  + case HTTP_INSUFFICIENT_STORAGE:
  + ap_bputs("The method could not be performed on the resource\n"
  +  "because the server is unable to store the\n"
  +  "repr

cvs commit: apache-1.3 STATUS

1998-11-10 Thread fielding
fielding98/11/10 00:02:46

  Modified:.STATUS
  Log:
  My computer just turned into a pumpkin -- time to get back to
  work on my dissertation stuff.  Note things that other people need
  to do for us to get a release out soon.
  
  Revision  ChangesPath
  1.537 +17 -7 apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.536
  retrieving revision 1.537
  diff -u -r1.536 -r1.537
  --- STATUS1998/11/10 07:30:05 1.536
  +++ STATUS1998/11/10 08:02:45 1.537
  @@ -14,6 +14,8 @@
   
   RELEASE SHOWSTOPPERS:
   
  +* Win32 device file issues (nul/aux/...)
  +
   * How should an Apache binary release tarball look?
   
 1. The "old" way where it is just a source release tarball
  @@ -57,12 +59,6 @@
 are built)
Ralf -0 (I dislike mixed source+binary tarballs)
   
  -* Win32 device file issues (nul/aux/...)
  -
  -* Addition of "cute little icons" to Apache's main icon groups.
  -  See <[EMAIL PROTECTED]>
  -  Status: Ralf +1
  -
   Documentation that needs writing:
   
   * Need a document explaining mod_rewrite/"UseCanonicalName off" based
  @@ -73,10 +69,16 @@
   
   Available Patches:
   
  +* Ralf's [PATCH] MODULE_MAGIC_COOKIE field for module structure
  +Message-ID: <[EMAIL PROTECTED]>
  +Status: Currently assumes 8-byte long, Ralf will fix and repost.
  +
   * Ralf's Build outside of source tree (take 2: alternative solution)
 ("overrules"  Wilfredo Sanchez's [PATCH] Build outside of source tree)
   Message-ID: <[EMAIL PROTECTED]>
Status: Ralf +1, Jim +1, Martin +1
  +Fred says this doesn't work for him, suggests replacement in
  +<[EMAIL PROTECTED]>
   
   * Marc's [PATCH] PR#3323: recursive includes
   Message-ID: <[EMAIL PROTECTED]>
  @@ -86,7 +88,7 @@
   * Manoj and Ken Parzygnat's PATCH to support %-expandos from Unix
 on Win32
   Message-ID: <[EMAIL PROTECTED]>
  -Status:
  +Status:  Umm, wasn't this committed and/or reversed last week?
   
   * Ron Record's patch to port Apache to UnixWare 7 (forwarded by
 Randy).
  @@ -103,6 +105,10 @@
Message-ID: PR#3247
Status: 
   
  +* Khimenko Victor's os_inline.c finctions are not inlined
  +Message-ID: <[EMAIL PROTECTED]>
  +Status: Roy +1
  +
   * Juan Gallego's patch to add CSH-style modifiers (:h, :r, :t, :e)
 to mod_include's variable processing.
Mesage-ID: PR#3246, also available at
  @@ -120,6 +126,10 @@
   
   In progress:

  +* Addition of "cute little icons" to Apache's main icon groups.
  +  See <[EMAIL PROTECTED]>
  +  Status: Ralf +1, Roy +1 (in "icons/small" subdirectory)
  +
   * Ken's IndexFormat enhancement to mod_autoindex to allow
 CustomLog-like tailoring of directory listing formats
   
  
  
  


cvs commit: apache-1.3 STATUS

1998-11-10 Thread manoj
manoj   98/11/10 11:24:59

  Modified:.STATUS
  Log:
  Patch was committed.
  
  Revision  ChangesPath
  1.538 +0 -5  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.537
  retrieving revision 1.538
  diff -u -u -r1.537 -r1.538
  --- STATUS1998/11/10 08:02:45 1.537
  +++ STATUS1998/11/10 19:24:56 1.538
  @@ -85,11 +85,6 @@
Status: Marc +1, Jim +1 (concept)
* Needs more in-depth review *
   
  -* Manoj and Ken Parzygnat's PATCH to support %-expandos from Unix
  -  on Win32
  -Message-ID: <[EMAIL PROTECTED]>
  -Status:  Umm, wasn't this committed and/or reversed last week?
  -
   * Ron Record's patch to port Apache to UnixWare 7 (forwarded by
 Randy).
Message-ID: <[EMAIL PROTECTED]>