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 f97b115..66003e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.15.13-1) stable; urgency=low + + * Switched off global socket reverse lookups. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 21 May 2013 14:34:15 +0100 + mauvealert (3.15.12-1) stable; urgency=low * Removed extra database lookup when receiving alert updates. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index e755416..d8a6aa1 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.15.12" + VERSION="3.15.13" end |