Skip to content

Commit 4f62c3a

Browse files
authored
Merge pull request #1559 from sympa-community/pr/release-6.2.72
[-release] Preparing version 6.2.72
2 parents b9dabaa + 1072c6e commit 4f62c3a

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

NEWS.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Change Log
22

3+
## [6.2.72](https://github.com/sympa-community/sympa/tree/6.2.72) (2023-06-01)
4+
5+
[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.71b.1...6.2.72)
6+
7+
**Incompatible changes** (from 6.2.70) **:**
8+
9+
- The `dkim` authentication method for scenarios was obsoleted. Now it is a synonym of `smtp` method [\#1483](https://github.com/sympa-community/sympa/issues/1483).
10+
- The `antispam_feature` parameter was deprecated. Instead, choose appropriate scenario with `spam_status` parameter [\#1470](https://github.com/sympa-community/sympa/pull/1470). In particular, if you wish to disable this feature, set "`spam_status none`".
11+
- The Command line tools under `$SCRIPTDIR` either were deprecated or were integrated into the `sympa` command line tool. See [\#1386](https://github.com/sympa-community/sympa/issues/1386) for details.
12+
13+
**Implemented enhancements:**
14+
15+
- Switch Font Awesome from 4 to 6 Free [\#1656](https://github.com/sympa-community/sympa/issues/1656)
16+
- Delete user account completely [\#1564](https://github.com/sympa-community/sympa/pull/1564)
17+
18+
**Fixed bugs:**
19+
20+
- Skip initial notification email for new user with nomail reception [\#1550](https://github.com/sympa-community/sympa/pull/1550)
21+
- Fix "sympa test soap" crashes due to undefined subroutine [\#1593](https://github.com/sympa-community/sympa/pull/1593)
22+
- Fix description for add CLI command bug [\#1565](https://github.com/sympa-community/sympa/pull/1565)
23+
- [CVE-2021-32850] Potential XSS in jquery-minicolors [\#1561](https://github.com/sympa-community/sympa/issues/1561)
24+
- Spurious error log adding subscriber [\#1532](https://github.com/sympa-community/sympa/issues/1532)
25+
- Spurious error log during upgrade on removing nonexisting column [\#939](https://github.com/sympa-community/sympa/issues/939)
26+
- [CVE-2023-24038] Sympa::HTMLSanitizer: Bug in HTML::StripScripts, ReDoS with style attribute [\#1573](https://github.com/sympa-community/sympa/issues/1573)
27+
- sympa.wsdl is incomplete [\#1548](https://github.com/sympa-community/sympa/issues/1548)
28+
29+
**Merged pull requests:**
30+
31+
- Adding translation catalogs for Georgian (ka) by request [\#1596](https://github.com/sympa-community/sympa/pull/1596)
32+
- Update support/sync_translation.sh [\#1556](https://github.com/sympa-community/sympa/pull/1556)
33+
- Replace obsolete Ansible role in README [\#1558](https://github.com/sympa-community/sympa/pull/1558)
34+
- Improve wording in README.support document. [\#1553](https://github.com/sympa-community/sympa/pull/1553)
35+
- Update copyright notices, add documentation and correct some typos [\#1552](https://github.com/sympa-community/sympa/pull/1552)
36+
337
## [6.2.71b.1](https://github.com/sympa-community/sympa/tree/6.2.71b.1) (2022-12-15)
438

539
[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.70...6.2.71b.1)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2525

2626
AC_PREREQ(2.60)
27-
AC_INIT(sympa, 6.2.71b.1, devel@sympa.community)
27+
AC_INIT(sympa, 6.2.72, devel@sympa.community)
2828
AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax])
2929
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
3030
AM_PO_SUBDIRS

0 commit comments

Comments
 (0)