diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/status.html | 8 |
3 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 5.5.2 [DEVEL] (rgerhards), 2009-11-?? +--------------------------------------------------------------------------- Version 5.5.1 [DEVEL] (rgerhards), 2009-11-27 - introduced the ablity for netstream drivers to utilize an epoll interface This offers increased performance and removes the select() FDSET size diff --git a/configure.ac b/configure.ac index 89c6c0ab..08eb24f3 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.1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[5.5.2],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/doc/status.html b/doc/status.html index 88a81181..30596913 100644 --- a/doc/status.html +++ b/doc/status.html @@ -2,12 +2,12 @@ <html><head><title>rsyslog status page</title></head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2009-11-18.</p> +<p>This page reflects the status as of 2009-11-27.</p> <h2>Current Releases</h2> -<p><b>v5 development:</b> 5.5.0 [2009-11-18] - -<a href="http://www.rsyslog.com/Article431.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-189.phtml">download</a> +<p><b>v5 development:</b> 5.5.1 [2009-11-27] - +<a href="http://www.rsyslog.com/Article433.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-190.phtml">download</a> <!-- not at the moment! <br> <b>v4 development:</b> 4.5.1 [2009-07-15] - |