Skip to content

Commit

Permalink
doc: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Nov 22, 2023
1 parent 2c38820 commit 5d0da19
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Development 2.17.122
====================

Fixes:

* exmdb: synthesized PR_RTF_COMPRESSED properties (in relation to the
"dbg_synthesize_content" config directive) had an incomplete header
* oxcmail: repair inadvertent propid/proptag swap causing TNEF export to fail
* mbop/purge-softdelete: make pathspec `SENT/2022` actually work
* imap: messages delete events from OL/g-web now make it to IMAP clients

Enhancements:

* midb: propagate folder change events; IMAP clients now recognize when a
message was deleted in g-web/Outlook
* http: RFC 7617 support for the Basic authentication header line
* nsp: allow connections from Windows with UTF-8 locale
* midb: removal of seqid renumbering, which speeds up
IMAP SELECT/LIST/FETCH commands.
* authmgr: PAM is now offered as an authentication backend


Gromox 2.17 (2023-11-11)
========================

Expand Down
2 changes: 1 addition & 1 deletion tools/mbop_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static int main(int argc, const char **argv)
if (HX_getopt(g_options_table, &argc, &argv, HXOPT_USAGEONERR) != HXOPT_ERR_SUCCESS)
return EXIT_FAILURE;
if (argc < 2)
fprintf(stderr, "mbop/purge: No folders specified, no action taken.");
fprintf(stderr, "mbop/purge: No folders specified, no action taken.\n");
auto age = rop_util_unix_to_nttime(time(nullptr) - HX_strtoull_sec(znul(g_age_str), nullptr));
while (*++argv != nullptr) {
uint64_t id = strtoull(*argv, nullptr, 0);
Expand Down

0 comments on commit 5d0da19

Please sign in to comment.