dovecot-2.2: Released v2.1.0.
dovecot at dovecot.org
dovecot at dovecot.org
Fri Apr 12 20:34:54 EEST 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/7ea8f20e5195
changeset: 16283:7ea8f20e5195
user: Timo Sirainen <tss at iki.fi>
date: Thu Apr 11 22:38:54 2013 +0300
description:
Released v2.1.0.
diffstat:
NEWS | 106 +++++++++++-----------
configure.ac | 2 +-
doc/example-config/conf.d/11-object-storage.conf | 4 +
3 files changed, 60 insertions(+), 52 deletions(-)
diffs (140 lines):
diff -r cf898dbcbffb -r 7ea8f20e5195 NEWS
--- a/NEWS Thu Apr 11 19:06:25 2013 +0300
+++ b/NEWS Thu Apr 11 22:38:54 2013 +0300
@@ -1,54 +1,4 @@
-v2.2.rc7 2013-04-10 Timo Sirainen <tss at iki.fi>
-
- * checkpasword: AUTH_PASSWORD environment is no longer set.
- * Running dsync no longer triggers quota warnings.
-
- + dsync: Commit large transactions every 100 new messages, so if a
- large sync crashes it doesn't have to be restarted from the
- beginning.
- - replicator: doveadm commands and user list export may have skipped
- some users.
- - Various fixes to mailbox_list_index=yes
-
-v2.2.rc6 2013-04-08 Timo Sirainen <tss at iki.fi>
-
- * replicator: Don't create replicator-doveadm socket by default.
- This way doveadm replicator commands don't accidentally start an
- unconfigured replicator server.
- + replicator: Have remote dsync notify the remote replicator that
- a user was just synced. This way the replicators are kept roughly
- in sync.
- + Added ssl_client_ca_file to specify the CA certs as a file. This is
- needed (instead of ssl_client_ca_dir) in RedHat-based systems.
- + Added "doveadm fs" commands, mainly to debug lib-fs backends.
- - Mailbox list indexes weren't using proper file permissions based
- on the root directory.
-
-v2.2.rc5 2013-04-05 Timo Sirainen <tss at iki.fi>
-
- - A few small random fixes
-
-v2.2.rc4 2013-04-05 Timo Sirainen <tss at iki.fi>
-
- + Added "doveadm replicator" commands
- - Larger changes to lib-http and lib-ssl-iostream error handling.
- The API caller can now get the exact error message as a string.
- - Various bugfixes to LDAP changes in rc3
-
-v2.2.rc3 2013-03-20 Timo Sirainen <tss at iki.fi>
-
- + dsync: Support syncing ACLs (and Sieve scripts with Pigeonhole)
- + ldap: Support subqueries and value pointers, see
- http://wiki2.dovecot.org/AuthDatabase/LDAP/Userdb
- + postmaster_address setting: Expand %d to recipient's domain
- - Fixed a crash when decoding quoted-printable content.
- - dsync: Various bugfixes
-
-v2.2.rc2 2013-02-15 Timo Sirainen <tss at iki.fi>
-
- - rc1 wasn't actually usable in most configurations.
-
-v2.2.rc1 2013-02-15 Timo Sirainen <tss at iki.fi>
+v2.2.0 2013-04-11 Timo Sirainen <tss at iki.fi>
* When creating home directories, the permissions are copied from the
parent directory if it has setgid-bit set. For full details, see
@@ -89,6 +39,60 @@
+ LMTP proxy: Implemented XCLIENT extension for passing remote IP
address through proxy.
+v2.2.rc7 2013-04-10 Timo Sirainen <tss at iki.fi>
+
+ * checkpasword: AUTH_PASSWORD environment is no longer set.
+ * Running dsync no longer triggers quota warnings.
+
+ + dsync: Commit large transactions every 100 new messages, so if a
+ large sync crashes it doesn't have to be restarted from the
+ beginning.
+ - replicator: doveadm commands and user list export may have skipped
+ some users.
+ - Various fixes to mailbox_list_index=yes
+
+v2.2.rc6 2013-04-08 Timo Sirainen <tss at iki.fi>
+
+ * replicator: Don't create replicator-doveadm socket by default.
+ This way doveadm replicator commands don't accidentally start an
+ unconfigured replicator server.
+ + replicator: Have remote dsync notify the remote replicator that
+ a user was just synced. This way the replicators are kept roughly
+ in sync.
+ + Added ssl_client_ca_file to specify the CA certs as a file. This is
+ needed (instead of ssl_client_ca_dir) in RedHat-based systems.
+ + Added "doveadm fs" commands, mainly to debug lib-fs backends.
+ - Mailbox list indexes weren't using proper file permissions based
+ on the root directory.
+
+v2.2.rc5 2013-04-05 Timo Sirainen <tss at iki.fi>
+
+ - A few small random fixes
+
+v2.2.rc4 2013-04-05 Timo Sirainen <tss at iki.fi>
+
+ + Added "doveadm replicator" commands
+ - Larger changes to lib-http and lib-ssl-iostream error handling.
+ The API caller can now get the exact error message as a string.
+ - Various bugfixes to LDAP changes in rc3
+
+v2.2.rc3 2013-03-20 Timo Sirainen <tss at iki.fi>
+
+ + dsync: Support syncing ACLs (and Sieve scripts with Pigeonhole)
+ + ldap: Support subqueries and value pointers, see
+ http://wiki2.dovecot.org/AuthDatabase/LDAP/Userdb
+ + postmaster_address setting: Expand %d to recipient's domain
+ - Fixed a crash when decoding quoted-printable content.
+ - dsync: Various bugfixes
+
+v2.2.rc2 2013-02-15 Timo Sirainen <tss at iki.fi>
+
+ - rc1 wasn't actually usable in most configurations.
+
+v2.2.rc1 2013-02-15 Timo Sirainen <tss at iki.fi>
+
+ * See v2.2.0 notes
+
v2.1.13 2013-01-06 Timo Sirainen <tss at iki.fi>
- Some fixes to cache file changes in v2.1.11.
diff -r cf898dbcbffb -r 7ea8f20e5195 configure.ac
--- a/configure.ac Thu Apr 11 19:06:25 2013 +0300
+++ b/configure.ac Thu Apr 11 22:38:54 2013 +0300
@@ -2,7 +2,7 @@
# Be sure to update ABI version also if anything changes that might require
# recompiling plugins. Most importantly that means if any structs are changed.
-AC_INIT([Dovecot],[2.2.rc7],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.2.0],[dovecot at dovecot.org])
AC_DEFINE_UNQUOTED([DOVECOT_ABI_VERSION], "2.2.ABIv0($PACKAGE_VERSION)", [Dovecot ABI version])
AC_CONFIG_SRCDIR([src])
diff -r cf898dbcbffb -r 7ea8f20e5195 doc/example-config/conf.d/11-object-storage.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/example-config/conf.d/11-object-storage.conf Thu Apr 11 22:38:54 2013 +0300
@@ -0,0 +1,4 @@
+# Dovecot supports storing emails into various Object Storage Systems,
+# such as Amazon S3, Windows Azure, Dropbox and others.
+# See installation instructions and example configuration at
+# http://dl.dovecot.fi/obox/obox-example-config.txt
More information about the dovecot-cvs
mailing list