summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-12-23 01:46:42 +0000
committerRyan Bloom <rbb@apache.org>2000-12-23 01:46:42 +0000
commitd6419f142e76ea32170083e77e65635016d32ad9 (patch)
tree0dfc5a89c9574c3ae90371c398835d217e6d4b7c /CHANGES
parent39a2364a52176453d913dd5bcf47c6c646a35ff1 (diff)
downloadhttpd-d6419f142e76ea32170083e77e65635016d32ad9.tar.gz
Update the Readme and Install docs to reflect 2.0 a bit better.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87515 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index afdf085959..60e855ac2f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0b1
+ *) Update some of the docs in README and INSTALL to reflect some of
+ the changes in Apache 2.0 [Cliff Woolley <cliffwoolley@yahoo.com>]
+
*) If we get EAGAIN returned from the call to apr_sendfile, then we
need to call sendfile again. This gets us serving large files
such as apache_2.0a9.tar.gz on FreeBSD again. [Ryan Bloom]