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.