Skip to content

Commit 4453d76

Browse files
moygitster
authored andcommitted
git-multimail: update to release 1.3.0
The changes are described in CHANGES. Contributions-by: Matthieu Moy <[email protected]> Contributions-by: Stefan Tatschner <[email protected]> Contributions-by: Simon P <[email protected]> Contributions-by: Leander Hasty <[email protected]> Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5b618c1 commit 4453d76

File tree

8 files changed

+476
-143
lines changed

8 files changed

+476
-143
lines changed

contrib/hooks/multimail/CHANGES

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
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+
136
Release 1.2.0
237
=============
338

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Contributing
2+
============
3+
14
git-multimail is an open-source project, built by volunteers. We would
25
welcome your help!
36

@@ -6,9 +9,7 @@ and Matthieu Moy <[email protected]>.
69

710
Please note that although a copy of git-multimail is distributed in
811
the "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

1314
Whenever enough changes to git-multimail have accumulated, a new
1415
code-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
2122
project 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-
25+
General discussion of git-multimail can take place on the main `Git
26+
mailing list`_.
2827

2928
Please CC emails regarding git-multimail to the maintainers so that we
3029
don't overlook them.
30+
31+
32+
.. _`git-multimail repository on GitHub`: https://github.com/git-multimail/git-multimail
33+
.. _`Git mailing list`: [email protected]

0 commit comments

Comments
 (0)