summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2011-08-17 17:39:44 +0200
committerJan Kara <jack@suse.cz>2011-08-17 18:17:16 +0200
commit590d0dd9c551bf94abd377ddc55b050a2c381c5b (patch)
tree8c3bca2cef2589680b3a0d97aa475af77331f84d
parent1c3bc6d34439f353ea00239dc1ca31239823bb4f (diff)
downloadlinuxquota-590d0dd9c551bf94abd377ddc55b050a2c381c5b.tar.gz
Update version and changelogv4.00
-rw-r--r--Changelog28
-rw-r--r--configure.in2
2 files changed, 27 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index fb52bbe..149366f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,11 +1,35 @@
-Changes in quota-tools from 3.17 to 4.00-pre2
+Changes in quota-tools from 4.00-pre1 to 4.00
+* get_qf_name() does not check quota file presence (Petr Pisar)
+* report quotacheck failures by return code (Petr Pisar)
+* make global symbols static as possible (Petr Pisar)
+* implement repquota for filesystems without quota files (Jan Kara)
+* initialize v2r1 ddquot padding in dump (Jan Kara)
+* fix ddquot buffer leak (Petr Pisar)
+* fix check in setgraces() in setquota.c (Petr Pisar)
+* forbid grace time setting over RPC (Jan Kara)
+* fix synopsis and properly report errors during remote grace period setting (Jan Kara)
+* do not use real domains in warnquota example (Petr Pisar)
+* make RPC handle properly host names with colons (Jan Kara)
+* explain meaning of the second column in repquota output (Jan Kara)
+* initialize vfsold block and inode value boundaries for new quota file (Petr Pisar)
+* setquota manpage typo fix (John Bradshaw)
+* implement quotacheck for GFS2 (Abhijith Das)
+* add quotasync tool (Abhijith Das)
+* correct --no-mixed-pathnames documentation (Petr Pisar)
+* allow admin to not strip quota binaries while installing them (Jan Kara)
+* document --always-resolve at edquota and setquota (Petr Pisar)
+* comment example quotatab to silent warnquota (Petr Pisar)
+* improve comments in warnquota.conf (Ondrej Vasik)
+* fix help text for quotaoff (Ondrej Vasik)
+* make quota, setquota, and edquota recognize -h option (Ondrej Vasik)
* check whether set limits fit into range supported by quota format (Jan Kara)
+* add next3 support (Amir G)
* remove checking of filesystem type from hasquota() (Jan Kara)
* create quota-nfs.sh script for nicer quota(1) output formatting on some NFS clients (Jan Kara)
* add options for quota(1) modifying formatting of filesystem identificaion (Jan Kara)
* minor updates of manpages (Jan Kara)
* quotactl manpage was moved to man-pages package (Jan Kara)
-* fix quotaon to work properly with XFS filesystems (Eric Sandeen, Jan Kara )
+* fix quotaon to work properly with XFS filesystems (Eric Sandeen, Jan Kara)
* fix quotaon to print all informational messages only in verbose mode (Jan Kara)
* fix warnquota manpage to not speak about RPC (Jan Kara)
* fix repquota to get latest quota info header (Jan Kara)
diff --git a/configure.in b/configure.in
index 0601f86..2bc92f4 100644
--- a/configure.in
+++ b/configure.in
@@ -257,7 +257,7 @@ else
fi
AC_DEFINE_UNQUOTED([COMPILE_OPTS], ["$COMPILE_OPTS"], [Configuration options])
-AC_DEFINE([PACKAGE_VERSION], ["4.00-pre1"], [Version of quota tools])
+AC_DEFINE([PACKAGE_VERSION], ["4.00"], [Version of quota tools])
AC_SUBST(LIBMALLOC)
AC_SUBST(INSTMO)