changeset 9534:ece9da037b7e HEAD 1.2.10

Released v1.2.10.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Jan 2010 01:32:51 +0200
parents 2e36a3a75961
children ade3717fef5f
files NEWS configure.in
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.10 2010-01-25  Timo Sirainen <tss@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@iki.fi>
 
 	* maildir: When saving, filenames now always contain ,S=<size>.
--- 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_INIT([Dovecot],[1.2.9],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[1.2.10],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])