We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bdb6c commit 9a01c75Copy full SHA for 9a01c75
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([gromox], [1.37])
+AC_INIT([gromox], [2.0])
2
AC_CONFIG_AUX_DIR([build-aux])
3
AC_CONFIG_MACRO_DIR([build-aux])
4
AC_PREFIX_DEFAULT([/usr])
doc/changelog.rst
@@ -1,14 +1,16 @@
-Development 1.37.83
-===================
+Gromox 2.0 (2023-01-03)
+=======================
Enhancements:
5
6
* gromox-mbop: added "emptyfld" command
7
+* gromox-oxm2mt: new utility to read .msg files
8
9
Fixes:
10
11
* midb: IMAP SEARCH commands had numeric sequence ranges "m:n" misparsed
12
* midb, imap: recognize "*" in sequence sets (alias for "*:*")
13
+* nsp: resolve a wrong allocation size that led to a crash
14
15
Changes:
16
0 commit comments