mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
cd3593427c
commit
40d9928d2c
|
@ -1,6 +1,14 @@
|
||||||
v1.4
|
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
|
* renamed command-line option `--log.filter` to `--log.source-filter` to avoid
|
||||||
misunderstandings
|
misunderstandings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue