1
0
Fork 0

updated CHANGELOG and known issues

This commit is contained in:
jsteemann 2018-10-02 20:05:51 +02:00
parent dea8a774df
commit b418bbaa45
2 changed files with 24 additions and 2 deletions

View File

@ -9,6 +9,30 @@ devel
* use `-std=c++14` for ArangoDB compilation * use `-std=c++14` for ArangoDB compilation
v3.4.0-rc.3 (XXXX-XX-XX)
------------------------
* support installation of ArangoDB on Windows into directories with multibyte
character filenames on Windows platforms that used a non-UTF8-codepage
This was supported on other platforms before, but never worked for ArangoDB's
Windows version
* display shard synchronization progress for collections outside of the
`_system` database
* change memory protection settings for memory given back to by the bundled
JEMalloc memory allocator. This avoids splitting of existing memory mappings
due to changes of the protection settings
* added missing implementation for `DeleteRangeCF` in RocksDB WAL tailing handler
v3.4.0-rc.2 (2018-09-30)
------------------------
v3.4.0-rc.2 (XXXX-XX-XX) v3.4.0-rc.2 (XXXX-XX-XX)
------------------------ ------------------------

View File

@ -12,8 +12,6 @@ Installer
and only some of them shall be upgraded, or they should be upgraded one after the and only some of them shall be upgraded, or they should be upgraded one after the
other. other.
* Ubuntu 14.04 is not yet supported
Modify documents in cluster using AQL and an incorrect custom shard key Modify documents in cluster using AQL and an incorrect custom shard key
----------------------------------------------------------------------- -----------------------------------------------------------------------