summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorstas <stas@13f79535-47bb-0310-9956-ffa450edef68>2004-11-26 21:26:37 +0000
committerstas <stas@13f79535-47bb-0310-9956-ffa450edef68>2004-11-26 21:26:37 +0000
commit6325f4c0f5f45af188fdd843616fa479fcc98150 (patch)
tree1f0a1da70288f3025e2ff7d9953936ea2c9c6271 /CHANGES
parentddb8b33c653d9b0fd899df3528df42cf9120089a (diff)
downloadlibapr-6325f4c0f5f45af188fdd843616fa479fcc98150.tar.gz
rename the fopen defines (APR_READ, APR_WRITE, etc.) to have prefix
APR_FOPEN_ (keeping the old defines) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@106663 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 5fad85cb5..cc7dc09eb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes for APR 1.1.0
+ *( rename the fopen defines (APR_READ, APR_WRITE, etc.) to have
+ prefix APR_FOPEN_ (keeping the old defines) [Stas]
+
*) [NOT COMMITTED?] Add a new PRNG. Note that the implementation of SHA-256
is a stop-gap pending snarfing the SHA-1 implementation from apr-util
and upgrading it to do SHA-256. Not yet ready for prime time.