aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-10 18:37:53 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-10 18:37:53 -0500
commit83520307969cc118b41f155bed6caebbea87ee6f (patch)
tree44feeb80df3b4244cf6bbf1d153f977a2315b958 /ChangeLog
parentsrc/paxctl-ng.c: print success doesn't count to exit code (diff)
downloadelfix-83520307969cc118b41f155bed6caebbea87ee6f.tar.gz
elfix-83520307969cc118b41f155bed6caebbea87ee6f.tar.bz2
elfix-83520307969cc118b41f155bed6caebbea87ee6f.zip
ChangeLog: updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f2533c..5b19976 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
2012-11-10
- * Fixes a typo in revdep-pax script and documentation
- * Make both PT_PAX and xattr PAX optionally enabled/disabled in
+ * fix a typo in revdep-pax script and documentation
+ * make both PT_PAX and xattr PAX optionally enabled/disabled in
configure.ac and propagated to src/paxctl-ng.c and script/paxmodule.c
+ * add -L -l which limits markings to only PT_PAX or XT_PAX when
+ both are possible
+ * add -d which deletes the XT_PAX xattr field
+ * silently ignore non-applicable command line flags so there is
+ more flexibility in scripting
+ * add proper exit code handling
2012-07-29