summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2001-11-12 04:06:51 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2001-11-12 04:06:51 +0000
commit437947979cbd841609acd0a64af4f03877856475 (patch)
tree62b6d2d88434540f564075ec1c052e38cfc56ba7 /CHANGES
parent2093d0c644565a3d95df5fc189d27a93255d13d8 (diff)
downloadlibapr-437947979cbd841609acd0a64af4f03877856475.tar.gz
Argh.. water damage all over our new building ;(
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a9268f092..7b1c23a00 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
Changes with APR b1
+ *) change the apr_table_elts macro so that it provides access via
+ a const pointer instead of a non-const pointer
+ [Brian Pane <bpane@pacbell.net]
+
*) Use strerror_r() where available, since strerror() isn't always
thread-safe. Example systems where strerror() isn't thread-safe:
Linux+glibc, AIX [Jeff Trawick]