Skip to content

Commit

Permalink
doc: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Oct 12, 2023
1 parent 79f8505 commit aa3668b
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
Development 2.14.3
==================
Development 2.14.66
===================

Fixes:

* imap: do not emit continuation request on LITERAL+
(now also for large literals >64K)
* exmdb: ignore softdeleted folders when validating new folder name
* exmdb: explicitly rollback SQLite transactions when the commit operation
failed, to resolve cases of ``cannot start a transaction within a
transaction``

Enhancements:

* delivery: support for plus-addresses/recipient delimiters,
e.g. <[email protected]>
* delivery: new config directive ``lda_recipient_delimiters``
* mbop: new subcommand ``recalc-size`` to recalculate store size

Changes:

* alias_resolve: config directives are no longer read from
``/etc/gromox/alias_resolve.cfg`` but now from ``/etc/gromox/gromox.cfg``
* oxcmail: do not emit Content-Disposition creation-time/modification-time
parameters when those fields are not present in the MAPI object
* Delete unused columns and indexes from the ``associations`` MariaDB table;
(grommunio-admin-api should be updated to >= 1.12)


Gromox 2.14 (2023-10-04)
Expand Down

0 comments on commit aa3668b

Please sign in to comment.