summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-02-06 22:54:55 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-02-06 22:54:55 +0000
commitd19f4118c46faf52e2310ac938e4fdbd71e02ff0 (patch)
treebfe36e837acfe5a720b1f63fcd03f21e3ad58329 /CHANGES
parent784c380610b92a49934703a267eb35f86cc8f088 (diff)
downloadlibapr-d19f4118c46faf52e2310ac938e4fdbd71e02ff0.tar.gz
*) 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 both .pdb and .dbg files (older debuggers and Dr. Watson-type utilities on WinNT or Win9x don't support the newer .pdb symbol files.) Documentation on how-to-use these symbol files will be forthcoming. [Allen Edwards, William Rowe] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64334 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 15150f218..b91a1df66 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
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 both .pdb and .dbg files (older debuggers and
+ Dr. Watson-type utilities on WinNT or Win9x don't support the newer
+ .pdb symbol files.) Documentation on how-to-use these symbol files
+ will be forthcoming. [Allen Edwards, William Rowe]
+
*) Allow apr_proc_create() to call an app-provided error reporting
function when apr_proc_create() fails in the new child process
after fork(). The app-provided error reporting function will only