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 c962d51 commit 6903e22Copy full SHA for 6903e22
configure.ac
@@ -1,4 +1,4 @@
1
-AC_INIT([gromox], [1.26])
+AC_INIT([gromox], [1.27])
2
AC_CONFIG_AUX_DIR([build-aux])
3
AC_CONFIG_MACRO_DIR([build-aux])
4
AC_PREFIX_DEFAULT([/usr])
doc/changelog.rst
@@ -1,11 +1,12 @@
-1.26.72
-=======
+1.27 (2022-07-11)
+=================
Fixes:
5
6
* nsp: repaired a nullptr deref with the resolvenamesw RPC
7
* nsp: fix erroneous writeout to path "/delegates.txt" (would always fail due
8
to absence of filesystem permission)
9
+* nsp: disable OneOff synthesis for non-existing GAL objects
10
* mh_nsp: fix seekentries RPC performing garbage ANR matching
11
* oxcmail: avoid running the encoded-word decoder in sender/recipient
12
names twice (umlaut breakage)
0 commit comments