~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to HISTORY

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Matt Moen, Wietse Venema, LaMont Jones
  • Date: 2010-06-13 18:30:59 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20100613183059-ld3hxro9m3pj21q8
[Matt Moen]

* Create ca-certificates.crt for smtp{,d}_enforce_tls case, too. 
  Closes: #575464

[Wietse Venema]

* New upstream release.

[LaMont Jones]

* add freebsd 8 support.  Closes: #570327
* Drop tinycdb build-dep.  Closes: #577997

Show diffs side-by-side

added added

removed removed

Lines of Context:
15729
15729
        The tcp_table(5) interface is now part of the stable release.
15730
15730
        The last protocol change was in Postfix 2.1. File:
15731
15731
        util/dict_open.c.
 
15732
 
 
15733
20100515
 
15734
 
 
15735
        Bugfix (introduced Postfix 2.6): the Postfix SMTP client
 
15736
        XFORWARD implementation did not skip "unknown" SMTP client
 
15737
        attributes, causing a syntax error when sending a PORT
 
15738
        attribute. Reported by Victor Duchovni. File: smtp/smtp_proto.c.
 
15739
 
 
15740
20100526
 
15741
 
 
15742
        Cleanup: a unit-test driver (for stand-alone tests) was not
 
15743
        updated after an internal API change. Vesa-Matti J Kari
 
15744
        File: milter/milter.c.
 
15745
 
 
15746
20100529
 
15747
 
 
15748
        Portability: OpenSSL 1.0.0 changes the priority of anonymous
 
15749
        cyphers. Victor Duchovni. Files: postconf.proto,
 
15750
        global/mail_params.h, tls/tls_certkey.c, tls/tls_client.c,
 
15751
        tls/tls_dh.c, tls/tls_server.c.
 
15752
 
 
15753
        Portability: Mac OS 10.6.3 requires <arpa/nameser_compat.h>
 
15754
        instead of <nameser8_compat.h>. Files: makedefs, util/sys_defs.h,
 
15755
        dns/dns.h.
 
15756
 
 
15757
20100531
 
15758
 
 
15759
        Robustness: skip LDAP queries with non-ASCII search strings.
 
15760
        The LDAP library requires well-formed UTF-8.  Victor Duchovni.
 
15761
        File: global/dict_ldap.c.
 
15762
 
 
15763
20100601
 
15764
 
 
15765
        Safety: Postfix processes log a warning when a matchlist
 
15766
        has a #comment at the end of a line (for example mynetworks
 
15767
        or relay_domains).  File: util/match_list.c.
 
15768
 
 
15769
        Portability: Berkeley DB 5.x has the same API as Berkeley
 
15770
        DB 4.1 and later. File: util/dict_db.c.