aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-12-12 10:48:16 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-12-12 10:48:16 +0000
commit403d332c13a3a6f27e6f5c09f3d0820ce5fad42b (patch)
tree91f5be25120e51d54d3bdea340c3eb0e271ba64b
parentbe4a30ee02704b591f45fe12e1546739bf35f1cb (diff)
version bump
-rw-r--r--debian/changelog6
-rw-r--r--lib/mauve/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d78701..7a7bddd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mauvealert (3.15.6-1) stable; urgency=low
+
+ * Alert fields are now truncated if they're too long.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 12 Dec 2012 10:47:28 +0000
+
mauvealert (3.15.5-1) stable; urgency=low
* Fixed bug whereby alerts cleared by a "replace" flag were not sending
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index f332184..0014105 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.15.5"
+ VERSION="3.15.6"
end