Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-02-16 13:49:13 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-02-16 13:49:13 +0300
commit5e7dca190e351a2c50005ad3753a9da237315c4f (patch)
treec5adfa305297fc1572addc30cdeb88b3f640a7bd
parent407f4cf7408548b9b9af28601ca07fc78b34b05b (diff)
bump versionv3.2.3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50d3695c..688aa853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 3.2.3
+### Fixed
+- make testEncodedObjectGUID more robust against false positives
+
## 3.2.2
### Added
- allow providing url for SLO response
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 822f6fad..5015b61d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
- <version>3.2.2</version>
+ <version>3.2.3</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>