summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas J. Donovan <tdonovan@apache.org>2014-01-13 13:59:22 +0000
committerThomas J. Donovan <tdonovan@apache.org>2014-01-13 13:59:22 +0000
commit3712712f60bae4baf16ee3afb0a4c8c74842b9a0 (patch)
treea879db45b6947d6ad057fde047376dcd4225011b /CHANGES
parente8bd7cd65fd23a052a86f719ccfcc85932cdb151 (diff)
downloadapr-3712712f60bae4baf16ee3afb0a4c8c74842b9a0.tar.gz
Add signed type apr_intptr_t, because intptr_t is C99, and is not
recognized by MSVC6. Changed ODBC dbd driver to use apr_intptr_t. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1557720 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 8a2ea221b..37cd4666a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) Added signed apr_intptr_t. Changed ODBC dbd driver to use this.
+ [Tom Donovan]
+
*) When using shmget-based shared memory, the ID used for ftok is
now an APR hash of the filename instead of the constant '1'.
PR 53996 [Jim Jagielski]