summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 71e9e4f..f34fbaf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1376,3 +1376,10 @@ examples/autoconf/RL_LIB_READLINE_VERSION
- include <stdlib.h> in the AC_TRY_RUN block to accommodate compilers
that treat functions without an existing prototype as fatal errors.
Report and fix from Florian Weimer <fweimer@redhat.com>
+
+ 12/13
+ -----
+support/shlib-install
+ - remove old code for FreeBSD and Dragonfly; they are ELF-only now and
+ can use the same code as Linux. Fix from
+ Baptiste Daroussin <bapt@FreeBSD.org>