dgaudet 97/05/04 13:22:29
Modified: src CHANGES
Log:
Note the problem described in PR#530.
Revision Changes Path
1.264 +4 -1 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.263
retrieving revision 1.264
diff -C3 -r1.263 -r1.264
*** CHANGES 1997/05/01 17:36:23 1.263
--- CHANGES 1997/05/04 20:22:27 1.264
***************
*** 13,19 ****
*) Allow HTTPD_ROOT, SERVER_CONFIG_FILE, DEFAULT_PATH, and SHELL_PATH
to be configured via -D in Configuration. [Dean Gaudet] PR#449
! *) <VirtualHost _default_:portnum> didn't work properly. [Dean Gaudet]
*) Added prototype for mktemp() for SUNOS4 [Marc Slemko]
--- 13,22 ----
*) Allow HTTPD_ROOT, SERVER_CONFIG_FILE, DEFAULT_PATH, and SHELL_PATH
to be configured via -D in Configuration. [Dean Gaudet] PR#449
! *) <VirtualHost _default_:portnum> didn't work properly. Note that
! this fix probably requires existing configs to begin using
! <VirtualHost _default:*> if they have multiple Listen statements.
! [Dean Gaudet]
*) Added prototype for mktemp() for SUNOS4 [Marc Slemko]