mirror of https://gitee.com/bigwinds/arangodb
Updated arangosync to 0.7.1
This commit is contained in:
parent
c603cf6bf8
commit
2537e270e8
|
@ -1,7 +1,7 @@
|
||||||
v3.3.25 (2019-XX-XX)
|
v3.3.25 (2019-XX-XX)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
* Updated arangosync to 0.7.0.
|
* Updated arangosync to 0.7.1.
|
||||||
|
|
||||||
* Fixed "ArangoDB is not running in cluster mode" errors in active failover setups.
|
* Fixed "ArangoDB is not running in cluster mode" errors in active failover setups.
|
||||||
This affected at least /_admin/cluster/health.
|
This affected at least /_admin/cluster/health.
|
||||||
|
|
|
@ -79,7 +79,7 @@ add_definitions("-DARANGODB_STANDALONE_ASIO=0")
|
||||||
set(ARANGODB_VERSION_MAJOR "3")
|
set(ARANGODB_VERSION_MAJOR "3")
|
||||||
set(ARANGODB_VERSION_MINOR "3")
|
set(ARANGODB_VERSION_MINOR "3")
|
||||||
if (NOT DEFINED ARANGODB_VERSION_REVISION)
|
if (NOT DEFINED ARANGODB_VERSION_REVISION)
|
||||||
set(ARANGODB_VERSION_REVISION "24")
|
set(ARANGODB_VERSION_REVISION "25")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(ARANGODB_PACKAGE_REVISION "1")
|
set(ARANGODB_PACKAGE_REVISION "1")
|
||||||
|
|
2
VERSIONS
2
VERSIONS
|
@ -6,4 +6,4 @@ GCHANGE_FREQ "weekly"
|
||||||
GPRIORITY "0.8"
|
GPRIORITY "0.8"
|
||||||
BROWSEABLE_VERSIONS "'devel', '3.4', '3.3', '3.2', '3.1', '3.0', '2.8'"
|
BROWSEABLE_VERSIONS "'devel', '3.4', '3.3', '3.2', '3.1', '3.0', '2.8'"
|
||||||
STARTER_REV "0.14.12"
|
STARTER_REV "0.14.12"
|
||||||
SYNCER_REV "0.7.0"
|
SYNCER_REV "0.7.1"
|
||||||
|
|
Loading…
Reference in New Issue