mirror of https://gitee.com/bigwinds/arangodb
updated CHANGELOG
This commit is contained in:
parent
7fa0fc7d33
commit
887f03eb19
31
CHANGELOG
31
CHANGELOG
|
@ -293,7 +293,7 @@ v2.8.0-alpha1 (2015-12-03)
|
|||
re-enabled by explicitly setting the option `returnBodyOnError` to `false` (#1437)
|
||||
|
||||
|
||||
v2.7.3 (XXXX-XX-XX)
|
||||
v2.7.3 (2015-12-17)
|
||||
-------------------
|
||||
|
||||
* fixed disappearing of documents for collections transferred via `sync` or
|
||||
|
@ -920,7 +920,24 @@ v2.7.0-rc1 (2015-09-17)
|
|||
The "Applications" tab in the web interfaces has been renamed to "Services".
|
||||
|
||||
|
||||
v2.6.11 (XXXX-XX-XX)
|
||||
v2.6.12 (2015-12-02)
|
||||
--------------------
|
||||
|
||||
* fixed disappearing of documents for collections transferred via `sync` if the
|
||||
the collection was dropped right before synchronization and drop and (re-)create
|
||||
collection markers were located in the same WAL file
|
||||
|
||||
* added missing lock instruction for primary index in compactor size calculation
|
||||
|
||||
* fixed issue #1589
|
||||
|
||||
* fixed issue #1583
|
||||
|
||||
* Foxx: optional configuration options no longer log validation errors when assigned
|
||||
empty values (#1495)
|
||||
|
||||
|
||||
v2.6.11 (2015-11-18)
|
||||
--------------------
|
||||
|
||||
* fixed potentially invalid pointer access in shaper when the currently accessed
|
||||
|
@ -1770,9 +1787,17 @@ v2.6.0 (2015-06-20)
|
|||
for a lock on a DBserver as blocked
|
||||
|
||||
|
||||
v2.5.6 (XXXX-XX-XX)
|
||||
v2.5.7 (2015-08-02)
|
||||
-------------------
|
||||
|
||||
* V8: Upgrade to version 4.1.0.27 - this is intended to be the stable V8 version.
|
||||
|
||||
|
||||
v2.5.6 (2015-07-21)
|
||||
-------------------
|
||||
|
||||
* alter Windows build infrastructure so we can properly store pdb files.
|
||||
|
||||
* potentially fixed issue #1313: Wrong metric calculation at dashboard
|
||||
|
||||
Escape whitespace in process name when scanning /proc/pid/stats
|
||||
|
|
Loading…
Reference in New Issue