summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-10 21:07:01 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-03-10 21:07:01 +0000
commit949a479f18dc77ac37f52004fd14c7c90f38f6e1 (patch)
treefdc7bfb72cae85ae8e44422b1d51acac8ba912be
parent94775e9d90b5aa139fe0ae851dc20bf659113ebc (diff)
downloadlibapr-949a479f18dc77ac37f52004fd14c7c90f38f6e1.tar.gz
Hmmm... said docs exist now.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64417 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3f52339bd..46620243d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,8 +30,7 @@ Changes with APR 0.9.2
*) Introduce Release mode debugging symbols for Win32 builds of apr.
All library builds gain /Zi for debug symbols (which are discarded
at link time if some flavor of the /debug flag isn't passed to link)
- and .dll builds gain .pdb symbols. Documentation on how-to-use these
- symbols will be forthcoming. [Allen Edwards, William Rowe]
+ and .dll builds gain .pdb symbols. [Allen Edwards, William Rowe]
*) Add two new proc attributes to improve diagnostics for
apr_proc_create() failures on platforms where fork()+exec() is used.