diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-09 17:06:54 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-09 17:06:54 +0100 |
commit | 7dfdd0f9c534edf45675ed8f6992ea9a6e311234 (patch) | |
tree | e3df6ccb7af5d99ff32f677d6dd18615ab38480d | |
parent | 39cf220fcd2955faae798623164efc48a10b8417 (diff) |
Version bump
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c7bcbad..f616336 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mauvealert (3.9.2) stable; urgency=low + + * Removed destroy XMPP command -- replaced with clear. + * no_one_in is now only called once per DuringRunner instance per + people_list to try and reduce hammering on the calendar. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 09 May 2012 17:05:43 +0100 + mauvealert (3.9.1) stable; urgency=low * Web interface now uses an ajax call to work out ack times, falling back to diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 1863a97..d20cdf0 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.9.1" + VERSION="3.9.2" end |