1
0
Fork 0

Merge branch '3.4' of github.com:arangodb/arangodb into bug-fix-3.4/dont-create-dangling-branches

This commit is contained in:
Tobias Gödderz 2019-11-29 10:34:33 +01:00
commit 696efc5f74
2 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ v3.4.9 (XXXX-XX-XX)
* Bugfix: An AQL ternary expression with the condition being true at query
compile time would not execute its false branch.
* Updated arangosync to 0.7.1.
* Fixed issue #10470: The WebUI now shows potential errors and details which
occured using _api/import (e.g. unique constraint violated).
* Updated arangosync to 0.7.0.
* Make the timeouts for replication requests (for active failover and master-slave
replication configurable via startup options:

View File

@ -1,5 +1,5 @@
STARTER_REV "0.14.12"
SYNCER_REV "0.7.0"
SYNCER_REV "0.7.1"
OPENSSL_LINUX "1.1.0l"
OPENSSL_MACOS "1.0.2t"
OPENSSL_WINDOWS "1.1.0l"