diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 65 |
1 files changed, 65 insertions, 0 deletions
@@ -1,3 +1,68 @@ +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) +* typo fixes, message changes for easier i18n (Jan Kara) +* created Czech translation (Petr Pisar) +* store PID of quota_nld into lock file (Petr Pisar) +* warnquota: Fix manpage formatting (Jan Kara) +* warnquota: Allow specifying of filesystems to check (Jan Kara) +* add support for quotas on ext4 in system files (Jan Kara) +* quotaon: Remove duplicated check for hasquota() (Jan Kara) +* quotacheck: Fix warning about journaled quota for 3.0 and newer kernels (Jan Kara) +* edquota: Fix localication of time units (Jan Kara) +* rip out ALTFORMAT config option (Jan Kara) +* add support for dynamic RPC block to support larger quotas (Petr Pisar) +* check set limits fit into the range supported by RPC transport (Petr Pisar) +* do not report missing utmp record to syslog (Petr Pisar) + +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 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) +* do not count system inodes into quota for ext[234] (Jan Kara) +* improve detection of XFS kernel quota interface (Jan Kara) +* support of GFS2 filesystem (Christoph Hellwig) +* avoid memory corruption of NULL address (Petr Pisar) +* fixup typos in manpages (Michael Meskes) +* added german translation (Michael Bunk) +* added --enable-static-link configure option (Jan Kara) + Changes in quota-tools from 3.17 to 4.00-pre1 * don't try to set inode flags when getting them failed (Michalski Wojciech) * added liblber to the list of libraries needed for LDAP support (Michael Meskes) |