summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2003-12-21 21:48:08 +0000
committerjkar8572 <jkar8572>2003-12-21 21:48:08 +0000
commit9e86f62b400c4b178751fbe0af85a8d1dc7372b5 (patch)
tree77a1a3528632fd46c2adf3b225c13acfcf58f40c /Changelog
parent3c0919136fe7bb301c85a656f326b64859a4735b (diff)
Implemented parsing of comma-separated list of filesystem types in fstab (Jan Kara)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ea60a86..6534a05 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,7 @@ Changes in quota-tools form 3.10 to 3.11
* added -T flag to quot(8) to avoid truncation of names (Andre Nathan)
* added -q flag to quot(8) to avoid sorting of names (Andre Nathan)
* added #include <paths.h> in quotasys.c to avoid compile problems on some systems (Jan Kara)
+* changed detection of filesystem to be able to parse comma separated list (Jan Kara)
Changes in quota-tools from 3.09 to 3.10
* alternative port can be specified to rpc.rquotad by -p option (Jan Kara)