summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md9
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rwxr-xr-x[-rw-r--r--]releases/virtualbox/start-wekan.sh0
-rw-r--r--sandstorm-pkgdef.capnp4
-rwxr-xr-x[-rw-r--r--]snap-src/bin/config0
-rwxr-xr-x[-rw-r--r--]snap-src/bin/wekan-help0
-rwxr-xr-x[-rw-r--r--]start-wekan.bat0
-rwxr-xr-x[-rw-r--r--]start-wekan.sh0
9 files changed, 13 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c1311f1..4c133ac6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# v2.25 2019-02-23 Wekan release
+
+This release fixes the following bugs:
+
+- Revert file permission changes from v2.24 LDAP changes that
+ caused snap version to not build.
+
+Thanks to GitHub user xet7 for contributions.
+
# v2.24 2019-02-23 Wekan release
This release adds the following new features:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index aec5d637..00016cba 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.24.0"
+appVersion: "v2.25.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index d7b1cf13..a1c8e104 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.24.0",
+ "version": "v2.25.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/releases/virtualbox/start-wekan.sh b/releases/virtualbox/start-wekan.sh
index 2f2e9ea3..2f2e9ea3 100644..100755
--- a/releases/virtualbox/start-wekan.sh
+++ b/releases/virtualbox/start-wekan.sh
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 61b218c9..7a7a23b7 100644
--- a/sandstorm-pkgdef.capnp
+++ b/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 = 226,
+ appVersion = 227,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.24.0~2019-02-23"),
+ appMarketingVersion = (defaultText = "2.25.0~2019-02-23"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
diff --git a/snap-src/bin/config b/snap-src/bin/config
index c961c3d4..c961c3d4 100644..100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 48c24633..48c24633 100644..100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
diff --git a/start-wekan.bat b/start-wekan.bat
index 7ccf0c0e..7ccf0c0e 100644..100755
--- a/start-wekan.bat
+++ b/start-wekan.bat
diff --git a/start-wekan.sh b/start-wekan.sh
index c9745af9..c9745af9 100644..100755
--- a/start-wekan.sh
+++ b/start-wekan.sh