Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/doc



Module Name:    src
Committed By:   taca
Date:           Tue Sep 16 04:41:12 UTC 2003

Modified Files:
        src/doc: 3RDPARTY

Log Message:
postfix 2.0.16 released.

20030908

        The 20030905 workaround triggers too many warnings. TCP
        sockets are back to blocking, and keepalives are turned on
        to kill off dead sockets, as suggested by Leandro Santi.
        Files: master/{single,multi}_server.c, smtpd/smtpd.c,
        util/sys_defs.h.

20030909

        Bugfix: the LMTP session caching code had problems with
        SASL authentication after the first connection, and pipelining
        was working poorly.  Fix by Viktor Dukhovni, Morgan Stanley.
        Files: lmtp/lmtp.c, lmtp/lmtp_proto.c.

20030912

        Workaround: besides SMTP server sockets, SMTP client sockets
        can also hang on Solaris, as reported by Leandro Santi. In
        order to deal with this at the root, all connection management
        is now done by sane_accept() and sane_connect().  Both turn
        on keepalives on Solaris.

20030913

        Safety: set-gid commands don't trust TZ.  File: msg_syslog.c.


To generate a diff of this commit:
cvs rdiff -r1.140 -r1.141 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index