summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2008-05-15 15:18:35 +0000
committerjkar8572 <jkar8572>2008-05-15 15:18:35 +0000
commit3daae6e86add495fdbc94ec5d2fe5540b9f509bc (patch)
treec64c33ebfe4ab1a6ef68776b837384ce552d58c5 /Changelog
parent77f313a7dae4239d71fbe8c56fa874fe998603dd (diff)
Fix repquota(8) to work with quotas over 4TB (Jan Kara, Michael Meier)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index fe58e6c..b0fdeb7 100644
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,11 @@
Changes in quota-tools from 3.16 to 3.17
+* Added quota_nld to the list of installed programs (Jan Kara)
* some typos fixes (Matthew Boyle)
* fixed possible segfault when unpriviledged user run edquota (Matthew Boyle)
* fixed format strings to use "%llu" and "%lld" instead of "%Lu" and "%Ld" (Ladislav Michnovic)
* removed ssl, resolv, lber from the list of LDAP libraries since we don't need them directly (Jan Kara)
* added limits.h include to quota_nld (Jan Kara)
+* fixed repquota to work with limits over 4 TB (Jan Kara, Michael Meier)
Changes in quota-tools from 3.15 to 3.16
* added information message about journaled quota to quotacheck (Jan Kara, Alex Tomas)