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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-07-08 10:52:26 +0300
committerGitHub <noreply@github.com>2022-07-08 10:52:26 +0300
commitf5ac73940f9f683b11e518d1c54150bf50dab9be (patch)
tree2f5f9c93c63e8bf2120944dfc0c5c10058a36768
parentd45233a062f35769665927a77de10113aeabcfdc (diff)
parent35f17e136c78be53aff1c3a997164a9264196ec3 (diff)
Merge pull request #7541 from nextcloud/changelog/12.2.7v12.2.7
Release 12.2.7
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51d282570..291bd38d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 12.2.7 – 2022-07-08
+### Added
+- Add brute force protection for conversation tokens and passwords
+ [#7537](https://github.com/nextcloud/spreed/pull/7537)
+- Add a capability for unified search to enable the feature on the clients
+ [#7450](https://github.com/nextcloud/spreed/pull/7450)
+
+### Fixed
+- Fix backend URL in request to HPB from command line
+ [#7442](https://github.com/nextcloud/spreed/pull/7442)
+- Fix error when setting user status while not being in any conversation
+ [#7468](https://github.com/nextcloud/spreed/pull/7468)
+
## 12.2.6 – 2022-05-26
### Fixed
- Ensure display name of conversation owner is stored correctly
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a9dee9b67..5844c0ce2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>12.2.6</version>
+ <version>12.2.7</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>