dovecot-2.0: Increased auth protocol's minor version to 1.

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 15 01:31:35 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/9bf8e8fce7f7
changeset: 10061:9bf8e8fce7f7
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 14 18:31:28 2009 -0400
description:
Increased auth protocol's minor version to 1.

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
src/auth/auth-master-interface.h     |    2 +-
src/lib-auth/auth-client-interface.h |    2 +-

diffs (23 lines):

diff -r 957dd8eb1e5a -r 9bf8e8fce7f7 src/auth/auth-master-interface.h
--- a/src/auth/auth-master-interface.h	Wed Oct 14 18:30:04 2009 -0400
+++ b/src/auth/auth-master-interface.h	Wed Oct 14 18:31:28 2009 -0400
@@ -6,6 +6,6 @@
 /* Major version changes are not backwards compatible,
    minor version numbers can be ignored. */
 #define AUTH_MASTER_PROTOCOL_MAJOR_VERSION 1
-#define AUTH_MASTER_PROTOCOL_MINOR_VERSION 0
+#define AUTH_MASTER_PROTOCOL_MINOR_VERSION 1
 
 #endif
diff -r 957dd8eb1e5a -r 9bf8e8fce7f7 src/lib-auth/auth-client-interface.h
--- a/src/lib-auth/auth-client-interface.h	Wed Oct 14 18:30:04 2009 -0400
+++ b/src/lib-auth/auth-client-interface.h	Wed Oct 14 18:31:28 2009 -0400
@@ -4,7 +4,7 @@
 /* Major version changes are not backwards compatible,
    minor version numbers can be ignored. */
 #define AUTH_CLIENT_PROTOCOL_MAJOR_VERSION 1
-#define AUTH_CLIENT_PROTOCOL_MINOR_VERSION 0
+#define AUTH_CLIENT_PROTOCOL_MINOR_VERSION 1
 
 /* GSSAPI can use quite large packets */
 #define AUTH_CLIENT_MAX_LINE_LENGTH 16384


More information about the dovecot-cvs mailing list