dovecot-2.1-pigeonhole: Upgraded package version to 0.3.0 and up...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sat Nov 19 18:51:54 EET 2011


details:   http://hg.rename-it.nl/dovecot-2.1-pigeonhole/rev/c94b71745f38
changeset: 1548:c94b71745f38
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sat Nov 19 17:51:03 2011 +0100
description:
Upgraded package version to 0.3.0 and updated documentation.

diffstat:

 INSTALL                   |   2 +-
 NEWS                      |   4 ++++
 README                    |   2 +-
 TODO                      |  19 ++++++++++---------
 configure.in              |   2 +-
 doc/man/pigeonhole.7.in   |   4 ++--
 doc/man/sieve-dump.1.in   |   2 +-
 doc/man/sieve-filter.1.in |   2 +-
 doc/man/sieve-test.1.in   |   2 +-
 doc/man/sievec.1.in       |   2 +-
 10 files changed, 23 insertions(+), 18 deletions(-)

diffs (149 lines):

diff -r 7de7d7d01d55 -r c94b71745f38 INSTALL
--- a/INSTALL	Sat Nov 19 17:17:20 2011 +0100
+++ b/INSTALL	Sat Nov 19 17:51:03 2011 +0100
@@ -30,7 +30,7 @@
 
 or to a Dovecot source directory that is already compiled:
 
-./configure --with-dovecot=../dovecot-2.0.0
+./configure --with-dovecot=../dovecot-2.1.0
 make
 sudo make install
 
diff -r 7de7d7d01d55 -r c94b71745f38 NEWS
--- a/NEWS	Sat Nov 19 17:17:20 2011 +0100
+++ b/NEWS	Sat Nov 19 17:51:03 2011 +0100
@@ -1,3 +1,7 @@
+v0.3.0 [TO BE RELEASED] Stephan Bosch <stephan at rename-it.nl>
+
+
+
 v0.2.5 19-11-2011 Stephan Bosch <stephan at rename-it.nl>
 
 	+ Sieve vacation extension: made discard message for implicit delivery more
diff -r 7de7d7d01d55 -r c94b71745f38 README
--- a/README	Sat Nov 19 17:17:20 2011 +0100
+++ b/README	Sat Nov 19 17:51:03 2011 +0100
@@ -1,4 +1,4 @@
-Pigeonhole for Dovecot v2.0
+Pigeonhole for Dovecot v2.1
 
 Introduction
 ============
diff -r 7de7d7d01d55 -r c94b71745f38 TODO
--- a/TODO	Sat Nov 19 17:17:20 2011 +0100
+++ b/TODO	Sat Nov 19 17:51:03 2011 +0100
@@ -1,12 +1,6 @@
 Current activities:
 
-* Build a sieve tool to filter an entire existing mailbox through a Sieve 
-  script.
-	> Needs to have single mail transaction for each destination folder for
-	  all moved messages. Otherwise, partial failure cannot be prevented.
-	- Implement ability to group Sieve execution results of all processed messages
-	  into one big `Sieve transaction' object, which (among other things) keeps
-	  track of opened mailboxes and transactions. Is probably also more efficient.
+* Implement editheader extension
 
 Parallel plugin-based efforts:
 
@@ -19,6 +13,14 @@
 
 Next (mostly in order of descending priority/precedence):
 
+* Implement index extension
+* Build a sieve tool to filter an entire existing mailbox through a Sieve 
+  script.
+	> Needs to have single mail transaction for each destination folder for
+	  all moved messages. Otherwise, partial failure cannot be prevented.
+	- Implement ability to group Sieve execution results of all processed messages
+	  into one big `Sieve transaction' object, which (among other things) keeps
+	  track of opened mailboxes and transactions. Is probably also more efficient.
 * Update include extension to latest draft (v10 currently):
 	- Implement :optional tag.
 	- Implement required ManageSieve behavior
@@ -26,7 +28,6 @@
   (for efficiency).
 * Improve error handling. 
 	- Implement dropping errors in the user's mailbox as a mail message.
-* Implement index extension
 * Further develop regex extension and update it to the latest draft:
 	- Implement the :quoteregex set modifier
 	- Investigate the use of the TRE regexp library to gain UTF-8 capability
@@ -73,7 +74,7 @@
 * Build a server with test mail accounts that processes lots and lots of mail 
   (e.g. spam, mailing lists etc.)
 
-* ## MAKE A THIRD RELEASE (0.3.x) ##
+* ## MAKE A FOURTH MAIN RELEASE (0.4.x) ##
 
 * Implement extlists extension as a plugin
 * Enotify extension: detect use of variable values extracted from the message 
diff -r 7de7d7d01d55 -r c94b71745f38 configure.in
--- a/configure.in	Sat Nov 19 17:17:20 2011 +0100
+++ b/configure.in	Sat Nov 19 17:51:03 2011 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.2.5], [dovecot at dovecot.org], [dovecot-2.0-pigeonhole])
+AC_INIT([Pigeonhole], [0.3.0], [dovecot at dovecot.org], [dovecot-2.1-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])
diff -r 7de7d7d01d55 -r c94b71745f38 doc/man/pigeonhole.7.in
--- a/doc/man/pigeonhole.7.in	Sat Nov 19 17:17:20 2011 +0100
+++ b/doc/man/pigeonhole.7.in	Sat Nov 19 17:51:03 2011 +0100
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
-.TH "PIGEONHOLE" 7 "2010-03-05" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.TH "PIGEONHOLE" 7 "2011-11-19" "Pigeonhole for Dovecot v2.1" "Pigeonhole"
 .\"------------------------------------------------------------------------
 .SH NAME
 pigeonhole \- Overview of the Pigeonhole project\(aqs Sieve support for the
@@ -83,7 +83,7 @@
 Additional resources:
 .IP "Dovecot website"
 http://www.dovecot.org
-.IP "Dovecot v2.0 Wiki"
+.IP "Dovecot v2.x Wiki"
 http://wiki2.dovecot.org/Pigeonhole
 .IP "Pigeonhole website"
 http://pigeonhole.dovecot.org
diff -r 7de7d7d01d55 -r c94b71745f38 doc/man/sieve-dump.1.in
--- a/doc/man/sieve-dump.1.in	Sat Nov 19 17:17:20 2011 +0100
+++ b/doc/man/sieve-dump.1.in	Sat Nov 19 17:51:03 2011 +0100
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
-.TH "SIEVE\-DUMP" 1 "2011-10-04" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.TH "SIEVE\-DUMP" 1 "2011-11-19" "Pigeonhole for Dovecot v2.1" "Pigeonhole"
 .\"------------------------------------------------------------------------
 .SH NAME
 sieve\-dump \- Pigeonhole\(aqs Sieve script binary dump tool
diff -r 7de7d7d01d55 -r c94b71745f38 doc/man/sieve-filter.1.in
--- a/doc/man/sieve-filter.1.in	Sat Nov 19 17:17:20 2011 +0100
+++ b/doc/man/sieve-filter.1.in	Sat Nov 19 17:51:03 2011 +0100
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
-.TH "SIEVE\-FILTER" 1 "2011-10-04" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.TH "SIEVE\-FILTER" 1 "2011-11-19" "Pigeonhole for Dovecot v2.1" "Pigeonhole"
 .SH NAME
 sieve\-filter \- Pigeonhole\(aqs Sieve mailbox filter tool
 
diff -r 7de7d7d01d55 -r c94b71745f38 doc/man/sieve-test.1.in
--- a/doc/man/sieve-test.1.in	Sat Nov 19 17:17:20 2011 +0100
+++ b/doc/man/sieve-test.1.in	Sat Nov 19 17:51:03 2011 +0100
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
-.TH "SIEVE\-TEST" 1 "2011-10-04" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.TH "SIEVE\-TEST" 1 "2011-11-19" "Pigeonhole for Dovecot v2.1" "Pigeonhole"
 .SH NAME
 sieve\-test \- Pigeonhole\(aqs Sieve script tester
 .\"------------------------------------------------------------------------
diff -r 7de7d7d01d55 -r c94b71745f38 doc/man/sievec.1.in
--- a/doc/man/sievec.1.in	Sat Nov 19 17:17:20 2011 +0100
+++ b/doc/man/sievec.1.in	Sat Nov 19 17:51:03 2011 +0100
@@ -1,5 +1,5 @@
 .\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
-.TH "SIEVEC" 1 "2011-10-04" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.TH "SIEVEC" 1 "2011-11-19" "Pigeonhole for Dovecot v2.1" "Pigeonhole"
 .\"------------------------------------------------------------------------
 .SH NAME
 sievec \- Pigeonhole\(aqs Sieve script compiler


More information about the dovecot-cvs mailing list