1
0
Fork 0

Updated arangosync to 0.7.1

This commit is contained in:
KVS85 2019-11-28 22:37:19 +01:00
parent db0fcbd05b
commit a59b240e63
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
v3.4.9 (XXXX-XX-XX) v3.4.9 (XXXX-XX-XX)
------------------- -------------------
* Updated arangosync to 0.7.1.
* Fixed issue #10470: The WebUI now shows potential errors and details which * Fixed issue #10470: The WebUI now shows potential errors and details which
occured using _api/import (e.g. unique constraint violated). 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 * Make the timeouts for replication requests (for active failover and master-slave
replication configurable via startup options: replication configurable via startup options:

View File

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