diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-26 09:23:12 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-26 09:23:12 +0000 |
commit | 06022289eb29ae3475030d3fd5fd478839bbdc60 (patch) | |
tree | 8787a0ec70361ca17cdabfd5b36c8cda2ea2c5c8 /debian/changelog | |
parent | 00debd01a50ccde37a45f83940f3b07e4bee3155 (diff) |
Explicitly watch a "tube" - a named queue - to avoid stomping on
anything else running under beanstalkd.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7021fed..68a56f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +custodian (0.2-2) stable; urgency=low + + * Explicitly setup a "tube", which is a named queue. + This means we'll never stomp over the default queue + + -- Steve Kemp <steve@bytemark.co.uk> Sun, 25 Nov 2012 23:44:32 +0000 + custodian (0.2-1) stable; urgency=low * Updated to use the user-specified text on test-failure. |