diff options
-rw-r--r-- | .hgtags | 1 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -49,3 +49,4 @@ d7f23dd4210254604e9a7d8a7d34abadd5725825 3.13.1 a6a5c0564ff4e958a07bcfb6819a4b7388d0f185 3.14.2 f8b47ed412a5e6f5cb1e76197778cee4b7a127c5 3.15.1 3faefc9553cfa72060ce435f36cb9ee66064ba95 3.15.2 +b245559b3b70af7c72a47bc223d27337af9938dc 3.15.3 diff --git a/debian/changelog b/debian/changelog index ce78eaf..d36e0dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mauvealert (3.15.3-1) stable; urgency=low + + * Further fix-ups to the alert notification suppression code. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Tue, 04 Dec 2012 14:08:47 +0000 + mauvealert (3.15.2-1) stable; urgency=low * Added "eager" loading when looking at event histories. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 4206dd2..f70abc4 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.15.2" + VERSION="3.15.3" end |