diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | lib/mauve/version.rb | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f616336..c672479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -mauvealert (3.9.2) stable; urgency=low +mauvealert (3.9.3) 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. + * Fixed notify_when_on_holiday/off_sick to actually work. + + -- Patrick J Cherry <patrick@bytemark.co.uk> Fri, 08 Jun 2012 10:32:23 +0100 + +mauvealert (3.9.2) stable; urgency=low + + * Removed destroy XMPP command -- replaced with clear. -- Patrick J Cherry <patrick@bytemark.co.uk> Wed, 09 May 2012 17:05:43 +0100 diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index d20cdf0..c40e319 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.9.2" + VERSION="3.9.3" end |