1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2015-06-05 11:57:48 +02:00
parent 4e33128092
commit dca08a3004
1 changed files with 6 additions and 5 deletions

View File

@ -510,11 +510,12 @@ v2.6.0 (XXXX-XX-XX)
var Foxx = require("org/arangodb/foxx");
Foxx.queues.create(db._name() + ":" + queueName);
* Javascript APIs:
* fs.copyFile to copy single files
* fs.copyRecursive to copy diretory trees
* fs.chmod to set the file permissions (non-windows onnly)
* process.env to access the process environment
* Added the following JavaScript methods for file access:
* fs.copyFile() to copy single files
* fs.copyRecursive() to copy diretory trees
* fs.chmod() to set the file permissions (non-Windows onnly)
* Added process.env for accessing the process environment from JavaScript code
* Cluster: kickstarter shutdown routines will more precisely follow the shutdown of its nodes.