From 36739f1c6d70dacddbdea2077ff1fc96f3d4614a Mon Sep 17 00:00:00 2001 From: Sympa authors Date: Wed, 25 Nov 2020 11:21:15 +0900 Subject: [PATCH] [-release]Preparing version 6.2.59b.1 --- NEWS.md | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 3e831debc..f132f0b68 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,26 @@ # Change Log +## [6.2.59b.1](https://github.com/sympa-community/sympa/tree/6.2.59b.1) + +[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.58...6.2.59b.1) + +**Implemented enhancements:** + +- Show subjects of archived mails before deletion’s confirmation [\#1025](https://github.com/sympa-community/sympa/pull/1025) ([ldidry](https://github.com/ldidry)) + +**Fixed bugs:** + +- Follow up to SA 2020-002 (CVE-2020-10936) [\#943](https://github.com/sympa-community/sympa/issues/943): + - Use alias wrapper only if it is really needed [\#946](https://github.com/sympa-community/sympa/issues/946) + - Add option to ./configure which prevents installation of `sympa_newaliases-wrapper` [\#1031](https://github.com/sympa-community/sympa/issues/1031) +- MySQL: Upgrading fails due to stricter SQL mode [\#1028](https://github.com/sympa-community/sympa/issues/1028) +- 🐛 — Fix confirmation for reporting as spam while deleting an archived mail [\#1022](https://github.com/sympa-community/sympa/pull/1022) ([ldidry](https://github.com/ldidry)) +- Update a dependency MHonArc [\#1004](https://github.com/sympa-community/sympa/pull/1004) ([ikedas](https://github.com/ikedas)) + +**Closed issues:** + +- Regression in the FCGI wrapper for WWSympa [\#1020](https://github.com/sympa-community/sympa/issues/1020) + ## [6.2.58](https://github.com/sympa-community/sympa/tree/6.2.58) (2020-10-20) [Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.57b.2...6.2.58) diff --git a/configure.ac b/configure.ac index 46e465bef..70af49b8e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # along with this program. If not, see . AC_PREREQ(2.60) -AC_INIT(sympa, 6.2.58, sympa-developpers@listes.renater.fr) +AC_INIT(sympa, 6.2.59b.1, sympa-developpers@listes.renater.fr) AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PO_SUBDIRS