summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2012-02-29 02:52:17 +0100
committerJeff Trawick <trawick@apache.org>2012-02-29 02:52:17 +0100
commita1f372edf2c42fdcd5102fea756eed210e7e7f4c (patch)
treea05c3c7f1d6f4801ad39354f6237da1df39356ce /CHANGES
parentproperly free the GENERAL_NAMEs, as pointed out in PR 32652 (diff)
downloadapache2-a1f372edf2c42fdcd5102fea756eed210e7e7f4c.tar.xz
apache2-a1f372edf2c42fdcd5102fea756eed210e7e7f4c.zip
Fix MPM DSO load failure on AIX.
Without the proper AP_DECLARE*, these functions used by MPMs were not exported from httpd on AIX, resulting in symbol resolution errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1294936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c2e9afdcc7..5e7f017f6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) Fix MPM DSO load failure on AIX. [Jeff Trawick]
+
*) core: Add the port number to the vhost's name in the scoreboard.
[Stefan Fritsch]