Browse Source

Merge branch 'edge' into meteor-1.8

Lauri Ojansivu 6 years ago
parent
commit
f69392566a
6 changed files with 15 additions and 7 deletions
  1. 8 0
      CHANGELOG.md
  2. 1 1
      Stackerfile.yml
  3. 2 2
      i18n/es.i18n.json
  4. 1 1
      package.json
  5. 2 2
      sandstorm-pkgdef.capnp
  6. 1 1
      snap-src/bin/mongodb-control

+ 8 - 0
CHANGELOG.md

@@ -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:

+ 1 - 1
Stackerfile.yml

@@ -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

+ 2 - 2
i18n/es.i18n.json

@@ -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"
 }

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v2.18.0",
+  "version": "v2.19.0",
   "description": "Open-Source kanban",
   "private": true,
   "scripts": {

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -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,

+ 1 - 1
snap-src/bin/mongodb-control

@@ -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