Skip to content

Commit

Permalink
Gromox 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Jan 12, 2023
1 parent 0c5102a commit 3789b64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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], [2.0])
AC_INIT([gromox], [2.1])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
10 changes: 8 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Development 2.0.67
==================
Gromox 2.1 (2023-01-12)
=======================

Behavioral changes:

Expand All @@ -18,6 +18,9 @@ Enhancements:
* http: print HTTP responses in full, not just until the first \0
* mapi_lib: parse "Received" headers into PR_MESSAGE_DELIVERY_TIME for the
sake of EML imports
* oxm2mt: named property translation
* oxdisco: homeserver support for EAS block
* zcore: allow opening oneoff entryids with openabentry RPC

Fixes:

Expand All @@ -28,11 +31,14 @@ Fixes:
* Deletion of a folder from a public store did trash the store size counter and
reduce it by an arbitrary amount towards 0, reporting the store to be smaller
than it really was.
* zcore: perform texttohtml conversion in UTF-8 not Windows-1252
* nsp: attempt to fix infinite function recursion when trying to resolve
ESSDN which are present in the GAB forest but out-of-organization
* oxcmail: recognize RFC822/5322 dates without a day-of-week part
* mt2exm: avoid running into PF-1123 error when -D option is used
* dscli: repair the warning that the tool was not built with DNS SRV support
* oxdisco: avoid read beyond end of buffer when request_logging is on
* exmdb_provider: fix an out of bounds write when PR_HTML_U is requested


Gromox 2.0 (2023-01-03)
Expand Down

0 comments on commit 3789b64

Please sign in to comment.