Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas authored Nov 3, 2024
1 parent 3a01e8d commit 20f4a26
Showing 1 changed file with 52 additions and 4 deletions.
56 changes: 52 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 20f4a26

Please sign in to comment.