diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-21 17:47:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-21 17:47:53 +0000 |
commit | ffb27000431f744f2cec9d198d0a0d8cbb0bd405 (patch) | |
tree | 818d52f0e8791741d643b1024c09c3f6e2c01b9b /debian | |
parent | ee8e5261203bfb5964e7b14ef0137ad4c7b5137c (diff) |
* Add a test suite for the mercurial backend, contributed by Emanuele Aina.
* Add a test suite for the svn backend.
* Daemonize before sending RPC pings, since that can take a while
and/or hang.
* Daemonize before sending commit mails, as that can also take a long
time/hang if the mail server is unhappy.
* Factor out commit mail sending code into new function.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ed3b8fe6e..83864231a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,8 +27,15 @@ ikiwiki (1.34) UNRELEASED; urgency=low ikiwiki in nonstandard locations, including home directories, by just setting PREFIX at build time. * Fix nested examples directory in deb. - - -- Joey Hess <joeyh@debian.org> Mon, 20 Nov 2006 16:49:05 -0500 + * Add a test suite for the mercurial backend, contributed by Emanuele Aina. + * Add a test suite for the svn backend. + * Daemonize before sending RPC pings, since that can take a while + and/or hang. + * Daemonize before sending commit mails, as that can also take a long + time/hang if the mail server is unhappy. + * Factor out commit mail sending code into new function. + + -- Joey Hess <joeyh@debian.org> Tue, 21 Nov 2006 11:58:30 -0500 ikiwiki (1.33) unstable; urgency=low |