summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2015-12-18 15:00:34 +0100
committerJan Kara <jack@suse.cz>2015-12-18 15:00:34 +0100
commit55fb23a2268958e0ee4c235cddfe647de14880c0 (patch)
tree0e865bd9fd42de2af388d29a7ba663d34a8b1491
parent20f4d6338bc04b297df480c1a95cb5f60df499bf (diff)
downloadquota-tools-55fb23a2268958e0ee4c235cddfe647de14880c0.tar.gz
Release quota-tools 4.03v4.03
Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--Changelog28
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index b4356b0..8ae0c32 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,31 @@
+Changes in quota-tools from 4.02 to 4.03
+* Revive Changelog (Jan Kara)
+* Update release script to work with new build system (Jan Kara)
+* Make new build system use original versioning scheme (Jan Kara)
+* Automatic update of translation files (Jan Kara)
+* warnquota: Added StartTLS support (Ian Allison)
+* quota_nld: multicast project quota warnings via dbus (Masatake YAMATO)
+* Fix building of rquota.[ch] files (Jan Kara)
+* edquota: fix mtime check (Konstantin Khlebnikov)
+* Makefile.am: remove quotaoff symlink before install (Konstantin Khlebnikov)
+* warnquota: Fix some leaks in LDAP lookup code (Jan Kara)
+* warnquota: Don't CC empty names (Jan Kara)
+* Fix typos in German translation (Michael Meskes)
+* quota_nld: Fixup build (Jan Kara)
+* edquota: Do not unnecessarily overwrite limits/times (Jan Kara)
+* edquota: Fix error handling (Jan Kara)
+* edquota: Reopen the file with new grace times (Jan Kara)
+* edquota: Unify code for editing grace times and quota limits (Jan Kara)
+* Fix the po generating by accidentaly ignoring POTFILES.in file (Tomáš Chvátal)
+* Install example file to docs. (Tomáš Chvátal)
+* Ignore generated tarballs. (Tomáš Chvátal)
+* config.h.in is autogenerated. (Tomáš Chvátal)
+* Use just one define to determine if using ext2direct (Tomáš Chvátal)
+* Stop using deprecated ldap_perror (Tomáš Chvátal)
+* Refresh and fix the po files. (Tomáš Chvátal)
+* Create new autotools buildsystem (Tomáš Chvátal)
+* Add release script (Jan Kara)
+
Changes in quota-tools from 4.01 to 4.02
* Remove KERN_KNOWN_QUOTA_VERSION (Jan Kara)
* Skip NFS mounts without rquotad RPC service silently (Petr Písař)
diff --git a/configure.ac b/configure.ac
index 264ea63..960a618 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],[02])
+m4_define([quota_version_minor],[03])
m4_define([quota_version],[quota_version_major.quota_version_minor])
# =============