summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2005-09-13 15:54:01 +0000
committerjkar8572 <jkar8572>2005-09-13 15:54:01 +0000
commit447597643f3c5a642ab8258477fa17e5b07fed41 (patch)
treea46ef176fbf83d3690674d791f5236c2c4502e14 /Changelog
parentadb7d506c74944fc76a140f7995323ad130092e8 (diff)
Fix handling of UID and GID - they are unsigned. (Matthew Kent)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7984e06..5927860 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
Changes in quota-tools from 3.13 to 3.14
+* made UID/GID prints unsigned (Matthew Kent)
* fixed very verbose printing for quotacheck (Jan Kara)
* fixed off-by-one bug in mount options parsing (Jan Kara)
* implemented nicer message formatting for warnquota(8) (Jan Kara)