From d2667671add2d9b97212ec8c3121e5287fdcaf16 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 23 Apr 2013 08:59:12 +0200 Subject: some minor additions to 7.3.11 --- ChangeLog | 1 + doc/history.html | 22 ++++++++++++++++++++-- runtime/Makefile.am | 1 + 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8fab44ee..696e6397 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ Version 7.3.11 [devel] 2013-04-23 - bugfix: imuxsock aborted under some conditions regression from ratelimiting enhancements - this was a different one to the one Tomas Heinrich patched. +- bugfix: timestamp problems in imkmsg --------------------------------------------------------------------------- Version 7.3.10 [devel] 2013-04-10 - added RainerScript re_extract() function diff --git a/doc/history.html b/doc/history.html index a06aaf5d..57b64004 100644 --- a/doc/history.html +++ b/doc/history.html @@ -118,7 +118,25 @@ use case. On February, 28th rsyslog 3.12.0 was released, the first version to contain expression support. This also meant that rsyslog from that date on supported all syslog-ng major features, but had a number of major features exlusive to it. With 3.12.0, I consider -rsyslog fully superior to syslog-ng (except for platform support).

Be sure to visit Rainer's syslog blog +rsyslog fully superior to syslog-ng (except for platform support).

+ +

Following the Fedora Developer's conference in Brno 2012, rsyslog +got very serious on implementing structured logging in +project Lumberjack (CEE) style. Project Lumberjack was a much broader +effort and brought closer collaboration with the syslog-ng folks, which +helped to maintain and improve interoperability. In the +late winter/spring/summer 2012 timeframe numerous engine enhancements +were made and plugins written (among them the first "official" interfaces +to the Linux audit subsystem). At the end of the year, this culminated in the +rsyslog 7, which not only implemented Lumberjack but also was the first one +to support full condition nesting in rsyslog.conf (and a ton of other features as +well). + +

In spring 2013 major new security features were engineered, +namely anonymization support, as well as log file signing and +encryption capabilities. + +

Be sure to visit Rainer's syslog blog to get some more insight into the development and futures of rsyslog and syslog in general. Don't be shy to post to either the blog or the rsyslog forums.

@@ -126,4 +144,4 @@ Don't be shy to post to either the blog or the - \ No newline at end of file + diff --git a/runtime/Makefile.am b/runtime/Makefile.am index ee5a3ef2..fd8dd3fd 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -18,6 +18,7 @@ librsyslog_la_SOURCES = \ im-helper.h \ obj-types.h \ sigprov.h \ + cryprov.h \ nsd.h \ glbl.h \ glbl.c \ -- cgit v1.2.3