diff --git a/0.6.0.tar.gz b/0.6.0.tar.gz deleted file mode 100644 index 28b6347..0000000 --- a/0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1837b8fbeaf4b1dd4d86847eb58ea1ff5c89055b05a6f23039315db2ddc8d41b -size 556773 diff --git a/0.6.2.tar.gz b/0.6.2.tar.gz new file mode 100644 index 0000000..bc75c3a --- /dev/null +++ b/0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa9ee64327b9fdbf1d8514ec9b1374b797560b43315911211f723acf01ff317 +size 557665 diff --git a/_service b/_service deleted file mode 100644 index 70290ce..0000000 --- a/_service +++ /dev/null @@ -1,19 +0,0 @@ - - - - libQuotient - https://github.com/quotient-im/libQuotient.git - git - .git - git-master - 0.6.0 - master - enable - - - - - gz - *.tar - - diff --git a/_servicedata b/_servicedata deleted file mode 100644 index 7c47570..0000000 --- a/_servicedata +++ /dev/null @@ -1,4 +0,0 @@ - - - https://github.com/quotient-im/libQuotient.git - 17c89693811a4aa27db700d8f9f278393c8e0926 \ No newline at end of file diff --git a/libQuotient.changes b/libQuotient.changes index 4054df7..61cfaaf 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Oct 24 09:17:37 UTC 2020 - dead-mozay@opensuse.org + +- Update to version 0.6.2: + * More stringent serverpart checks in user ids. + * Uri::toUrl() now returns an actually working matrix.to link. + * The biggest change in this release is a rewrite of the code + maintaining user profiles (generic and per-room). + The new code is simpler, faster and occupies less memory - + a hat-trick of optimisation. The improvement is most noticeable + when opening bigger rooms with many users (such as Matrix HQ). + * Trying to set displayname or avatar URL to an empty value with + Synapse homeservers led to an obscure error; + now it works as it should. + * Another noticeable change is that the library should be more + robust against gateway/CDN/proxy errors that sometimes bring + unexpected responses (e.g. an HTML payload when JSON is expected). + * Quotest: added a test for changing the user display name + * User::bridged() and User::rawName() has long been useless, + as Matrix stopped using bridge postfixes - they are deprecated now. + * Smaller optimisations, cleanup and documentation updates, as usual. + ------------------------------------------------------------------- Fri Jul 24 16:37:51 UTC 2020 - Marcel Kuehlhorn diff --git a/libQuotient.obsinfo b/libQuotient.obsinfo deleted file mode 100644 index 0907ee9..0000000 --- a/libQuotient.obsinfo +++ /dev/null @@ -1,5 +0,0 @@ -name: libQuotient -version: 0.6.0 -mtime: 1582189054 -commit: d3ca82b9d7477a35e7580f2d6ce579dcbf791d07 - diff --git a/libQuotient.spec b/libQuotient.spec index 647bd83..8585a59 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -19,7 +19,7 @@ %define soversion 0_6 Name: libQuotient -Version: 0.6.0 +Version: 0.6.2 Release: 0 Summary: Library for Qt Matrix Clients License: LGPL-2.1-only