From ac2f5cec52cbc402292fcf082e8cdc80a046288c Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 16 Sep 2011 13:21:59 +0100 Subject: Version bump --- debian/changelog | 9 +++++++++ lib/mauve/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.1