diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-05-20 22:20:54 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-05-20 22:20:54 -0400 |
commit | a497deb56c60ebc1d60e4c4352e432e107692808 (patch) | |
tree | e471a0ba601860f9eb15b43be6583db467910201 | |
parent | scripts/pax-mark: bash utility to do what the eclass does (diff) | |
download | elfix-a497deb56c60ebc1d60e4c4352e432e107692808.tar.gz elfix-a497deb56c60ebc1d60e4c4352e432e107692808.tar.bz2 elfix-a497deb56c60ebc1d60e4c4352e432e107692808.zip |
ChangeLog: updated
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |