mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG and known issues
This commit is contained in:
parent
dea8a774df
commit
b418bbaa45
24
CHANGELOG
24
CHANGELOG
|
@ -9,6 +9,30 @@ devel
|
|||
* 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)
|
||||
------------------------
|
||||
|
||||
|
|
|
@ -12,8 +12,6 @@ Installer
|
|||
and only some of them shall be upgraded, or they should be upgraded one after the
|
||||
other.
|
||||
|
||||
* Ubuntu 14.04 is not yet supported
|
||||
|
||||
|
||||
Modify documents in cluster using AQL and an incorrect custom shard key
|
||||
-----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue