summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authoraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2001-12-27 17:04:16 +0000
committeraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2001-12-27 17:04:16 +0000
commitee916d1a15d7e4d4ad0019f645a95318db4a94de (patch)
tree0d7db86ef75bc2fc44d050e1427b956e730c8394 /CHANGES
parent8b7177a5351c46efcc0f76b27195bf91986e2fa4 (diff)
downloadlibapr-ee916d1a15d7e4d4ad0019f645a95318db4a94de.tar.gz
nonshowstoppers--
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62671 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7d5df8130..e67dd0c3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with APR b1
+ *) Change the prototype of apr_thread_exit() so that the apr_status_t
+ is no longer a pointer. It was difficult and sometimes hazardous
+ to return a apr_status_t* at times, and this allows us to return
+ the APR_* error codes directly. [Aaron Bannert]
+
*) Add apr_sockaddr_equal() for comparing APR sockaddrs.
[Jeff Trawick]