Merge branch 'edge' into meteor-1.8

This commit is contained in:
Lauri Ojansivu 2019-02-09 00:06:05 +02:00
commit f69392566a
6 changed files with 15 additions and 7 deletions

View file

@ -1,3 +1,11 @@
# v2.19 2019-02-09 Wekan release
This release removes the following new features:
- [Remove oplog from snap](https://github.com/wekan/wekan/commit/f1bd36a3b87f97927dfe60572646a457e1f7ef66). Need to think how to do it properly.
Thanks to GitHub user xet7 for conrtibutions.
# v2.18 2019-02-08 Wekan release
This release adds the folloging new features:

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v2.18.0"
appVersion: "v2.19.0"
files:
userUploads:
- README.md

View file

@ -660,6 +660,6 @@
"add-custom-html-before-body-end": "Añade HTML personalizado después de </body>",
"error-undefined": "Algo no está bien",
"error-ldap-login": "Ocurrió un error al intentar acceder",
"display-authentication-method": "Visualizar método de autentificación",
"default-authentication-method": "Método de autentificación por defecto"
"display-authentication-method": "Mostrar el método de autenticación",
"default-authentication-method": "Método de autenticación por defecto"
}

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v2.18.0",
"version": "v2.19.0",
"description": "Open-Source 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 = 220,
appVersion = 221,
# Increment this for every release.
appMarketingVersion = (defaultText = "2.18.0~2019-02-08"),
appMarketingVersion = (defaultText = "2.19.0~2019-02-09"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,

View file

@ -29,4 +29,4 @@ if [ "x" != "x${MONGODB_PORT}" ]; then
fi
echo "mongodb bind options: $BIND_OPTIONS"
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles --oplogSize 128
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles