Skip to content

Commit df9cc2f

Browse files
committed
Gromox 1.15
1 parent 992a558 commit df9cc2f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gromox], [1.14])
1+
AC_INIT([gromox], [1.15])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
1.15 (2022-02-04)
2+
=================
3+
4+
Fixes:
5+
6+
* oxcical: repair import of ICAL recurrences being 60x longer than projected
7+
* oxcical: rerecognize busy status type "OOF"
8+
* mapi_lib: cease emission of InTransitMessageCorrelator property to RFC5322
9+
header as garbage / stop emitting non-string PS_INTERNET_HEADERS properties
10+
completely.
11+
* imap/pop3: resolve dlname type mismatch warnings
12+
* email_lib: fix infinite loop in ical_check_empty_line
13+
* midb: fix nullptr deref when startup has aborted
14+
* http: fix double free when startup has aborted
15+
16+
Enhancements:
17+
18+
* emsmdb: add log messages for failed delegate lookup
19+
* exchange2grommunio: replace PIPESTATUS test by something workable
20+
* zcore: allow setting Out Of Office status of other mailboxes
21+
22+
123
1.14 (2022-01-29)
224
=================
325

0 commit comments

Comments
 (0)