summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)