From 8f8d3ed8891034d1c1c43c78ba6d18f1ca61d3d8994ea2ff5b2cf6acfae7d50c Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Tue, 29 Dec 2020 11:17:47 +0000 Subject: [PATCH] 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 --- 0.6.2.tar.gz | 3 --- 0.6.3.tar.gz | 3 +++ libQuotient.changes | 23 +++++++++++++++++++++++ libQuotient.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 0.6.2.tar.gz create mode 100644 0.6.3.tar.gz diff --git a/0.6.2.tar.gz b/0.6.2.tar.gz deleted file mode 100644 index bc75c3a..0000000 --- a/0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afa9ee64327b9fdbf1d8514ec9b1374b797560b43315911211f723acf01ff317 -size 557665 diff --git a/0.6.3.tar.gz b/0.6.3.tar.gz new file mode 100644 index 0000000..78115d7 --- /dev/null +++ b/0.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f452e9da7be391ba1c8e10fc771b7ad461ff59a4f9f36467c912e4abd5a0372a +size 559142 diff --git a/libQuotient.changes b/libQuotient.changes index 61cfaaf..d11c338 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Dec 29 07:35:30 UTC 2020 - Dead Mozay + +- 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 diff --git a/libQuotient.spec b/libQuotient.spec index 8585a59..8b88c95 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -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