summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2014-02-01 00:09:35 +1100
committerCraig Small <csmall@enc.com.au>2014-02-01 00:09:35 +1100
commitbac7454d3bf9fb59092f105a4282ee82a568c892 (patch)
tree3ad69f07e5c7dd680e8749e613366c8a286ee544 /ChangeLog
parent87702a095569d8de8d80c0b16a7260d194c80645 (diff)
fuser -M and -m flags work either way
Previously fuser -M -m /dir worked while fuser -m /dir -M would not limit the search. This change means either way will work. References: http://bugs.debian.org/606178 Signed-off-by: Craig Small <csmall@enc.com.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de416e6..fd1cccf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ Changes in 22.21
* pstree shows proper thread names SF Bug#57
* pstree shows namespace options SF Patch#30
* killall.1 minor fixes SF Bug#59
+ * peekfd for m68k SF Patch#31
+ * Fixing some derefefed pointers SF Patch#32
+ * Minor typos in man pages SF Bug#61 Bug#60
+ * fuser -m and -M flags work either way Debian #606178
Changes in 22.20
================