local_scan ABI version incremented to 1.1
authorMagnus Holmgren <holmgren@lysator.liu.se>
Wed, 6 Dec 2006 09:46:03 +0000 (09:46 +0000)
committerMagnus Holmgren <holmgren@lysator.liu.se>
Wed, 6 Dec 2006 09:46:03 +0000 (09:46 +0000)
doc/doc-txt/ChangeLog
src/src/local_scan.h

index 86bc01f458fd9f1b69f522e50b72b2d4070fe7cb..72fdad599869e10bd8bc6d58d3cbaee50fe26124 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.441 2006/12/04 15:15:00 ph10 Exp $
+$Cambridge: 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
 -------------------------------------------
@@ -340,6 +340,11 @@ PH/49 Although default lookup types such as lsearch* or cdb*@ have always been
 
 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 01ec5ffc7b68b9107d1da430c2287e5d47810508..326cbdbd05c7cb662de7f788f6f0c46ecce82809 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/local_scan.h,v 1.7 2006/02/14 10:26:27 ph10 Exp $ */
+/* $Cambridge: 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 @@ each time a new feature is added (in a way that doesn't break backward
 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. */