Accepting request 859181 from home:Dead_Mozay:matrix
- Update to version 0.6.3: * (#412 with an additional fix in e7c9ca9) Take profile data from the previous user state for users who already left * (693241d) Fix defunct network requests stalling the request queue * (e81117f, 6e8be18) Minor performance improvements on loading rooms and accounts involving many users (0.7 will have more work on handling that) * (2340f3d) Power level events are properly redacted now locally * (ff2cb9f) Work around lack of native Qt support for request bodies in DELETE requests * (97b0bec) Fix a few cases of insufficient escaping in Quotient::Uri (thanks to nephele for reporting) * (#421) Fix incorrect processing when a network request (especially for .well-known) returns 404 with non-empty body that is not JSON (which is quite usual when a .well-known record is missing) * (66972c8) Room tags that start with . (fullstop) are no more considered correct and will get u. in front of them. * Many thanks for all the help in testing and contributing! OBS-URL: https://build.opensuse.org/request/show/859181 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=5
This commit is contained in:
parent
889cab5424
commit
8f8d3ed889
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:afa9ee64327b9fdbf1d8514ec9b1374b797560b43315911211f723acf01ff317
|
||||
size 557665
|
3
0.6.3.tar.gz
Normal file
3
0.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f452e9da7be391ba1c8e10fc771b7ad461ff59a4f9f36467c912e4abd5a0372a
|
||||
size 559142
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 29 07:35:30 UTC 2020 - Dead Mozay <dead-mozay@opensuse.org>
|
||||
|
||||
- Update to version 0.6.3:
|
||||
* (#412 with an additional fix in e7c9ca9) Take profile data from
|
||||
the previous user state for users who already left
|
||||
* (693241d) Fix defunct network requests stalling the request queue
|
||||
* (e81117f, 6e8be18) Minor performance improvements on loading
|
||||
rooms and accounts involving many users (0.7 will have more work
|
||||
on handling that)
|
||||
* (2340f3d) Power level events are properly redacted now locally
|
||||
* (ff2cb9f) Work around lack of native Qt support for request
|
||||
bodies in DELETE requests
|
||||
* (97b0bec) Fix a few cases of insufficient escaping in
|
||||
Quotient::Uri (thanks to nephele for reporting)
|
||||
* (#421) Fix incorrect processing when a network request
|
||||
(especially for .well-known) returns 404 with non-empty body
|
||||
that is not JSON (which is quite usual when a .well-known
|
||||
record is missing)
|
||||
* (66972c8) Room tags that start with . (fullstop) are no more
|
||||
considered correct and will get u. in front of them.
|
||||
* Many thanks for all the help in testing and contributing!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 24 09:17:37 UTC 2020 - dead-mozay@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define soversion 0_6
|
||||
|
||||
Name: libQuotient
|
||||
Version: 0.6.2
|
||||
Version: 0.6.3
|
||||
Release: 0
|
||||
Summary: Library for Qt Matrix Clients
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
Reference in New Issue
Block a user