From 40d9928d2c3ae19e32ae65b3b6293cf28f449cb5 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 3 Jul 2013 11:04:19 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 222ad05fac..84287b30be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ v1.4 ---- +* fixed several out-of-memory situations when double freeing or invalid memory + accesses could happen + +* less msyncing during the creation of collections + + This is achieved by not syncing the initial (standard) markers in shapes collections. + After all standard markers are written, the shapes collection will get synced. + * renamed command-line option `--log.filter` to `--log.source-filter` to avoid misunderstandings