diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-06-08 10:35:33 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-06-08 10:35:33 +0100 |
commit | d0e6d754848b97c7a2b93f2af739bdd1322a389a (patch) | |
tree | 3edd0f4e5f44fc78095454203df5f5e9f7e9003a | |
parent | 4f6ff88393027210d8710bee1d2b1b329a426922 (diff) |
Version bump
-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 |