summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2004-06-23 15:28:45 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2004-06-23 15:28:45 +0000
commit0c846a459fc345ea3760abb1f9a8c5c8c83a100b (patch)
treed4642c1559c25e8a175de4eb0d4a7753ac9c41ae /CHANGES
parentca4471713f3568c222c99d346d5b14cab93d0c3f (diff)
downloadlibapr-0c846a459fc345ea3760abb1f9a8c5c8c83a100b.tar.gz
sync with 0.9 branch
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 939d52d24..c5e3ff8f0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,10 +7,6 @@ Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.]
Changes with APR 1.0
- *) Add command type APR_SHELLCMD_ENV for creating a process
- which is started by the shell and which inherits the parent's
- environment variables. [Jeff Trawick]
-
*) Fix apr_threadattr_detach_set() on Mac OS X. PR 28472.
[INOUE Seiichiro <inoue ariel-networks.com>]
@@ -146,6 +142,10 @@ Changes with APR 1.0
Changes with APR 0.9.5
+ *) Add command type APR_SHELLCMD_ENV for creating a process
+ which is started by the shell and which inherits the parent's
+ environment variables. [Jeff Trawick]
+
*) Don't assume getnameinfo() can handle IPv4-mapped IPv6 addresses
on any platforms.
[Jeff Trawick, Joe Orton, Colm MacCárthaigh <colm stdlib.net>]