File tree Expand file tree Collapse file tree 8 files changed +476
-143
lines changed
Expand file tree Collapse file tree 8 files changed +476
-143
lines changed Original file line number Diff line number Diff line change 1+ Release 1.3.0
2+ =============
3+
4+ * New options multimailhook.htmlInIntro and multimailhook.htmlInFooter
5+ now allow using HTML in the introduction and footer of emails (e.g.
6+ for a more pleasant formatting or to insert a link to the commit on
7+ a web interface).
8+
9+ * A new option multimailhook.commitBrowseURL gives a simpler (and less
10+ flexible) way to add a link to a web interface for commit emails
11+ than multimailhook.htmlInIntro and multimailhook.htmlInFooter.
12+
13+ * A new public function config.add_config_parameters was added to
14+ allow custom hooks to set specific Git configuration variables
15+ without modifying the configuration files. See an example in
16+ post-receive.example.
17+
18+ * Error handling for SMTP has been improved (we used to print Python
19+ backtraces for legitimate errors).
20+
21+ * The SMTP mailer can now check TLS certificates when the newly added
22+ configuration variable multimailhook.smtpCACerts.
23+
24+ * Python 3 portability has been improved.
25+
26+ * The documentation's formatting has been improved.
27+
28+ * The testsuite has been improved (we now use pyflakes to check for
29+ errors in the code).
30+
31+ This version has been tested with Python 2.4 and 2.6 to 3.5, and Git
32+ v1.7.10-406-gdc801e7, 2.1.4 and 2.8.1.339.g3ad15fd.
33+
34+ No change since 1.3 RC1.
35+
136Release 1.2.0
237=============
338
Original file line number Diff line number Diff line change 1+ Contributing
2+ ============
3+
14git-multimail is an open-source project, built by volunteers. We would
25welcome your help!
36
@@ -6,9 +9,7 @@ and Matthieu Moy <matthieu.moy@grenoble-inp.fr>.
69
710Please note that although a copy of git-multimail is distributed in
811the "contrib" section of the main Git project, development takes place
9- in a separate git-multimail repository on GitHub:
10-
11- https://github.com/git-multimail/git-multimail
12+ in a separate `git-multimail repository on GitHub `_.
1213
1314Whenever enough changes to git-multimail have accumulated, a new
1415code-drop of git-multimail will be submitted for inclusion in the Git
@@ -21,10 +22,12 @@ to the maintainers). Please sign off your patches as per the `Git
2122project practice
2223<https://github.com/git/git/blob/master/Documentation/SubmittingPatches#L234> `__.
2324
24- General discussion of git-multimail can take place on the main Git
25- mailing list,
26-
27- git@vger.kernel.org
25+ General discussion of git-multimail can take place on the main `Git
26+ mailing list `_.
2827
2928Please CC emails regarding git-multimail to the maintainers so that we
3029don't overlook them.
30+
31+
32+ .. _`git-multimail repository on GitHub` : https://github.com/git-multimail/git-multimail
33+ .. _`Git mailing list` : git@vger.kernel.org
You can’t perform that action at this time.
0 commit comments