1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2012-11-20 09:37:08 +01:00
parent 30799b0857
commit 156da907c5
1 changed files with 9 additions and 0 deletions

View File

@ -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