root 2006/12/06 09:46:03 GMT
Modified files:
exim-doc/doc-txt ChangeLog
exim-src/src local_scan.h
Log:
local_scan ABI version incremented to 1.1
Revision Changes Path
1.442 +5 -0 exim/exim-doc/doc-txt/ChangeLog
1.8 +1 -1 exim/exim-src/src/local_scan.h
Index: ChangeLog
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -r1.441 -r1.442
--- ChangeLog 4 Dec 2006 15:15:00 -0000 1.441
+++ ChangeLog 6 Dec 2006 09:46:03 -0000 1.442
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.441 2006/12/04 15:15:00 ph10 Exp $
+$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.442 2006/12/06 09:46:03 magnus Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -339,6 +339,11 @@
* or *@ was used with a query-style lookup.
PH/50 Increased the value of DH_BITS in tls-gnu.c from 768 to 1024.
+
+MH/01 local_scan ABI version incremented to 1.1. It should have been updated
+ long ago, but noone interested enough thought of it. Let's just say that
+ the "1.1" means that there are some new functions that weren't there at
+ some point in the past.
Exim version 4.63
Index: local_scan.h
===================================================================
RCS file: /home/cvs/exim/exim-src/src/local_scan.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- local_scan.h 14 Feb 2006 10:26:27 -0000 1.7
+++ local_scan.h 6 Dec 2006 09:46:03 -0000 1.8
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/exim-src/src/local_scan.h,v 1.7 2006/02/14 10:26:27 ph10 Exp $ */
+/* $Cambridge: exim/exim-src/src/local_scan.h,v 1.8 2006/12/06 09:46:03 magnus Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -100,7 +100,7 @@
compatibility). */
#define LOCAL_SCAN_ABI_VERSION_MAJOR 1
-#define LOCAL_SCAN_ABI_VERSION_MINOR 0
+#define LOCAL_SCAN_ABI_VERSION_MINOR 1
/* Structure definitions that are documented as visible in the function. */