X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=5430cfc701e4b99db026a9193b35011de9a2884f;hb=00994f78b1ff7fcd9481a3fd1559f1a77157adbb;hp=3b1d0a88a308ed29121beac07c72bf49d7a44d8e;hpb=e8f8ac4f6ed7623957c58005d188a1d75dac02ea;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index 3b1d0a8..5430cfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +userdir-ldap (0.3.56) unstable; urgency=low + + * There is a deadlock situation when ud-mailgate gets a mail claiming + to be from itself: + - ud-mailgate opens and locks the replay cache + - verification of the mail fails for whatever reason + - a reply is sent (to itself) + - exim tries to deliver the mail by directly calling ud-mailgate + - ud-mailgate tries to acquire the lock -> deadlock + Fix this by changing when we open the replay cache, and unlock it + as soon as we are done. + + -- Peter Palfrader Wed, 17 Dec 2008 12:54:10 +0100 + +userdir-ldap (0.3.55) unstable; urgency=low + + [ Joey Schulze ] + * Adjust boolean value detection code to use upper case letters in the + end. Enable it for all three boolean attributes. Widen tabular + display by one character so the description fits again. + [ Martin Zobel-Helas ] + * Copy new mailSpamOptOut to debianDeveloper accounts as well + + -- Joey Schulze Sun, 14 Dec 2008 02:55:41 +0100 + userdir-ldap (0.3.54) unstable; urgency=low [ Martin Zobel-Helas ]