Skip to content

Commit 302f4b3

Browse files
committed
Gromox 1.2
1 parent 566b624 commit 302f4b3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-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.1])
1+
AC_INIT([gromox], [1.2])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

doc/changelog.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
1.2 (2021-09-01)
2+
================
3+
4+
Fixes:
5+
6+
* zcore: repair wrong (parent_)entryid being passed to syncers
7+
* lib: unbreak save/restore of inbox rules from zcore
8+
* http: fix a hang during Outlook's autodiscovery due to incorrect
9+
HTTP request-body processing
10+
* kdb2mt: implement documented SRCPASS environment variable
11+
* kdb2mt: reduce a false condition in checking for attachment existence
12+
(reduces PK-1012)
13+
* kdb2mt: recognize fixated namedprops in the range 0x8000..0x84FF
14+
(appointment data, contact data)
15+
16+
Enhancements:
17+
18+
* kdb2mt: new ``-v`` option to show progress for large folders
19+
* kdb2mt: implement support for embedded messages (reducing PK-1012)
20+
* kdb2mt: support reading gzip attachments
21+
* kdb2mt: make ``--src-mbox`` option more useful by ignoring orphan stores when
22+
resolving. (Orphan stores can still be extracted with ``--src-guid``.)
23+
* kdb2mt: make ``-s`` (splice) actually effective, by looking for the needed
24+
PR_IPM_SUBTREE property in the proper MAPI object.
25+
* kdb2mt: added more folder mappings for splice mode (appointments, contacts,
26+
journal, notes, tasks, drafts) so that e.g. Drafts does get copied to Drafts,
27+
rather than making a new "Drafts" folder.
28+
* kdb2mt: skip search folders on extraction (these are empty anyway)
29+
30+
131
1.1 (2021-08-17)
232
================
333

0 commit comments

Comments
 (0)