From 986309c531395d55f703dffa1af03d1e8d936fb0 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 18 Jun 2007 10:08:26 +0000 Subject: finalizing for release 1.13.4 --- NEWS | 4 ++++ doc/status.html | 4 ++-- version.h | 2 +- 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 @@

rsyslog status page

This page reflects the status as of 2007-02-05.

Current Releases

-

development: 1.13.3 - change log - -download

+

development: 1.13.4 - change log - +download

stable: 1.0.4 - change log - download

 (How are versions named?)

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" -- cgit