aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-07-05 14:03:09 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-07-05 14:03:09 +0100
commit8aff83ee0d1f47289535a4f317c21fdff4af63d6 (patch)
treeb93ef119231257fd8aac8ea1e4385f1efbd71588
parentf4c1559078f0408375551964de73a892b8a6a9be (diff)
Version bump
-rw-r--r--debian/changelog9
-rw-r--r--lib/mauve/version.rb2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9345a15..0d1c05c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mauvealert (3.10.0) stable; urgency=low
+
+ * Added URLs which can be polled for source lists
+ * Removed freeze/thaw functionality from the threads which hasn't been used
+ for a while.
+ * Threads are now checked to make sure they're running, and not stuck.
+
+ -- Patrick J Cherry <patrick@bytemark.co.uk> Thu, 05 Jul 2012 14:00:55 +0100
+
mauvealert (3.9.4) stable; urgency=low
* Clear cleared_at time if raised_at time is set on alert reception.
diff --git a/lib/mauve/version.rb b/lib/mauve/version.rb
index 9bd57e0..0b5c986 100644
--- a/lib/mauve/version.rb
+++ b/lib/mauve/version.rb
@@ -5,6 +5,6 @@ module Mauve
#
# Current version
- VERSION="3.9.4"
+ VERSION="3.10.0"
end