summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-15 00:01:45 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-15 00:01:45 +0300
commit2302453b368f1965a32f65b1b31a82f331c41f0a (patch)
tree9f2b7517ca35ef11d2a680a516e3770036be49ab
parent753cc2e1e2bb24553098836e8a7f7e886cdd7ebb (diff)
downloadwekan-2302453b368f1965a32f65b1b31a82f331c41f0a.tar.gz
wekan-2302453b368f1965a32f65b1b31a82f331c41f0a.tar.bz2
wekan-2302453b368f1965a32f65b1b31a82f331c41f0a.zip
Node.js etc updates. Thanks to johnleeming !
Fix: Adding user to board causes node.js to crash. Thanks to nztqa ! Closes #1131
-rw-r--r--.meteor/packages2
-rw-r--r--.meteor/versions2
-rw-r--r--CHANGELOG.md7
3 files changed, 7 insertions, 4 deletions
diff --git a/.meteor/packages b/.meteor/packages
index 8bb66922..7c04f207 100644
--- a/.meteor/packages
+++ b/.meteor/packages
@@ -33,7 +33,6 @@ kenton:accounts-sandstorm
service-configuration@1.0.11
useraccounts:unstyled
useraccounts:flow-routing
-email@1.2.0
# Utilities
check@1.2.5
@@ -79,3 +78,4 @@ kadira:flow-router
shell-server@0.2.3
simple:rest-accounts-password
useraccounts:core
+email@1.2.3
diff --git a/.meteor/versions b/.meteor/versions
index 4c1fccf4..416093aa 100644
--- a/.meteor/versions
+++ b/.meteor/versions
@@ -53,7 +53,7 @@ diff-sequence@1.0.7
ecmascript@0.7.3
ecmascript-runtime@0.3.15
ejson@1.0.13
-email@1.2.1
+email@1.2.3
es5-shim@4.6.15
fastclick@1.0.13
fortawesome:fontawesome@4.7.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d69c6585..46aa79b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,10 +12,13 @@ This release adds the following new features:
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);
-* [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