summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2012-08-23 21:08:07 +0200
committerJan Kara <jack@suse.cz>2012-08-23 21:08:07 +0200
commit731b95268283e6bfdacc08ee602d33141bcfe7fc (patch)
treef575e14649e6f2600b1d4c09097edcba838356c6
parent21155868a845f498ce57f8033d1317397d6bf260 (diff)
downloadlinuxquota-731b95268283e6bfdacc08ee602d33141bcfe7fc.tar.gz
Release quota-tools 4.01v4.01
Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--Changelog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 84020a7..a6294cd 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,8 @@
Changes in quota-tools from 4.00 to 4.01
+* fix compilation failure with --enable-bsd_behaviour=no (Jan Kara)
+* fix quota(1) for NFS mountpoints (Jan Kara)
+* fix reporting of huge quota limits over rpc (Jan Kara)
+* fix repquota to report all users on XFS (Jan Kara)
* fixed edquota(8) for more users (Jan Kara)
* remove fixed limit on number of autofs mount points (Jan Kara)
* add quota type names to message catalogue (Jan Kara)
diff --git a/configure.in b/configure.in
index ccfe4bb..00f1285 100644
--- a/configure.in
+++ b/configure.in
@@ -249,7 +249,7 @@ else
fi
AC_DEFINE_UNQUOTED([COMPILE_OPTS], ["$COMPILE_OPTS"], [Configuration options])
-AC_DEFINE([PACKAGE_VERSION], ["4.00"], [Version of quota tools])
+AC_DEFINE([PACKAGE_VERSION], ["4.01"], [Version of quota tools])
AC_SUBST(LIBMALLOC)
AC_SUBST(INSTMO)