From 315288a4c07965f9320dba9d357ba136f6e47282 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 3 May 2010 12:10:39 +0200 Subject: preparing for 5.5.4 release --- ChangeLog | 5 +++-- configure.ac | 2 +- doc/manual.html | 2 +- tests/pipe_noreader.sh | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 60f82c0d..e8793df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,13 @@ --------------------------------------------------------------------------- -Version 5.5.4 [DEVEL] (rgerhards), 2010-04-?? +Version 5.5.4 [DEVEL] (rgerhards), 2010-05-03 +- This version offers full support for Solaris on Intel and Sparc - bugfix: problems with atomic operations emulaton replaced atomic operation emulation with new code. The previous code seemed to have some issue and also limited concurrency severely. The whole atomic operation emulation has been rewritten. - bugfix: netstream ptcp support class was not correctly build on systems without epoll() support -- bugfix: [NOT YET FIXED] segfault on Solaris/Sparc +- bugfix: segfault on Solaris/Sparc --------------------------------------------------------------------------- Version 5.5.3 [DEVEL] (rgerhards), 2010-04-09 - added basic but functional support for Solaris diff --git a/configure.ac b/configure.ac index a2434b78..653edfb2 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],[5.5.3],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[5.5.4],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/doc/manual.html b/doc/manual.html index 8ab61609..43395cec 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -19,7 +19,7 @@ rsyslog support available directly from the source!

Please visit the rsyslog sponsor's page to honor the project sponsors or become one yourself! We are very grateful for any help towards the project goals.

-

This documentation is for version 5.5.3 (devel branch) of rsyslog. +

This documentation is for version 5.5.4 (devel branch) of rsyslog. Visit the rsyslog status page to obtain current version information and project status.

If you like rsyslog, you might diff --git a/tests/pipe_noreader.sh b/tests/pipe_noreader.sh index 8dea0818..b2c46581 100755 --- a/tests/pipe_noreader.sh +++ b/tests/pipe_noreader.sh @@ -15,8 +15,8 @@ echo =============================================================================== echo TEST: \[pipe_noreader.sh\]: test for pipe writing without reader # uncomment for debugging support: -export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" -export RSYSLOG_DEBUGLOG="log" +#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" +#export RSYSLOG_DEBUGLOG="log" source $srcdir/diag.sh init mkfifo ./rsyslog.pipe source $srcdir/diag.sh startup pipe_noreader.conf -- cgit v1.2.3