From 20f4a2608c8fb666b4546e4ca6a11dbf7430fc94 Mon Sep 17 00:00:00 2001 From: IKEDA Soji Date: Sun, 3 Nov 2024 16:58:42 +0900 Subject: [PATCH] Update NEWS.md --- NEWS.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 939269eb1..dc6288074 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,14 +7,40 @@ **Incompatible changes:** - Notes for packagers: - - Some distributions including Debian and the descendants separate `perldoc` from the package for Perl. On this case activating `perldoc` is - encouraged for better user experiences. - [\#1832](https://github.com/sympa-community/sympa/pull/1832) + encouraged for better user experiences + [\#1832](https://github.com/sympa-community/sympa/pull/1832). + - Fix for bug [\#1884](https://github.com/sympa-community/sympa/issues/1884) + needs additional optional module + [Unicode-UTF8](https://metacpan.org/dist/Unicode-UTF8). + This module will be made mandatory on the release of Sympa in the near future. + +- DKIM signatures in outgoing messages are no longer removed even if they + are invalid + [\#1852](https://github.com/sympa-community/sympa/issues/1852). + On the other hand, `remove_dkim_headers` parameter was introduced for + their removal, which is rarely needed + [\#1898](https://github.com/sympa-community/sympa/pull/1898). + +- If custom_subject contains a sequence number, it is always placed at the + beginning of the subject. If it does not contain, it is placed at the same + position as before + [\#1811](https://github.com/sympa-community/sympa/issues/1811). **Implemented enhancements:** +- The messages forwarded for admins (listmasters, owners and moderators) also + should have DKIM signature [\#1869](https://github.com/sympa-community/sympa/pull/1869) +- Do not remove (possibly invalid) DKIM-Signature headers from outgoing messages [\#1852](https://github.com/sympa-community/sympa/issues/1852) +- LDAP: Add `deref` option to specify how to dereference aliases [\#1853](https://github.com/sympa-community/sympa/issues/1853) +- Parameter for syslog socket should allow options such as host name [\#1839](https://github.com/sympa-community/sympa/issues/1839) +- WWSympa: Expose update_epoch on get_closed_lists [\#1865](https://github.com/sympa-community/sympa/pull/1865) +- Fix cross-robot list inclusion [\#1797](https://github.com/sympa-community/sympa/issues/1797) +- WWSympa: Invitations via the Sympa website [\#648](https://github.com/sympa-community/sympa/issues/648) +- Allow "custom_subject" to be at the beginning of the subject [\#1811](https://github.com/sympa-community/sympa/issues/1811) +- Improve diagnostic messages in the DSNs generated by Sympa [\#1688](https://github.com/sympa-community/sympa/issues/1688) +- WWSympa: Detect web crawlers [\#1667](https://github.com/sympa-community/sympa/pull/1667) - WWSympa: Save default sort key in review [\#1577](https://github.com/sympa-community/sympa/issues/1577) - Add `.eml` extension to archives files [\#1581](https://github.com/sympa-community/sympa/issues/1581) - Additional localised "Re:" prefixes in subject [\#1668](https://github.com/sympa-community/sympa/pull/1668) @@ -23,7 +49,27 @@ **Fixed bugs:** - +- DKIM signing and ARC sealing order is reversed [\#1851](https://github.com/sympa-community/sympa/issues/1851) +- WWSynmpa: do_distribute: Confirmation was not always performed [\#1889](https://github.com/sympa-community/sympa/pull/1889) +- WWSympa: Invalid UTF-8 sequences in input may trigger crashing [\#1884](https://github.com/sympa-community/sympa/issues/1884) +- Incorrect "No bouncing members" on a large list with small number of bouncers [\#1842](https://github.com/sympa-community/sympa/issues/1842) +- Prevent custom_header with non-ASCII characters [\#1840](https://github.com/sympa-community/sympa/issues/1840) +- \[[Debian Bug#1062398](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062398)\] + Lacks dependency on `perldoc` utility + [\#1832](https://github.com/sympa-community/sympa/pull/1832) +- CLI: With sympa config key=value, key couldn't contain dot [\#1831](https://github.com/sympa-community/sympa/pull/1831) +- If lock fails, details should be included in the error message [\#1824](https://github.com/sympa-community/sympa/pull/1824) +- Stop "do_distribute" actions from Web interface from generating backscatter emails to sympa-request alias [\#1737](https://github.com/sympa-community/sympa/issues/1737) +- `From:` header sanitation fails with brackets and Umlauts: Bug in MIME-EncWords [\#1787](https://github.com/sympa-community/sympa/issues/1787) +- PostgreSQL/SQLite: Sympa tries creating temporary views in databases unnecessarily [\#1812](https://github.com/sympa-community/sympa/issues/1812) +- 🐛 — [moderation] Show message content when clicking on its object [\#1709](https://github.com/sympa-community/sympa/pull/1709) +- WWSympa: Uploaded file names in UTF-8 were garbled [\#1802](https://github.com/sympa-community/sympa/issues/1802) +- Setting invite sender as From: field should be avoided [\#1846](https://github.com/sympa-community/sympa/issues/1846) +- The length of boundary lines in multipart messages could exceed 70 octets [\#1795](https://github.com/sympa-community/sympa/issues/1795) +- Add links to create or recreate password [\#1713](https://github.com/sympa-community/sympa/issues/1713) +- DKIM: `i=` tag may not match in some auto-generated messages [\#1716](https://github.com/sympa-community/sympa/issues/1716) +- Broken output with SOAP API due to mixture of byte- and utf8-strings [\#1541](https://github.com/sympa-community/sympa/issues/1541) +- Meaningful error message should be shown for unauthenticated user if privileges are required [\#1692](https://github.com/sympa-community/sympa/issues/1692) - Display name in `From:` header field should be quoted / unquoted appropriately [\#1572](https://github.com/sympa-community/sympa/pull/1572) - sympa instantiate: Progress bar could not be inactivated [\#1567](https://github.com/sympa-community/sympa/issues/1567) - WWSympa: Noise in Apache error_log [\#1325](https://github.com/sympa-community/sympa/issues/1325) @@ -66,6 +112,8 @@ **Merged pull requests:** +- Postpone making Unicode::UTF8 mandatory [\#1905](https://github.com/sympa-community/sympa/pull/1905) +- Typos [\#1856](https://github.com/sympa-community/sympa/pull/1856) - Tracking: Remove outdated heuristics for bounce processing [\#1701](https://github.com/sympa-community/sympa/pull/1701) ## [6.2.72](https://github.com/sympa-community/sympa/tree/6.2.72) (2023-06-01)