summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-01-05 09:34:42 +0000
committerjkar8572 <jkar8572>2004-01-05 09:34:42 +0000
commit07c4d96601d69b589321316a2c46cc839d2448b2 (patch)
treecb07ac47bce6cfe8cc32ffb1ff8ccac386db2641 /Changelog
parentac836075998abb743c0f53f66d45db2d504f5485 (diff)
warnquota(8) supports getting of e-mail address via LDAP (James Bourne)
warnquota(8) supports checking whether user is not over quota on mail partition (James Bourne) fixed typo in quotacheck.8 (Noel Koethe)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9b83e4f..0180087 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,10 @@ Changes in quota-tools form 3.10 to 3.11
* 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)
* fixed bug in quotacheck(8) which counted wrongly files larger than 2GB (Posta Zoltan)
+* fixed compile problem with quotacheck and new kernels (Michael Meskes, Jan Kara)
+* fixed typo in quotacheck manpage (Noel Koethe)
+* warnquota(8) can get mail addresses via LDAP (James Bourne)
+* warnquota(8) can avoid sending e-mail when user is over quota on mail partition (James Bourne)
Changes in quota-tools from 3.09 to 3.10
* alternative port can be specified to rpc.rquotad by -p option (Jan Kara)