[dovecot-cvs] dovecot-sieve .cvsignore, 1.1.1.1, 1.2 INSTALL, NONE, 1.1 NEWS, 1.1.1.1, 1.2 README, 1.1.1.1, 1.2 configure.in, 1.1.1.1, 1.2

tss at dovecot.org tss at dovecot.org
Sun Nov 5 20:26:35 UTC 2006


Update of /var/lib/cvs/dovecot-sieve
In directory talvi:/tmp/cvs-serv32203

Modified Files:
	.cvsignore NEWS README configure.in 
Added Files:
	INSTALL 
Log Message:
Doing an actual v1.0 release.



Index: .cvsignore
===================================================================
RCS file: /var/lib/cvs/dovecot-sieve/.cvsignore,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- .cvsignore	11 Jun 2006 11:03:53 -0000	1.1.1.1
+++ .cvsignore	5 Nov 2006 20:26:32 -0000	1.2
@@ -4,7 +4,7 @@
 autom4te.cache
 config.cache
 config.guess
-lda-config.h
+dsieve-config.h
 config.log
 config.status
 config.sub
@@ -17,7 +17,7 @@
 stamp-h*
 stamp.h
 version.h
-lda-config.h.in
+dsieve-config.h.in
 .exrc
 install-sh
 missing

--- NEW FILE: INSTALL ---
Compiling
---------

First of all you'll need to have built Dovecot sources available. It's also
not a good idea to build the plugin against self-compiled Dovecot sources,
but then actually use a prebuilt binary package of Dovecot. That might work
if the Dovecot versions are the same, but it's not guaranteed.

./configure --with-dovecot=../dovecot-1.0
make
sudo make install

Configuring
-----------

See the wiki page: http://wiki.dovecot.org/LDA/Sieve

Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot-sieve/NEWS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- NEWS	11 Jun 2006 11:03:53 -0000	1.1.1.1
+++ NEWS	5 Nov 2006 20:26:32 -0000	1.2
@@ -0,0 +1,3 @@
+v1.0 2006-11-05  Timo Sirainen <tss at iki.fi>
+
+	* The first actual release

Index: README
===================================================================
RCS file: /var/lib/cvs/dovecot-sieve/README,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- README	11 Jun 2006 11:03:53 -0000	1.1.1.1
+++ README	5 Nov 2006 20:26:32 -0000	1.2
@@ -0,0 +1,3 @@
+See INSTALL on how to install this plugin.
+
+The libsieve is based on Cyrus v2.2's libsieve.

Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot-sieve/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- configure.in	11 Jun 2006 11:03:53 -0000	1.1.1.1
+++ configure.in	5 Nov 2006 20:26:32 -0000	1.2
@@ -1,4 +1,4 @@
-AC_INIT(dovecot-sieve, 0.1, [dovecot at dovecot.org])
+AC_INIT(dovecot-sieve, 1.0, [dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AC_CONFIG_HEADERS([dsieve-config.h])



More information about the dovecot-cvs mailing list