summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--doc/status.html4
-rw-r--r--version.h2
3 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 90f5f0a6..712867bc 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@
Version 1.13.4 (RGer), 2007-06-18
- added a new property "PRI-text", which holds the PRI field in
textual form (e.g. "syslog.info")
+- added alias "syslogseverity" for "syslogpriority", which is a
+ misleading property name that needs to stay for historical
+ reasons (and backward-compatility)
+- added doc on how to record PRI value in log file
- enhanced signal handling in klogd, including removal of an unsafe
call to the logging system during signal handling
---------------------------------------------------------------------------
diff --git a/doc/status.html b/doc/status.html
index 0d73b211..1152e6dc 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -6,8 +6,8 @@
<h2>rsyslog status page</h2>
<p>This page reflects the status as of 2007-02-05.</p>
<h2>Current Releases</h2>
-<p><b>development:</b> 1.13.3 - <a href="http://www.rsyslog.com/Article68.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-32.phtml">download</a></p>
+<p><b>development:</b> 1.13.4 - <a href="http://www.rsyslog.com/Article71.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-33.phtml">download</a></p>
<p><b>stable:</b> 1.0.4 - <a href="http://www.rsyslog.com/Article54.phtml">change log</a> -
<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-26.phtml">download</a></p>
<p>&nbsp;(<a href="version_naming.html">How are versions named?</a>)</p>
diff --git a/version.h b/version.h
index d3dfe68e..3e059be7 100644
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
#define VERSION "1.13"
-#define PATCHLEVEL "3"
+#define PATCHLEVEL "4"