From 156da907c5d1f5416175d26fea40bfbc658bdb33 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 20 Nov 2012 09:37:08 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1bbb7f118b..668207c948 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ v1.1.beta3 (XXXX-XX-XX) +* WARNING: + arangod now performs a database version check at startup. It will look for a file + named "VERSION" in its database directory. If the file is not present, arangod will + refuse to start and ask the user to run arango-upgrade first. If the VERSION file + is present but is from an older version of ArangoDB, arangod will also refuse to + start and ask the user to run the upgrade script first. This procedure shall ensure + that users have full control over when they perform any updates/upgrades of their + data, and do not risk running an incompatible server/database state tandem. + * fixed issue #283: AQL LENGTH() now works on documents, too * fixed issue #281: documentation for skip lists shows wrong example