diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
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 |