From 0b8521f186cae273f0fadfaba451edd47e5ccea4 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Wed, 26 Apr 2017 13:14:51 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 077fb0bc9d..c37bfcec0c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,13 +4,15 @@ devel * --server.maximal-queue-size is now an absolute maximum. If the queue is full, then 503 is returned. Setting it to 0 means "no limit". -* fixed issue #2450 -* fixed issue #2453 +v3.2.alpha4 (2017-04-25) +------------------------ -* fixed issue #2448 +* fixed issue #2450: Bad optimization plan on simple query -* fixed issue #2442 +* fixed issue #2448: ArangoDB Web UI takes no action when Delete button is clicked + +* fixed issue #2442: Frontend shows already deleted databases during login * added 'x-content-type-options: nosniff' to avoid MSIE bug @@ -81,6 +83,10 @@ devel Enabling this option activated some proprietary timers for only selected events in arangod. Instead better use `perf` to gather timings. + +v3.2.alpha3 (2017-03-22) +------------------------ + * increase default collection lock timeout from 30 to 900 seconds * added function `db._engine()` for retrieval of storage engine information at @@ -118,7 +124,7 @@ devel when unused. Waiting for an unused V8 context will now also abort if no V8 context can be - acquired/created after 60 seconds. + acquired/created after 120 seconds. * improved diagnostic messages written to logfiles by supervisor process