diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 82bf20d..3dee2a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.4.2) stable; urgency=low + + * Improved polling interval timing. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 19 Aug 2011 16:56:33 +0100 + mauvealert (3.4.1) stable; urgency=low * Fixed note in alert acknowledgement box diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 3e9ecec..1c9b8d7 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -1,5 +1,5 @@ module Mauve - VERSION="3.4.1" + VERSION="3.4.2" end |