aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-09-16 13:21:59 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-09-16 13:21:59 +0100
commitac2f5cec52cbc402292fcf082e8cdc80a046288c (patch)
treefec393021850ed29c45e40fd62671c0e7603283b
parentc84005271fc037fa108344d28a1e91f72ae30fee (diff)
Version bump
-rw-r--r--debian/changelog9
-rw-r--r--lib/mauve/version.rb2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1fd50cf..9195150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mauvealert (3.5.9) stable; urgency=low
+
+ * Improve documentation in code
+ * Fix XMPP crash problem properly
+ * Fix XMPP acknowledge syntax for minutes, seconds, etc.
+ * Update template to remove colon between the subject and summary.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 16 Sep 2011 13:20:51 +0100
+
mauvealert (3.5.8) stable; urgency=low
* Added rescue clause to XMPP connect
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 2b35608..9a9355e 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.5.8"
+ VERSION="3.5.9"
end