From 73134e96151f1bd8be21e24c387bbd64abe22191d4757bf62b020587f4ee4b95 Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Tue, 24 Aug 2021 08:10:30 +0000 Subject: [PATCH] Accepting request 913960 from home:Dead_Mozay:matrix - Update to version 0.6.8: * Retain the current room member avatar when renaming the user for the room. * When displaying the room, notification/highlight counters are no more reset. This never really worked, with the notification and highlight counts jumping to zero and then back to the original value if the timeline hasn't been completely read; now that read receipts are correctly sent, the counters can be left to the homeserver to update (while E2EE is not around). * Fix the missing percent encoding in User::fetchProfile(), leading to problems around historical userids that still have slashes. * CS API files have been regenerated from the new matrix-doc after revamping the layout and tooling; the library API didn't change, but doc-comments are now in Markdown rather than ReStructured Text. * Update GTAD configuration to version 0.8 of the tool. * Fix potential linking errors around quotient_common.h. OBS-URL: https://build.opensuse.org/request/show/913960 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=16 --- libQuotient-0.6.7.tar.gz | 3 --- libQuotient-0.6.8.tar.gz | 3 +++ libQuotient.changes | 23 +++++++++++++++++++++++ libQuotient.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 libQuotient-0.6.7.tar.gz create mode 100644 libQuotient-0.6.8.tar.gz diff --git a/libQuotient-0.6.7.tar.gz b/libQuotient-0.6.7.tar.gz deleted file mode 100644 index 464f046..0000000 --- a/libQuotient-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29143c56efb24525d168281fdb751531d69529f05e7e7d1b1121a1d64a504510 -size 560174 diff --git a/libQuotient-0.6.8.tar.gz b/libQuotient-0.6.8.tar.gz new file mode 100644 index 0000000..2228b0e --- /dev/null +++ b/libQuotient-0.6.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8379501a216f4450affa41e62a33d30e80abfe5eab6915e03fbd49f6b92acd6d +size 561552 diff --git a/libQuotient.changes b/libQuotient.changes index f214dee..0e8fb8e 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Aug 24 06:45:25 UTC 2021 - Dead Mozay + +- Update to version 0.6.8: + * Retain the current room member avatar when renaming the user + for the room. + * When displaying the room, notification/highlight counters are + no more reset. This never really worked, with the notification + and highlight counts jumping to zero and then back to the + original value if the timeline hasn't been completely read; + now that read receipts are correctly sent, the counters + can be left to the homeserver to update + (while E2EE is not around). + * Fix the missing percent encoding in User::fetchProfile(), + leading to problems around historical userids that still + have slashes. + * CS API files have been regenerated from the new matrix-doc + after revamping the layout and tooling; the library API didn't + change, but doc-comments are now in Markdown rather than + ReStructured Text. + * Update GTAD configuration to version 0.8 of the tool. + * Fix potential linking errors around quotient_common.h. + ------------------------------------------------------------------- Sun Jul 18 14:09:53 UTC 2021 - Fabian Vogt diff --git a/libQuotient.spec b/libQuotient.spec index 23d9e1a..208f13d 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -20,7 +20,7 @@ %define sonum 0.6 %bcond_with e2ee Name: libQuotient -Version: 0.6.7 +Version: 0.6.8 Release: 0 Summary: Library for Qt Matrix Clients License: LGPL-2.1-only