From: Bradley Nicholes Date: Mon, 11 Jun 2001 22:17:19 +0000 (+0000) Subject: Added Mod_Vhost_Alias to the Apache for NetWare build. The project file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9399ed2ebb649b86129f5eec777ff1315b4f4f4f;p=thirdparty%2Fapache%2Fhttpd.git Added Mod_Vhost_Alias to the Apache for NetWare build. The project file builds it as an external module called VHOST.NLM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89345 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 41c910a4cdd..7c0a8e4c14e 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,4 +1,8 @@ Changes with Apache 1.3.21 + *) Added Mod_Vhost_Alias to the project file so that it builds as an + external module (VHOST.NLM). + [Brad Nicholes ] + *) Fix problem with lingering_close() on Windows. Issuing read() on the socket descriptor on Windows always fails. Should be calling recv() instead of read() on Windows.