diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-05-08 23:44:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-05-08 23:44:57 +0000 |
commit | 82c1fcd560054c0d7a93712f2c24c14abe2294bf (patch) | |
tree | e250114c5c7d5fbb1b8e521d72c299b80d523d1c | |
parent | 8775df41baf3f253bf0aa8d0d75c746073826226 (diff) | |
download | fetchmail-82c1fcd560054c0d7a93712f2c24c14abe2294bf.tar.gz fetchmail-82c1fcd560054c0d7a93712f2c24c14abe2294bf.tar.bz2 fetchmail-82c1fcd560054c0d7a93712f2c24c14abe2294bf.zip |
Ready to ship.
svn path=/trunk/; revision=3300
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -2,14 +2,21 @@ (The `lines' figures total .c, .h, .l, and .y files under version control.) +fetchmail-5.8.2 (Tue May 8 17:07:53 EDT 2001), 20481 lines: + * HH's patches fixing Debian bug #90966 and addressing Debian bug #92554. * GSSAPI portability patch by Peter Fales. * Updated cs.po by Jiri Pavlovsky. -* Michael Kjorling's patch to add server ID to authantication success/failure +* Michael Kjorling's patch to add server ID to authentication success/failure bugmail. * Kerberos build patch by HH. -* Don't cough and die from failure to resolve a skipped host. +* Don't cough and die from failure to resolve a skipped host. Resolves + Debian bug #92530 * Do aka suffix match even if DNS checking is enabled (Johannes Stille's bug). +* SIGCHLD handler now sets SA_RESTART explicitly in order to avoid zombies + from interrupted system calls. Debian bug #95659. + +There are 333 people on fetchmail-friends and 582 on fetchmail-announce. fetchmail-5.8.1 (Tue Apr 10 09:32:04 EDT 2001), 20511 lines: |