summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-12-01 21:33:58 +0000
committerJeff Trawick <trawick@apache.org>2000-12-01 21:33:58 +0000
commit68e6e48a1c8fcfce0174d25bd01c93e192a75bf0 (patch)
tree52fb660965694c6d14cc710ac829922b0f2e9c56 /CHANGES
parentc259c6e945472fe2ec31b823d88edb946e89f812 (diff)
downloadapr-68e6e48a1c8fcfce0174d25bd01c93e192a75bf0.tar.gz
Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/
apr_ssize_t is long on AIX. Get the other APR_xx_T_FMT variables defined properly on AIX. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60840 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 7f6420584..8c5aa47fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
Changes with APR a9
+ *) Add APR_SIZE_T_FMT. Get the other APR_xx_T_FMT variables
+ defined properly on AIX. [Jeff Trawick]
+
*) network API changes: get rid of apr_get_socket_inaddr(),
apr_get_remote_name(), and apr_get_local_name() [Jeff Trawick]