gstein 02/01/28 18:03:55
Modified: . CHANGES STATUS
Log:
rainy. dark. bleh...
Revision Changes Path
1.213 +3 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- CHANGES 24 Jan 2002 04:30:03 -0000 1.212
+++ CHANGES 29 Jan 2002 02:03:55 -0000 1.213
@@ -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]
1.95 +4 -1 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- STATUS 23 Jan 2002 06:10:30 -0000 1.94
+++ STATUS 29 Jan 2002 02:03:55 -0000 1.95
@@ -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:
@@ -258,6 +258,9 @@
* Fix autoconf tests for strerror_r on BeOS and remove the hack in
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: