1
0
Fork 0

upgrade arangosync version to 0.5.1

This commit is contained in:
jsteemann 2018-05-16 15:24:37 +02:00
parent a9501529d2
commit 4eba1e1a0c
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,10 @@
v3.3.9 (xxxx-xx-xx)
-------------------
* upgraded arangosync version to 0.5.1
* upgraded arangodb starter version to 0.11.2
* fix cluster upgrading issue introduced in 3.3.8
the issue made arangod crash when starting a DB server with option
@ -16,8 +20,6 @@ v3.3.9 (xxxx-xx-xx)
will always return the first value for non-unique attribute names and not the
last occurring value.
* upgraded arangodb starter version to 0.11.2
* self heal during a Foxx service install, upgrade or replace no longer breaks
the respective operation

View File

@ -6,4 +6,4 @@ GCHANGE_FREQ "weekly"
GPRIORITY "0.8"
BROWSEABLE_VERSIONS "'devel', '3.3', '3.2', '3.1', '3.0', '2.8'"
STARTER_REV "0.11.2"
SYNCER_REV "0.5.0"
SYNCER_REV "0.5.1"