summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2004-01-05 09:02:34 +0000
committerjkar8572 <jkar8572>2004-01-05 09:02:34 +0000
commitac836075998abb743c0f53f66d45db2d504f5485 (patch)
treeac3bbbd73f677efe3d1a8f13bbffb5721b0b0602 /Changelog
parent9e86f62b400c4b178751fbe0af85a8d1dc7372b5 (diff)
Fixed bug in quotacheck - counted wrongly size of files >2GB (Posta Zoltan)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 6534a05..9b83e4f 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,7 @@ Changes in quota-tools form 3.10 to 3.11
* 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)
+* fixed bug in quotacheck(8) which counted wrongly files larger than 2GB (Posta Zoltan)
Changes in quota-tools from 3.09 to 3.10
* alternative port can be specified to rpc.rquotad by -p option (Jan Kara)