dovecot-1.2: Released v1.2.10.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jan 25 01:40:53 EET 2010
details: http://hg.dovecot.org/dovecot-1.2/rev/ece9da037b7e
changeset: 9534:ece9da037b7e
user: Timo Sirainen <tss at iki.fi>
date: Mon Jan 25 01:32:51 2010 +0200
description:
Released v1.2.10.
diffstat:
2 files changed, 11 insertions(+), 1 deletion(-)
NEWS | 10 ++++++++++
configure.in | 2 +-
diffs (27 lines):
diff -r 2e36a3a75961 -r ece9da037b7e NEWS
--- a/NEWS Mon Jan 25 01:31:02 2010 +0200
+++ b/NEWS Mon Jan 25 01:32:51 2010 +0200
@@ -1,3 +1,13 @@ v1.2.9 2009-12-16 Timo Sirainen <tss at ik
+v1.2.10 2010-01-25 Timo Sirainen <tss at iki.fi>
+
+ + %variables now support %{host}, %{pid} and %{env:ENVIRONMENT_NAME}
+ everywhere.
+ + LIST-STATUS capability is now advertised
+ - maildir: Fixed several assert-crashes.
+ - imap: LIST "" inbox shouldn't crash when using namespace with
+ "INBOX." prefix.
+ - lazy_expunge now ignores non-private namespaces.
+
v1.2.9 2009-12-16 Timo Sirainen <tss at iki.fi>
* maildir: When saving, filenames now always contain ,S=<size>.
diff -r 2e36a3a75961 -r ece9da037b7e configure.in
--- a/configure.in Mon Jan 25 01:31:02 2010 +0200
+++ b/configure.in Mon Jan 25 01:32:51 2010 +0200
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.9],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.10],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE([foreign])
More information about the dovecot-cvs
mailing list