summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2002-01-29 02:03:55 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2002-01-29 02:03:55 +0000
commitb4d2aab495ea653a18f9674858eca1f3625d6098 (patch)
tree6da0db403445ad16f1f42bd2917ebba04ef3b384
parent92345f2fbb5b53db4ff77fae41a3436c2ffe1464 (diff)
downloadlibapr-b4d2aab495ea653a18f9674858eca1f3625d6098.tar.gz
rainy. dark. bleh...
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62849 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--STATUS5
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index af90f7d75..ae7d90c74 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with APR b1
+ *) added APR_PROGRAM_ENV and APR_PROGRAM_PATH options for starting
+ processes via apr_proc_create() [Greg Stein]
+
*) Changed the apr_file_dup2() function prototype. It can only
take and reuse an apr_file_t*, and will no longer create one
if *new_file == NULL (use apr_file_dup() for that). [Aaron Bannert]
diff --git a/STATUS b/STATUS
index ab3958da3..26380f6d8 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2002/01/23 06:10:30 $]
+Last modified at [$Date: 2002/01/29 02:03:55 $]
Release:
@@ -259,6 +259,9 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
misc/unix/errorcodes.c to get error reporting working. Committed as
the solution is elusive at present.
+ * implement APR_PROGRAM_ENV and APR_PROGRAM_PATH on BeOS, OS/2,
+ Netware, and Win32.
+
Documentation that needs writing:
* API documentation