aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2012-01-26 15:01:56 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2012-01-26 15:02:41 +0100
commit179c677f25a22fbb6ec27a1163ad17e6430854b0 (patch)
treec5cf925107c54b1d8c5664762ceabf11d18d75bb /ChangeLog
parent9318a6b947b9379c85631d0e85532d9aac6f1115 (diff)
Add man pages for fusermount, mount.fuse and ulockmgr_server
Lifted from the Debian package. The man pages were written by Daniel Baumann and Bastien Roucaries
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00cd46e..a923872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-26 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Add man pages for fusermount, mount.fuse and ulockmgr_server.
+ Lifted from the Debian package. The man pages were written by
+ Daniel Baumann and Bastien Roucaries
+
2012-01-13 Miklos Szeredi <miklos@szeredi.hu>
* Disable symbol versions on MacOSX. Patch by Anatol Pomozov