From 37f19da58324f04c6e45b9fb6e90a6929af5445b Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 5 Feb 2015 21:20:01 +0100 Subject: [PATCH 1/2] update CHANGELOG with 2.4 changes --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 643a83223c..0c97c8a7ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -76,6 +76,17 @@ v2.5.0 (XXXX-XX-XX) behavior. +v2.4.3 (2015-02-XX) +------------------- + +* fix multi-threading with openssl when running under Windows + +* fix timeout on socket operations when running under Windows + +* Fixed an error in Foxx routing which caused some apps that worked in 2.4.1 to fail with status 500: `undefined is not a function` errors in 2.4.2 + This error was occurring due to seldom internal rerouting introduced by the malformed application handler. + + v2.4.2 (2015-XX-XX) ------------------- From 89bf892c8754feead2dcc193df0f9a23353604a1 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 5 Feb 2015 23:24:02 +0100 Subject: [PATCH 2/2] updated CHANGELOG --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0c97c8a7ea..70dc362069 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ v2.5.0 (XXXX-XX-XX) ------------------- +* inspection of AQL data-modification queries will now detect if the data-modification part + of the query can run in lockstep with the data retrieval part of the query, or if the data + retrieval part must be executed before the data modification can start. + + Executing the two in lockstep allows using much smaller buffers for intermediate results + and starts the actual data-modification operations much earlier than if the two phases + were executed seperately. + * Allow dynamic attribute names in AQL object literals This allows using arbitrary expressions to construct attribute names in object