Skip to content

Commit

Permalink
Gromox 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Jun 12, 2022
1 parent be97ac1 commit 3185779
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([gromox], [1.24])
AC_INIT([gromox], [1.25])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
20 changes: 19 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
1.24.25
1.25 (2022-06-12)
=================

Fixes:

* exmdb_provider: repair PR_MEMBER_NAME transition
* zcore: fix randomly occurring set_permission failures
* autodiscover: resolve '&' being misrepresented
* autodiscover: force-remove single quotes from ini values
* imap: improved the tokenization for unusual values found
in the From/To/Reply-To etc. headers
* imap: stop emitting excess parenthesis pairs for "RFC822" field
values during FETCH
* imap: stop offering STARTTLS capability keyword when the STARTTLS command
can, at the same time, not be issued anyway
* imap: IMAP commands emitted to the log (under ``imap_cmd_debug``) were
truncated sometimes
* midb: resolve potential crash when the IMAP ``SEARCH`` command is used

Enhancements:

* imap: emit gratuitous CAPABILITY lines upon connect and login
* imap, pop3: support recognizing LF as a line terminator as well
(other than CRLF)

Changes:

* midb: change mail_engine_ct_match to use stdlib containers
* oxcmail: stop emitting zero-length display-names
* oxcmail: always generate angle brackets for exported addresses


1.24 (2022-06-01)
Expand Down

0 comments on commit 3185779

Please sign in to comment.