aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-05-20 22:20:54 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-05-20 22:20:54 -0400
commita497deb56c60ebc1d60e4c4352e432e107692808 (patch)
treee471a0ba601860f9eb15b43be6583db467910201 /ChangeLog
parentscripts/pax-mark: bash utility to do what the eclass does (diff)
downloadelfix-a497deb56c60ebc1d60e4c4352e432e107692808.tar.gz
elfix-a497deb56c60ebc1d60e4c4352e432e107692808.tar.bz2
elfix-a497deb56c60ebc1d60e4c4352e432e107692808.zip
ChangeLog: updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc7b00f..03ee71e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-05-20
+
+ * Bump to automake 1.12
+ * Add check if ELF_C_RDWR_MMAP is declared in libelf.h. This distinguishes
+ elfutils from libelf. The former will not build on uclibc, but the laster
+ does not provide ELF_C_RDWR_MMAP.
+ * Clean up the tests so they work for all combinations of --{en,dis}able-{pt,xt}pax
+ * Add a bash utility which does pax-marking like the eclass. This is for
+ build systems that do pax-marking during the build.
+
2012-12-28
* src/paxctl-ng.c: -L/-l alone report if PT_PAX/XATTR_PAX is supported.