~ubuntu-branches/ubuntu/utopic/nss-pam-ldapd/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2012-10-14 23:00:00 UTC
  • Revision ID: package-import@ubuntu.com-20121014230000-tn63bv35wlebv45a
Tags: 0.8.10-3
* fix a problem in sed logic for commenting out disabled options
  (closes: #689296)
* support "EXTERNAL" SASL mechanism in debconf configuration (LP: #1063923)
  (the debconf template has been postponed to avoid having to update all
  translations for a relatively minor change)
* 01-use-poll-instead-of-select.patch: use poll() instead of select()
  for checking file descriptor activity to also correctly work if more
  than FD_SETSIZE files are already open (closes: #690319)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
nss-pam-ldapd (0.8.10-3) unstable; urgency=low
 
2
 
 
3
  * fix a problem in sed logic for commenting out disabled options
 
4
    (closes: #689296)
 
5
  * support "EXTERNAL" SASL mechanism in debconf configuration (LP: #1063923)
 
6
    (the debconf template has been postponed to avoid having to update all
 
7
    translations for a relatively minor change)
 
8
  * 01-use-poll-instead-of-select.patch: use poll() instead of select()
 
9
    for checking file descriptor activity to also correctly work if more
 
10
    than FD_SETSIZE files are already open (closes: #690319)
 
11
 
 
12
 -- Arthur de Jong <adejong@debian.org>  Sun, 14 Oct 2012 23:00:00 +0200
 
13
 
1
14
nss-pam-ldapd (0.8.10-2) unstable; urgency=low
2
15
 
3
16
  * fix typo in comment (thanks Caleb Callaway)