summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-11-12 16:34:10 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-11-12 16:34:10 +0000
commit05e8696b177ca8010d3b1bc4b120e0d4ea2a05f9 (patch)
tree3458799c901615d96dfc8cf5ca7451f3a991633b /CHANGES
parenta3ca6425c532a48b729473117c9155d2b8c2b7d7 (diff)
downloadlibapr-05e8696b177ca8010d3b1bc4b120e0d4ea2a05f9.tar.gz
Get jlibtool to build httpd-2.1 successfully as mod_ssl now require
-export-symbols-regexp option to be handled... git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65367 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 581923564..2385daca2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes for APR 1.1 [Deferring these features when 1.0 is rolled out.]
+ *) jlibtool: Ignore '-export-symbols-regexp' option.
+ [Justin Erenkrantz]
+
*) fix apr_file_dup and apr_file_dup2 win32 implementations
to create a mutex [Steve Hay <steve.hay uk.radan.com>]