summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-09 09:16:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-09 09:16:31 +0200
commit39f2afc8b8a60f09570fcf288e6899cdd42209ba (patch)
tree0882a0cee4028f851297c7b236b64da7464ccd5a
parent5742f9cdd0da18a3ddfb0a51a981637124a6ab25 (diff)
downloadrsyslog-39f2afc8b8a60f09570fcf288e6899cdd42209ba.tar.gz
rsyslog-39f2afc8b8a60f09570fcf288e6899cdd42209ba.tar.xz
rsyslog-39f2afc8b8a60f09570fcf288e6899cdd42209ba.zip
bumped interface version number to reflect change to message parsing
-rw-r--r--configure.ac2
-rw-r--r--runtime/modules.h5
2 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6b6a699d..e1bc248c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[3.21.5],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.21.6-Test1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_HEADERS([config.h])
diff --git a/runtime/modules.h b/runtime/modules.h
index 7d34bcf7..96016082 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -44,8 +44,11 @@
* rgerhards, 2008-03-04
* version 3 adds modInfo_t ptr to call of modInit -- rgerhards, 2008-03-10
* version 4 removes needUDPSocket OM callback -- rgerhards, 2008-03-22
+ * version 5 changes the way parsing works for input modules. This is
+ * an important change, parseAndSubmitMessage() goes away. Other
+ * module types are not affected. -- rgerhards, 2008-10-09
*/
-#define CURR_MOD_IF_VERSION 4
+#define CURR_MOD_IF_VERSION 5
typedef enum eModType_ {
eMOD_IN, /* input module */