From 55749349fe90117919e1530176af6477cd661fc8 Mon Sep 17 00:00:00 2001 From: Sympa authors Date: Sat, 23 Nov 2019 20:33:24 +0900 Subject: [PATCH] [-release]Preparing version 6.2.49b.1 --- NEWS.md | 32 ++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 42d3c0f8f..ce2902f86 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,37 @@ # Change Log +## [6.2.49b.1](https://github.com/sympa-community/sympa/tree/6.2.49b.1) + +[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.48...6.2.49b.1) + +**Changes:** + +- Some scenarios and list creation templates for "intranet" use cases were made optional: They have been moved into `samples/` [\#119](https://github.com/sympa-community/sympa/issues/119). + +**Implemented enhancements:** + +- Message distribution: Unexpected number of sessions regarding nrcpt and avg values [\#604](https://github.com/sympa-community/sympa/issues/604) +- Message plugin: Prevent Sympa daemon crash due to a broken plugin module. [\#807](https://github.com/sympa-community/sympa/pull/807) ([racke](https://github.com/racke)) +- `sympa.pl`: Add option to notify lists’ owners when opening lists from command line [\#790](https://github.com/sympa-community/sympa/pull/790) ([ldidry](https://github.com/ldidry)) +- Scenario: Enhancements on scenarios [\#782](https://github.com/sympa-community/sympa/pull/782) ([ikedas](https://github.com/ikedas)) + +**Fixed bugs:** + +- Missing `dkim` authentication method in several scenario files [\#775](https://github.com/sympa-community/sympa/pull/775), [\#803](https://github.com/sympa-community/sympa/issues/803) +- No "Date:" header field in messages posted directly from the sympa web site [\#791](https://github.com/sympa-community/sympa/issues/791) +- Data source: LDAP / LDAP 2 level datasource not returning results [\#785](https://github.com/sympa-community/sympa/issues/785) +- LDAP auth crash / task\_manager.pl crash due to lack of IPv6 support [\#784](https://github.com/sympa-community/sympa/issues/784) +- DMARC settings seemingly not working as described in documentation [\#783](https://github.com/sympa-community/sympa/issues/783) +- Archive directories of any lists may be created even if archive is unavailable, or Sympa may crash [\#736](https://github.com/sympa-community/sympa/issues/736) +- Prevent warning caused by empty description in XML list definition file. [\#802](https://github.com/sympa-community/sympa/pull/802) ([racke](https://github.com/racke)) + +**Merged pull requests:** + +- Various improvements to --sync-include output [\#787](https://github.com/sympa-community/sympa/pull/787) ([racke](https://github.com/racke)) +- Test: Supports recent version of Test::Compile [\#772](https://github.com/sympa-community/sympa/pull/772) ([ikedas](https://github.com/ikedas)) +- Refactor family [\#771](https://github.com/sympa-community/sympa/pull/771) ([ikedas](https://github.com/ikedas)) +- Update gettext support bundled in the source distribution [\#757](https://github.com/sympa-community/sympa/pull/757) ([ikedas](https://github.com/ikedas)) + ## [6.2.48](https://github.com/sympa-community/sympa/tree/6.2.48) (2019-09-29) [Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.45b.3...6.2.48) diff --git a/configure.ac b/configure.ac index ccb3d64bb..a9425ee73 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.48, sympa-developpers@listes.renater.fr) +AC_INIT(sympa, 6.2.49b.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