diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-01-30 13:52:57 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2018-01-30 13:52:57 +0900 |
commit | c0e8bb68ec685ac9e38e1993b4054d4707486bf9 (patch) | |
tree | 79bc7ae61f91d9ccdf417896085ddb844fcb74e2 /NEWS | |
parent | f74c636bcb6d03b269d65a3b4d6ec3af835dca62 (diff) | |
parent | c88ce52f7177f5cf5d56bf3786c90f5c9e679d04 (diff) | |
download | mailman2-c0e8bb68ec685ac9e38e1993b4054d4707486bf9.tar.gz mailman2-c0e8bb68ec685ac9e38e1993b4054d4707486bf9.tar.xz mailman2-c0e8bb68ec685ac9e38e1993b4054d4707486bf9.zip |
sync with lp:mailman/2.1 Rev 1738
Diffstat (limited to '')
-rw-r--r-- | NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,6 @@ -*- coding: iso-8859-1 -*- Mailman - The GNU Mailing List Management System -Copyright (C) 1998-2017 by the Free Software Foundation, Inc. +Copyright (C) 1998-2018 by the Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Here is a history of user visible changes to Mailman. @@ -9,12 +9,22 @@ Here is a history of user visible changes to Mailman. New Features + - Thanks to David Siebörger who adapted an existing patch by Andrea + Veri to use Google reCAPTCHA v2 there is now the ability to add + reCAPTCHA to the listinfo subscribe form. There are two new mm_cfg.py + settings for RECAPTCHA_SITE_KEY and RECAPTCHA_SECRET_KEY, the values + for which you obtain for your domain(s) from Google at + <https://www.google.com/recaptcha/admin>. + - Thanks to Lindsay Haisley, there is a new bin/mailman-config command to display various information about this Mailman version and how it was configured. i18n + - The Japanese message catalog has been updated for added strings by + Yasuhito FUTATSUKI. + - The German translation of a couple of templates has been updated by Thomas Hochstein. @@ -23,6 +33,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Added a few more environment variables to the list of those passed + to CGIs to support an nginx/uwsgi configuration. (LP #1744739) + - Mailman 2.1.22 introduced a Python 2.7 dependency that could affect bin/arch processing a message without a valid Date: header. The dependency has been removed. (LP: #1740543) |