This commit is contained in:
Lauri Ojansivu 2018-07-06 01:03:51 +03:00
parent eb6373a879
commit 62e5e5db49
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release
# v1.12 2018-07-06 Wekan release
This release adds the following new features:

View file

@ -15,7 +15,7 @@ ARG SRC_PATH
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7"
ENV NODE_VERSION ${NODE_VERSION:-v8.11.1}
ENV NODE_VERSION ${NODE_VERSION:-v8.11.3}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1}
ENV USE_EDGE ${USE_EDGE:-false}
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
@ -48,7 +48,7 @@ RUN \
# Download node version 8.11.1 that has fix included, node binary copied from Sandstorm
# Description at https://releases.wekan.team/node.txt
wget https://releases.wekan.team/node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && \
echo "308d0caaef0a1da3e98d1a1615016aad9659b3caf31d0f09ced20cabedb8acbf node-v8.11.1-linux-x64.tar.gz" >> SHASUMS256.txt.asc && \
echo "40e7990489c13a1ed1173d8fe03af258c6ed964b92a4bd59a0927ac5931054aa node-v8.11.3-linux-x64.tar.gz" >> SHASUMS256.txt.asc && \
\
# Verify nodejs authenticity
grep ${NODE_VERSION}-${ARCHITECTURE}.tar.gz SHASUMS256.txt.asc | shasum -a 256 -c - && \

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "1.11.0",
"version": "1.12.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 = 96,
appVersion = 97,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.11.0~2018-06-30"),
appMarketingVersion = (defaultText = "1.12.0~2018-07-06"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,