Node.js etc updates. Thanks to johnleeming !

Fix: Adding user to board causes node.js to crash. Thanks to nztqa ! Closes #1131
This commit is contained in:
Lauri Ojansivu 2017-07-15 00:01:45 +03:00
parent 753cc2e1e2
commit 2302453b36
3 changed files with 7 additions and 4 deletions

View file

@ -33,7 +33,6 @@ kenton:accounts-sandstorm
service-configuration@1.0.11 service-configuration@1.0.11
useraccounts:unstyled useraccounts:unstyled
useraccounts:flow-routing useraccounts:flow-routing
email@1.2.0
# Utilities # Utilities
check@1.2.5 check@1.2.5
@ -79,3 +78,4 @@ kadira:flow-router
shell-server@0.2.3 shell-server@0.2.3
simple:rest-accounts-password simple:rest-accounts-password
useraccounts:core useraccounts:core
email@1.2.3

View file

@ -53,7 +53,7 @@ diff-sequence@1.0.7
ecmascript@0.7.3 ecmascript@0.7.3
ecmascript-runtime@0.3.15 ecmascript-runtime@0.3.15
ejson@1.0.13 ejson@1.0.13
email@1.2.1 email@1.2.3
es5-shim@4.6.15 es5-shim@4.6.15
fastclick@1.0.13 fastclick@1.0.13
fortawesome:fontawesome@4.7.0 fortawesome:fontawesome@4.7.0

View file

@ -12,10 +12,13 @@ This release adds the following new features:
and fixes the following bugs: and fixes the following bugs:
* [SECURITY: Upgrade Node.js, MongoDB and Debian on Docker and Ubuntu snap edge](https://github.com/wekan/wekan/pull/1132);
* [Possible to add empty item to checklist](https://github.com/wekan/wekan/pull/1107); * [Possible to add empty item to checklist](https://github.com/wekan/wekan/pull/1107);
* [Double-slash issue](https://github.com/wekan/wekan/pull/1114). * [Double-slash issue](https://github.com/wekan/wekan/pull/1114);
* [Node.js crash when adding new user to board](https://github.com/wekan/wekan/issues/1131).
Thanks to GitHub users GhassenRjab, jtickle, nztqa and zarnifoulette for their contributions. Thanks to GitHub users GhassenRjab, johnleeming, jtickle, nztqa, xet7 and zarnifoulette
for their contributions.
# v0.27 2017-06-28 Wekan release # v0.27 2017-06-28 Wekan release