1
0
Fork 0

updated CHANGELOG

This commit is contained in:
jsteemann 2017-11-14 17:05:01 +01:00
parent bc1891dfd0
commit e9e3044f84
1 changed files with 8 additions and 1 deletions

View File

@ -109,9 +109,16 @@ devel
WARNING {memory} execute 'sudo sysctl -w "vm.max_map_count=512000"' WARNING {memory} execute 'sudo sysctl -w "vm.max_map_count=512000"'
v3.2.7 (2017-11-14) v3.2.7 (2017-11-13)
------------------- -------------------
* Cluster customers, which have upgraded from 3.1 to 3.2 need to upgrade
to 3.2.7. The cluster supervision is otherwise not operational.
* Fixed issue #3597: AQL with path filters returns unexpected results
In some cases breadth first search in combination with vertex filters
yields wrong result, the filter was not applied correctly.
* fixed some undefined behavior in some internal value caches for AQL GatherNodes * fixed some undefined behavior in some internal value caches for AQL GatherNodes
and SortNodes, which could have led to sorted results being effectively not and SortNodes, which could have led to sorted results being effectively not
correctly sorted. correctly sorted.