commit: 6dfc8511b21f2806ab510fa2c63c45900a8702f0 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Jun 7 14:19:48 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Jun 7 14:19:48 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=6dfc8511
Update ChangeLog --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6511d94..8119307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2014-06-07 + + * Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to + make the code portable to musl (and BSD). + +2014-05-31 + + * Remove check from install-xattr which is messing up portage's install + wrapper. See https://bugs.gentoo.org/511984 + +2014-05-27 + + * Added ldd.py, a clone of ldd built on top of pyelftools + 2014-01-08 * Added install.wrapper.c for https://bugs.gentoo.org/465000
