summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2018-04-03 20:38:05 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2018-04-03 20:38:05 +0000
commit413d05f16d328249b17a88d22247b5d5f521f743 (patch)
tree33432924416591893861df46010b9ffac7292fe8 /CHANGES
parentd780013a2a42100f8e732d0797c8ec68773d83db (diff)
downloadlibapr-413d05f16d328249b17a88d22247b5d5f521f743.tar.gz
Merge r1827534 from trunk:
configure: fix detection of net/if.h on openbsd. Depends on sys/socket.h. PR-61976. Proposed by: David Carlier <devnexen gmail.com> Reviewed by: ylavic git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1828284 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 03240d102..3bd0d11b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 1.6.4
+ *) configure: Fix detection of <net/if.h> on OpenBSD.
+ PR 61976. [David Carlier <devnexen gmail.com>, Yann Ylavic]
+
*) Fix apr_parse_addr_port() regression in scope_id parsing introduced
in 1.6.3. [Rainer Jung]