summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2020-11-09 16:32:46 +0100
committerJan Kara <jack@suse.cz>2020-11-09 16:57:19 +0100
commit0acd4cc6275122fd9864cb7b5d349e65a2622920 (patch)
treebec1577aa241f663a2d2c3d9d04a55a474195e0c
parent11581d204b832ad419ccb8187e954efd0605116a (diff)
downloadlinuxquota-0acd4cc6275122fd9864cb7b5d349e65a2622920.tar.gz
Release quota-tools 4.06v4.06
-rw-r--r--Changelog35
-rw-r--r--configure.ac2
2 files changed, 36 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 068e090..734f00e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,38 @@
+Changes in quota-tools from 4.05 to 4.06
+* Remove quot tool (Jan Kara)
+* quotacheck,quotaon: Suggest using quota feature for ext4 (Jan Kara)
+* quota: Add --filesystem option (Jan Kara)
+* quota: Add synopsis for project quota (Jan Kara)
+* Handle grace time overflows for XFS quotas (Jan Kara)
+* Support grace period expirations past y2038 for XFS (Darrick J. Wong)
+* Fix limits setting on XFS filesystem (Jan Kara)
+* quota-tools: Set FS_DQ_TIMER_MASK for individual xfs grace times (Eric Sandeen)
+* quota-tools: pass quota type to QCMD for Q_XFS_GETQSTAT (Eric Sandeen)
+* Fix ignoring disabled quotas (Petr Písař)
+* warnquota: Initialize all members of a configparams structure (Petr Písař)
+* warnquota: Free LDAP error message (Petr Písař)
+* Make a directory for quota_nld PID file configurable (Petr Písař)
+* warnquota: Clarify that CC_TO gets resolved through LDAP (Jan Kara)
+* warnquota: Print also additional error info for LDAP errors (Jan Kara)
+* warnquota: Properly detect LDAP errors (Jan Kara)
+* warnquota: Do not ignore errors in config file (Jan Kara)
+* warnquota: Fix help text (Jan Kara)
+* quotacheck: Skip checking of filesystems with hidded quota files early (Jan Kara)
+* quotaops: Make error string translatable (Jan Kara)
+* rpc: Clarify error message when cannot connect to rpc.rquotad (Jan Kara)
+* setquota: Report failure to obtain quota information (Jan Kara)
+* quotaops: Do not leak dquot structures on failure (Jan Kara)
+* quotaops: Do not return partial list from getprivs() (Jan Kara)
+* Make messages about failures for NFS consistent with local filesystems (Jan Kara)
+* Delete old documentation (Jan Kara)
+* COPYING: Update mailing address (Jan Kara)
+* edquota: Remove forgotten license header (Jan Kara)
+* configure.ac: add --disable-pie option (Fabrice Fontaine)
+* warnquota: Improve examples in warnquota.conf (Jan Kara)
+* Avoid tampering with user CFLAGS (Dmitry V. Levin)
+* Revert "configure.ac: fix pkg_check_modules calls" (Dmitry V. Levin)
+* Makefile.am: link with INTLLIBS (Fabrice Fontaine)
+
Changes in quota-tools from 4.04 to 4.05
* Use getrpcbynumber() instead of getrpcbynumber_r() (Jan Kara)
* configure.ac: fix pkg_check_modules calls (Fabrice Fontaine)
diff --git a/configure.ac b/configure.ac
index 3cb57c5..2239b49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ([2.60])
# Version informations
# ====================
m4_define([quota_version_major],[4])
-m4_define([quota_version_minor],[05])
+m4_define([quota_version_minor],[06])
m4_define([quota_version],[quota_version_major.quota_version_minor])
# =============