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:21:28 -0400
commit78ddc749c348f52263c7097d2077159210fabd8d (patch)
tree6051be084b7862e3ee7ea78340cf6f43a2315233
parentPrepare release 0.8.2 (diff)
downloadelfix-78ddc749c348f52263c7097d2077159210fabd8d.tar.gz
elfix-78ddc749c348f52263c7097d2077159210fabd8d.tar.bz2
elfix-78ddc749c348f52263c7097d2077159210fabd8d.zip
ChangeLog: updated
-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.