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:46:43 +0300
committerGitHub <noreply@github.com>2022-07-08 10:46:43 +0300
commite8c772a306af61d1847941cb02d7a14b586f3f5b (patch)
treef526a3361115dbcfbdb222fcd8ce4e58756246d7
parent99b22a72a7bb71c48490e070af846347b46ca274 (diff)
parentb89d3258f31c5aba6ad992641b772bb3c2156235 (diff)
Merge pull request #7539 from nextcloud/backport/7538/stable24v14.0.3
Release 14.0.3
-rw-r--r--CHANGELOG.md41
-rw-r--r--appinfo/info.xml2
2 files changed, 42 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ace36057..f9dd27d7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,47 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 14.0.3 – 2022-07-08
+### Added
+- Add brute force protection for conversation tokens and passwords
+ [#7535](https://github.com/nextcloud/spreed/pull/7535)
+- Allow the HPB to group session pinging across multiple conversations
+ [#7444](https://github.com/nextcloud/spreed/pull/7444)
+- Add a capability for unified search to enable the feature on the clients
+ [#7448](https://github.com/nextcloud/spreed/pull/7448)
+
+### Fixed
+- Fix backend URL in request to HPB from command line
+ [#7440](https://github.com/nextcloud/spreed/pull/7440)
+- Fix error when setting user status while not being in any conversation
+ [#7466](https://github.com/nextcloud/spreed/pull/7466)
+
+## 13.0.7 – 2022-07-08
+### Added
+- Add brute force protection for conversation tokens and passwords
+ [#7536](https://github.com/nextcloud/spreed/pull/7536)
+- Add a capability for unified search to enable the feature on the clients
+ [#7449](https://github.com/nextcloud/spreed/pull/7449)
+
+### Fixed
+- Fix backend URL in request to HPB from command line
+ [#7441](https://github.com/nextcloud/spreed/pull/7441)
+- Fix error when setting user status while not being in any conversation
+ [#7467](https://github.com/nextcloud/spreed/pull/7467)
+
+## 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)
+
## 14.0.2 – 2022-05-26
### Changed
- Add "Others" section to shared items tab to list unknown items
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4c274183e..062f38a95 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>14.0.2</version>
+ <version>14.0.3</version>
<licence>agpl</licence>
<author>Aleksandra Lazarević</author>