[dovecot-cvs] dovecot/src Makefile.am,1.8,1.9
cras at dovecot.org
cras at dovecot.org
Sat Oct 16 02:12:53 EEST 2004
- Previous message: [dovecot-cvs] dovecot configure.in,1.185,1.186
- Next message: [dovecot-cvs] dovecot/doc Makefile.am, 1.8, 1.9 dovecot-mysql.conf,
1.3, NONE dovecot-pgsql.conf, 1.5, NONE dovecot-sql.conf, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src
In directory talvi:/tmp/cvs-serv14242/src
Modified Files:
Makefile.am
Log Message:
Created generic asynchronous SQL API and implemented MySQL and PostgreSQL
drivers. MySQL is implemented synchronously because it's API doesn't provide
async way to do it.
Replaced pgsql and mysql userdb/passdb with generic sql userdb/passdb.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 28 Jul 2004 15:39:29 -0000 1.8
+++ Makefile.am 15 Oct 2004 23:12:51 -0000 1.9
@@ -2,4 +2,4 @@
POP3D = pop3-login pop3
endif
-SUBDIRS = lib lib-ntlm lib-settings lib-charset lib-mail lib-imap lib-index lib-storage lib-auth auth master login-common imap-login imap $(POP3D) util
+SUBDIRS = lib lib-sql lib-ntlm lib-settings lib-charset lib-mail lib-imap lib-index lib-storage lib-auth auth master login-common imap-login imap $(POP3D) util
- Previous message: [dovecot-cvs] dovecot configure.in,1.185,1.186
- Next message: [dovecot-cvs] dovecot/doc Makefile.am, 1.8, 1.9 dovecot-mysql.conf,
1.3, NONE dovecot-pgsql.conf, 1.5, NONE dovecot-sql.conf, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list