summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-12-12 06:46:45 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-12-12 06:46:45 +0000
commit05e10f064b2429d43cd3e603d4ce292580993f98 (patch)
treecb2af63f43c4caa352e1b1d2d236c44db1a252b2 /CHANGES
parent77b00e6275dac8c08600b79551b8d23f7b8ccecd (diff)
downloadlibapr-05e10f064b2429d43cd3e603d4ce292580993f98.tar.gz
apr-config is a shell script modeled after glib-config et al that allows
third-parties easy access to APR configuration parameters. Reviewed by: Greg Stein git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2300ce104..25bf42403 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
Changes with APR b1
+ *) Add apr-config - a shell script to allow third-party programs
+ easy access to APR configuration parameters. [Justin Erenkrantz]
+
+ *) Add find_apr.m4 to allow third-party programs that use APR to
+ have a standard m4 macro for detection. [Greg Stein]
+
*) SEGV in apr_table_overlap [Brian Pane]
*) apr_array_copy speedup by removing the zero-fill [Brian Pane]