summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-01-20 06:18:06 +0100
committerRyan Bloom <rbb@apache.org>2001-01-20 06:18:06 +0100
commitb610678807cc8fea570f565a045374de15aec379 (patch)
treec13b88e9ff4b1ab5a15b3959f33409881e2cc89f /CHANGES
parent- implement DeltaV OPTIONS extensions (diff)
downloadapache2-b610678807cc8fea570f565a045374de15aec379.tar.xz
apache2-b610678807cc8fea570f565a045374de15aec379.zip
Remove ap_chdir_file. This function is not thread-safe, and nobody
is currently using it. The proper way to do this, is to use the apr_create_process API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87754 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 08ab175c8d..74d4447e4f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0b1
+ *) Remove ap_chdir_file(). This function is not thread-safe,
+ and nobody is currently using it. [Ryan Bloom]
+
*) Do not try to run make depend if there are no .c files in the
current directory, doing so makes `make depend` fail.
[Ryan Bloom]