summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-01-09 11:27:45 +0000
committerjkar8572 <jkar8572>2004-01-09 11:27:45 +0000
commit4a83cdf5b56528dddef46773d2540cc51ed45102 (patch)
tree27ca6f04383311fbe18a784066fdb1b7fae41d79 /Changelog
parentde63cc7548b8f9a53b17ebbdd6a5c077de926517 (diff)
Fixed bug in warnquota.conf parsing. (Jan Kara)
Reverted change in kernel detection via sysctl() - sysctl() obsoleted in 2.6 (Jan Kara)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index dc9c107..d7ac286 100644
--- a/Changelog
+++ b/Changelog
@@ -10,6 +10,7 @@ Changes in quota-tools form 3.10 to 3.11
* warnquota(8) can avoid sending e-mail when user is over quota on mail partition (James Bourne)
* fixed bug in quotacheck(8) which counted directories twice sometimes (Jan Kara)
* edquota(8) now allows parameters in VISUAL/EDITOR env. params (Jan Kara)
+* reverted changes in detection of kernel from 3.10 - interface obsoleted in 2.6 kernel (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)