diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 16:39:35 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 16:39:35 +0000 |
commit | ca9fa56f548c6fbb1032f3bb0243af0b488f14fd (patch) | |
tree | 05a494fd5f794081733df6b3420b34a960103d39 /debian/changelog | |
parent | f8a7674bb63029eea5fc7f6e5a752e7db1fb399d (diff) |
Updated for a new release.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 78aa21f..8c8e91e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +custodian (2012:1122-1) stable; urgency=low + + * Overhauled much of the code: + - Test cases are now instantiated via a class-factory pattern. + - JSON is not used to serialize tests in the queue. + - The parser and the queue insertion are now decoupled. + - The test-suite is updated. + - Many classes were moved into the custodian name-space, and renamed. + - Many of the protocol tests were re-written to derive from the tcp-test. + + -- Steve Kemp <steve@bytemark.co.uk> Tue, 22 Nov 2012 16:44:16 +0000 + custodian (2012:1121-1) stable; urgency=low * The parsing of the configuration file(s) is now decoupled from |