summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-07-24 08:38:22 -0400
committerAnthony G. Basile <blueness@gentoo.org>2012-07-24 08:38:22 -0400
commit9d8a6ebd3360b4752bf97ad1591a1b6382ab02c8 (patch)
treedced4dd4bbeb31fae2696480ab2b236087363db4
parentscripts/revdep-pax: simplify map reversal using setdefault (diff)
downloadelfix-9d8a6ebd3360b4752bf97ad1591a1b6382ab02c8.tar.gz
elfix-9d8a6ebd3360b4752bf97ad1591a1b6382ab02c8.tar.bz2
elfix-9d8a6ebd3360b4752bf97ad1591a1b6382ab02c8.zip
ChangeLog, THANKS: updated
-rw-r--r--ChangeLog18
-rw-r--r--THANKS3
2 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52c8749..b9092e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2012-07-24
+
+ * scripts/{revdep-pax,paxmodule.c,pypaxctl}: python2/3 compat
+ * src/{fix-gnustack.c,paxctl-ng.c}, scripts/paxmodule.c:
+ switch from ELF_C_RDWR_MMAP to ELF_C_RDWR to link again libelf
+ for uclibc systems
+ * scripts/revdep-pax: remove bare exception handling, catch only
+ exceptions which are well understood, eg pax.error
+ * scripts/revdep-pax: switch from subprocess.check_output to
+ subprocess.Popen for better behavior
+ * scripts/revdep-pax: add sanity checks for missing OBJECT, SONAME,
+ and LIBRARY passed on the command line
+ * scripts/revdep-pax: simplify map reversal using setdefault to
+ avoid a double loop
+
+ Thanks to Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ and Brian Dolbec <dolsen@gentoo.org>
+
2012-07-21
* scripts/revdep-pax: add option to only print out executables,
diff --git a/THANKS b/THANKS
index fc35d4b..2a7ce51 100644
--- a/THANKS
+++ b/THANKS
@@ -1,3 +1,6 @@
Kudos to
* pipacs <pageexec@freemail.hu>
+ * Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ * Brian Dolbec <dolsen@gentoo.org>
+