Merge branch 'ow/config-mailmap-pathname' into maint
[git.git] / contrib / hooks / multimail / CHANGES
blob3603d56c26e21f44ca4983cf85aca95a6aa6d69d
1 Release 1.0.0
2 =============
4 * Fix encoding of non-ASCII email addresses in email headers.
6 * Fix backwards-compatibility bugs for older Python 2.x versions.
8 * Fix a backwards-compatibility bug for Git 1.7.1.
10 * Add an option commitDiffOpts to customize logs for revisions.
12 * Pass "-oi" to sendmail by default to prevent premature termination
13   on a line containing only ".".
15 * Stagger email "Date:" values in an attempt to help mail clients
16   thread the emails in the right order.
18 * If a mailing list setting is missing, just skip sending the
19   corresponding email (with a warning) instead of failing.
21 * Add a X-Git-Host header that can be used for email filtering.
23 * Allow the sender's fully-qualified domain name to be configured.
25 * Minor documentation improvements.
27 * Add this CHANGES file.
30 Release 0.9.0
31 =============
33 * Initial release.