changeset 4132:66d6fd7c368e HEAD

1.0.beta5 released
author Timo Sirainen <tss@iki.fi>
date Tue, 04 Apr 2006 11:42:53 +0300
parents c12bb541f925
children 80eeec535031
files NEWS TODO configure.in
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Apr 04 11:33:11 2006 +0300
+++ b/NEWS	Tue Apr 04 11:42:53 2006 +0300
@@ -1,3 +1,8 @@
+v1.0.beta5 2006-04-04  Timo Sirainen <tss@iki.fi>
+
+	- Beta4's SSL proxying rewrite worked worse than I thought.
+	  Reverted it back to original code.
+
 v1.0.beta4 2006-04-02  Timo Sirainen <tss@iki.fi>
 
 	* Changed the default lock_method back to fcntl. Apparently flock
--- a/TODO	Tue Apr 04 11:33:11 2006 +0300
+++ b/TODO	Tue Apr 04 11:42:53 2006 +0300
@@ -1,3 +1,8 @@
+ - dovecot-master loops forever trying to create log pipes if it runs out
+   of fds.
+ - trying to select non-existing mailbox with LF in its name prints the
+   LF in error reply. also should we try to prevent CR/LFs from being used
+   in mailbox names completely?..
 Warning: Our dotlock file /home/cras/.dovecot.convert.lock was modified (1143843911 vs 1143843915), assuming it wasn't overridden (kept it -4 secs)
  - convert-tool copied mbox INBOX into ~/Maildir/.inbox/
  - convert-tool doesn't read dovecot.conf
--- a/configure.in	Tue Apr 04 11:33:11 2006 +0300
+++ b/configure.in	Tue Apr 04 11:42:53 2006 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.beta4],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.0.beta5],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE