From fadccf2c6f0f1abc698d66706776b4159b30a0c5 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 4 Nov 2011 08:40:44 +0000 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 a67e957..e614843 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mauvealert (3.6.0) stable; urgency=low + + * Changed ack command to split on spaces or commas or both + * Fixed initscripts to, erm, work when VERBOSE is not set + * Robustificated XMPP some more + * Moved all timestamps into epoch time from regular timestamps + + -- Patrick J Cherry Fri, 04 Nov 2011 08:33:13 +0000 + mauvealert (3.5.10) stable; urgency=low * Fixed up Pop3Client class to work. diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb index 926d01f..c6db6b0 100644 --- a/lib/mauve/version.rb +++ b/lib/mauve/version.rb @@ -5,6 +5,6 @@ module Mauve # # Current version - VERSION="3.5.10" + VERSION="3.6.0" end -- cgit v1.2.1