diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-12-12 23:23:02 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-12-12 23:23:02 +0100 |
commit | b06044b1b31033c6c1ad5e28a7eb427b5f5fde5f (patch) | |
tree | 7d9720013a9de9b419d34a6cc70b3d9212dc8f94 | |
parent | f8a8bc98f9a77d24e0fce2abd73c9512bcf26f2d (diff) | |
download | exilog-b06044b1b31033c6c1ad5e28a7eb427b5f5fde5f.zip exilog-b06044b1b31033c6c1ad5e28a7eb427b5f5fde5f.tar.gz exilog-b06044b1b31033c6c1ad5e28a7eb427b5f5fde5f.tar.bz2 |
set version to 0.5.1, update Changelog
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-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"); |