summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-28 10:03:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-28 10:03:14 +0200
commit7405a3057003bab0361a111b0f9d013b881b6db0 (patch)
treebc7675169def14d18307423b39797de883e4abaa
parent9517e19b6427c295e206ece9562ce70f4a6d7044 (diff)
downloadrsyslog-7405a3057003bab0361a111b0f9d013b881b6db0.tar.gz
rsyslog-7405a3057003bab0361a111b0f9d013b881b6db0.tar.xz
rsyslog-7405a3057003bab0361a111b0f9d013b881b6db0.zip
begun rsyslog v5 branch (for ultra-reliable queue)
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c5742f4..877a987e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+---------------------------------------------------------------------------
+Version 5.1.1 [DEVEL] (rgerhards), 2009-??-??
- added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize
configuration directives
- implemented a new transactional output module interface which provides
diff --git a/configure.ac b/configure.ac
index 66f1cab1..fc8cdc36 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],[4.3.1],[rsyslog@lists.adiscon.com])
+rC_INIT([rsyslog],[5.1.1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_MACRO_DIR([m4])