summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-28 13:51:29 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-28 13:51:29 +0000
commit6780beb633929cb174fc109531b47362ac487f21 (patch)
tree5eb57422e61752cf1f37d7ec73b03b459ab4ed36
parente90ba3a4ae7425f2401bd8963f54e7907b34788e (diff)
downloadrsyslog-6780beb633929cb174fc109531b47362ac487f21.tar.gz
rsyslog-6780beb633929cb174fc109531b47362ac487f21.tar.xz
rsyslog-6780beb633929cb174fc109531b47362ac487f21.zip
preparing files for 3.10.4
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da56929f..9188624e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 3.10.4 (rgerhards), 2008-01-??
+---------------------------------------------------------------------------
Version 3.10.3 (rgerhards), 2008-01-28
- fixed a bug with standard template definitions (not a big deal) - thanks
to varmojfekoj for spotting it
@@ -7,6 +9,7 @@ Version 3.10.3 (rgerhards), 2008-01-28
spooling if the queue's in-memory queue is exhausted
- implemented a dynamic worker thread pool for processing incoming
messages; workers are started and shut down as need arises
+- implemented a run-time instrumentation debug package
- implemented the $MainMsgQueueSaveOnShutdown config directive
- implemented the $MainMsgQueueWorkerThreadMinimumMessages config directive
- implemented the $MainMsgQueueTimeoutWorkerThreadShutdown config directive
@@ -66,6 +69,14 @@ Version 3.10.0 (rgerhards), 2008-01-07
- much cleaner code due to new objects and removal of single-threading
mode
---------------------------------------------------------------------------
+Version 2.0.1 STABLE (rgerhards), 2008-01-24
+- fixed a bug in integer conversion - but this function was never called,
+ so it is not really a useful bug fix ;)
+- fixed a bug with standard template definitions (not a big deal) - thanks
+ to varmojfekoj for spotting it
+- fixed a bug that caused a potential hang in file and fwd output module
+ varmojfekoj provided the patch - many thanks!
+---------------------------------------------------------------------------
Version 2.0.0 STABLE (rgerhards), 2008-01-02
- re-release of 1.21.2 as STABLE with no modifications except some
doc updates
diff --git a/configure.ac b/configure.ac
index 3845da08..ff3903d3 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.10.3],[rsyslog@lists.adiscon.com.])
+AC_INIT([rsyslog],[3.10.4],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])