summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-03 16:20:04 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-03 16:20:04 +0200
commitb75fafc5f2de1a3bdd479566099356e4576099d7 (patch)
tree77497e23145a8e2c03a160ab1d5c1f34ef73b75f
parentb788deb002aab83fc127d1a8b3f47670258dbb6a (diff)
downloadwekan-b75fafc5f2de1a3bdd479566099356e4576099d7.tar.gz
wekan-b75fafc5f2de1a3bdd479566099356e4576099d7.tar.bz2
wekan-b75fafc5f2de1a3bdd479566099356e4576099d7.zip
- Add CORS https://enable-cors.org/server_meteor.html
- Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d66f038..b37a575e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,13 @@
This release adds the following new features:
-- Build snap also on i386, armhf and arm64. Ignore if it fails.
- Most likely armhf and arm64 does not build yet, I will add fixes later. Thanks to xet7.
- [Improve authentication, removing Login password/LDAP dropdown](https://github.com/wekan/wekan/issues/2016).
NOTE: This was added in v1.71, then reverted at v1.73 because login did not work, and after fix added back at v1.79.
Thanks to Akuket.
+- Thanks to xet7:
+ - Build snap also on i386, armhf and arm64. Ignore if it fails. More fixes will be added later.
+ - Add CORS https://enable-cors.org/server_meteor.html to Standalone Wekan settings.
+ - Add missing LDAP and TIMER environment variables.
and fixes the following bugs: