diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/Changelog | 9 | ||||
-rw-r--r-- | lib/exilog_config.pm | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -1 +1 @@ -0.5 +0.5.1 diff --git a/doc/Changelog b/doc/Changelog index f3d3c11..d6a8970 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,12 @@ +0.5.1 + - IPv6 address parsing + - Some queue management + - Better SQL quoting + - More misc stuff + - exilog-agent init.d runlevel script + - agent heartbeat (#115) + - Debian package (#122) + 0.5 - Feature: Add support for basic user access levels. - Feature: Add support to deliver,cancel and diff --git a/lib/exilog_config.pm b/lib/exilog_config.pm index 3f0fc53..c736b09 100644 --- a/lib/exilog_config.pm +++ b/lib/exilog_config.pm @@ -36,7 +36,7 @@ BEGIN { use vars qw( $config $version ); } -$version = "0.5"; +$version = "0.5.1"; $config = _read_ph("/etc/exilog/exilog.conf"); |