This commit is contained in:
Lauri Ojansivu 2018-07-06 01:14:02 +03:00
parent 62e5e5db49
commit 5220111822
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,11 @@
# v1.13 2018-07-06 Wekan release
This release adds the following new features:
- Added snapcraft.yml new node version changes, that were missing from v1.12.
Thanks to GitHub user xet7 for contibutions.
# v1.12 2018-07-06 Wekan release
This release adds the following new features:

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "1.12.0",
"version": "1.13.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 97,
appVersion = 98,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.12.0~2018-07-06"),
appMarketingVersion = (defaultText = "1.13.0~2018-07-06"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,

View file

@ -110,7 +110,7 @@ parts:
# Fiber.poolSize = 1e9;
# Download node version 8.11.1 that has fix included, node binary copied from Sandstorm
# Description at https://releases.wekan.team/node.txt
echo "13baa1b3114a5ea3248875e0f36cb46fcf8acd212de1fb74ba68ef4c9a4e1d93 node" >> node-SHASUMS256.txt.asc
echo "5263dc1c571885921179b11a1c6eb9ca82a95a89b69c15b366f885e9b5a32d66 node" >> node-SHASUMS256.txt.asc
curl https://releases.wekan.team/node -o node
# Verify Fibers patched node authenticity
echo "Fibers 100% CPU issue patched node authenticity:"