diff --git a/libQuotient-0.9.1.tar.gz b/libQuotient-0.9.1.tar.gz deleted file mode 100644 index 2f717b1..0000000 --- a/libQuotient-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a1fd19c9f6e4d93c60fbec5ab4ca84961781e6d00105a4437ecd14aaea36bc9 -size 772882 diff --git a/libQuotient-0.9.2.tar.gz b/libQuotient-0.9.2.tar.gz new file mode 100644 index 0000000..52f258f --- /dev/null +++ b/libQuotient-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc75f1e4e23c8aac445a0e31d354adf97af456e29d27c032d4d467d4664ca06 +size 777025 diff --git a/libQuotient.changes b/libQuotient.changes index 2181201..5a26bf7 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jan 12 12:04:07 UTC 2025 - Christophe Marin + +- Update to 0.9.2 + * Replaced remaining QScopedPointer occurrences with + std::unique_ptr; introduce DeleteLater and QObjectHolder for + better integration of std::unique_ptr and QObject-based types + * New range facilities: findIndex() and rangeTo(), to cover for + the missing std::ranges::to() on macOS + * Fixes to some Quotest tests getting stuck in limbo + * findIndirect() algorithm was found unnecessary, as + std::ranges::find() covers its use case + * Only signal pending event as merged once the real one is in + the timeline + * ThreadView to track threads in a room + * AccountSettings: fix working with MXIDs that have forward- + and backslashes + ------------------------------------------------------------------- Fri Dec 20 14:19:50 UTC 2024 - Christophe Marin diff --git a/libQuotient.spec b/libQuotient.spec index 7d8d8cf..55c54c4 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -29,7 +29,7 @@ ExclusiveArch: do_not_build %define sonum 0.9 %define rname libQuotient Name: libQuotient%{?pkg_suffix} -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: Library for Qt Matrix Clients License: LGPL-2.1-only