diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-02-01 00:00:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-02-01 00:00:02 +0000 |
commit | dc23eaf3310218404301a5e5df00bd303de0bde7 (patch) | |
tree | 94da3ae9abf62c10160e9f417b264cb65ab7d206 /NEWS | |
parent | 6ae74f9b7a1ec9170efa53cab74e889eb1697a50 (diff) | |
download | fetchmail-dc23eaf3310218404301a5e5df00bd303de0bde7.tar.gz fetchmail-dc23eaf3310218404301a5e5df00bd303de0bde7.tar.bz2 fetchmail-dc23eaf3310218404301a5e5df00bd303de0bde7.zip |
Debian buglist cleanup.
svn path=/trunk/; revision=2727
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,10 +1,8 @@ Things to do: -Scrollbars on fetchmailconf help windows (Debian bug #51770). +Scrollbars on fetchmailconf help windows (Debian normal bug #51770). -Log bounced messages via syslog (Debian bug #50184). - -Notify user by mail when pop server nonexistent (Debian bug #47143). +Notify user by mail when pop server nonexistent (Debian wishlist #47143). In the SSL support, we need to add server certificate validation (In other words, does the certificate match the system we are trying to @@ -17,14 +15,21 @@ worried with copies of it, GPG/PGP offers more security than MD5. I don't know exactly, but I think you can sign it both ways so that your package will have two security verifications instead of one... +The Debian bug-tracking page for fetchmail is: + + http://cgi.debian.org/cgi-bin/pkgreport.cgi?archive=no&pkg=fetchmail + Release Notes: (The `lines' figures total .c, .h, .l, and .y files under version control.) * Close down sockets using shutdown(2) and discarding read data until we get a TCP FIN. With any luck this will squash our socket leak. +* Open the lockfile with O_SYNC, so we know the file has been written + before close (sigh...NFS might still betray us...). * Added Martijn Lievaart's sendmail hacks for multidrop to the contrib directory. +* Log bounced messages via syslog (Debian bug #50184). * Debian buglist cleanup. fetchmail-5.2.5 (Mon Jan 31 02:02:48 EST 2000), 18445 lines: |