From 4eba1e1a0cbe1e432da1b18473a020f7e3d79265 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Wed, 16 May 2018 15:24:37 +0200 Subject: [PATCH] upgrade arangosync version to 0.5.1 --- CHANGELOG | 6 ++++-- VERSIONS | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f70074a78b..ff2aea1ffb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/VERSIONS b/VERSIONS index 534982eb77..48ba2cd240 100644 --- a/VERSIONS +++ b/VERSIONS @@ -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"