aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-06-07 10:19:48 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-06-07 10:21:16 -0400
commitaf948a41b803123973e262ed27c2ebfc431285e9 (patch)
tree441523cd70018ca2c83fdc16c9fcb60426d03de8 /ChangeLog
parentsrc{fix-gnustack.c,paxctl-ng.c}: portable error reporting (diff)
downloadelfix-af948a41b803123973e262ed27c2ebfc431285e9.tar.gz
elfix-af948a41b803123973e262ed27c2ebfc431285e9.tar.bz2
elfix-af948a41b803123973e262ed27c2ebfc431285e9.zip
ChangeLog: updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
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