X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=debian%2Fchangelog;h=5430cfc701e4b99db026a9193b35011de9a2884f;hb=00994f78b1ff7fcd9481a3fd1559f1a77157adbb;hp=3ab4ed0d3313325a56bd0033c82efe5b372ce63f;hpb=480ae4d6dbb4efa7d73cc70ca8598cf0841df670;p=mirror%2Fuserdir-ldap.git diff --git a/debian/changelog b/debian/changelog index 3ab4ed0..5430cfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,42 @@ +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 ] * Add new attribute mailSpamOptOut to turn on/off spam filtering - entirely + entirely. + [ Joey Schulze ] * Add support for this attribute in ud-info taking into account that - only boolean values are acceptable - * ud-generate: Add IPv6 addresses to debianhosts - (Patch by Thomas Viehmann) + only boolean values are acceptable. + [ Thomas Viehmann ] + * ud-generate: Add IPv6 addresses to debianhosts. * ud-info, userdir_ldap.py: remove function getpass and use the one - from python standard library getpass - (Patch by Thomas Viehmann) + from python standard library getpass. - -- + -- Martin Zobel-Helas Sun, 14 Dec 2008 02:22:55 +0100 userdir-ldap (0.3.53) unstable; urgency=low