diff --git a/0.1.13.tar.gz b/0.1.13.tar.gz deleted file mode 100644 index 7ba738964ae4e60118cdd059796ea84f30f8c06d..0000000000000000000000000000000000000000 Binary files a/0.1.13.tar.gz and /dev/null differ diff --git a/0.2.2.tar.gz b/0.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..369502786b0d43bb873627793d796690311e098e Binary files /dev/null and b/0.2.2.tar.gz differ diff --git a/libjcat.spec b/libjcat.spec index 4457d6f75dbd1b24da625e10d916c992977d3a31..acb5e08833f0327654fd46ce765c9d25915af3e6 100644 --- a/libjcat.spec +++ b/libjcat.spec @@ -3,7 +3,7 @@ Summary: Library for reading Jcat files Name: libjcat -Version: 0.1.13 +Version: 0.2.2 Release: 1 License: LGPLv2+ URL: https://github.com/hughsie/libjcat @@ -88,6 +88,13 @@ Executable and data files for installed tests. %dir %{_datadir}/installed-tests/libjcat %changelog +* Mon Dec 02 2024 liuzhilin - 0.2.2-1 +- Bugfixes: Increase test coverage for ED25519 support. +- Bugfixes: Save the auto-generated private key with 0600 file permissions. +- Bugfixes: Switch ED25519 support to not directly using Nettle. +- Fix header includes. +- Fix prefix of LIBJCAT_CHECK_VERSION. + * Fri Nov 17 2023 lwg - 0.1.13-1 - update to version 0.1.13