summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2003-04-08 13:10:59 +0000
committerjkar8572 <jkar8572>2003-04-08 13:10:59 +0000
commite84a11d9fb7414fb1ccc8d0887868980986c91f8 (patch)
tree7a9f355fab11424d6abcf8718a1bb62a4d1e5b66 /Changelog
parent2158ccb64cca134fe74d42199a68a965b93ff4dd (diff)
Quotacheck now does not add empty user structures in old quota format (Jan Kasprzak)
Quotacheck now remembers only hardlinked files and not all inodes with n_link > 1 (Jan Kara, Jan Kasprzak)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index bd938ab..ee6e3de 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
Changes in quota-tools from 3.08 to 3.09
+* quotacheck(8) now remembers only hardlinked files and not all inodes with
+ n_link > 1 (Jan Kara, Jan Kasprzak)
+* quotacheck(8) doesn't store structures for all users in old quota format (Jan Kasprzak)
* fixed minor bug in documentation (Jan Kara, Lucas Brasilino)
* repquota(8) handles multiple entries in /etc/passwd better (Jan Kara)
* made tools not to touch mountpoints mounted without quota options (Jan Kara)