diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..cfa3102 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,122 @@ +libfido2 (1.12.0-2) unstable; urgency=medium + + [ Debian Janitor ] + * Bump debhelper from old 12 to 13. + * Set upstream metadata fields: Bug-Database, Bug-Submit, + Repository-Browse. + * Update standards version to 4.6.1, no changes needed. + * Set upstream metadata fields: Repository, Security-Contact. + + -- Colin Watson <cjwatson@debian.org> Tue, 15 Nov 2022 23:16:25 +0000 + +libfido2 (1.12.0-1) unstable; urgency=medium + + * New upstream release. + - hid_linux: reopen hidraw(4) after flock(2) (LP: #1983784). + + -- Colin Watson <cjwatson@debian.org> Sat, 01 Oct 2022 20:48:17 +0100 + +libfido2 (1.11.0-1) unstable; urgency=medium + + * New upstream release. + * Speed up debian/run-regression-tests.sh. + + -- Colin Watson <cjwatson@debian.org> Wed, 11 May 2022 00:51:00 +0100 + +libfido2 (1.10.0-1) unstable; urgency=medium + + * New upstream release. + + -- Colin Watson <cjwatson@debian.org> Thu, 20 Jan 2022 14:28:29 +0000 + +libfido2 (1.9.0-2) unstable; urgency=medium + + [ Luca Boccassi ] + * Bump libssl-dev from Suggests to Depends on libfido2-dev (closes: + #1003699). + + -- Colin Watson <cjwatson@debian.org> Thu, 13 Jan 2022 22:29:20 +0000 + +libfido2 (1.9.0-1) unstable; urgency=medium + + * New upstream release. + - Added OpenSSL 3.0 compatibility (closes: #995157, LP: #1945810). + + -- Colin Watson <cjwatson@debian.org> Sun, 31 Oct 2021 10:24:11 +0000 + +libfido2 (1.8.0-1) unstable; urgency=medium + + * Update signing keys from Yubico. + * New upstream release. + + -- Colin Watson <cjwatson@debian.org> Mon, 16 Aug 2021 00:58:22 +0100 + +libfido2 (1.6.0-2) unstable; urgency=medium + + * No-op change from 1.6.0-1 to fix dgit history. + + -- Colin Watson <cjwatson@debian.org> Sat, 16 Jan 2021 22:46:13 +0000 + +libfido2 (1.6.0-1) unstable; urgency=medium + + * New upstream release. + + -- Colin Watson <cjwatson@debian.org> Sat, 16 Jan 2021 22:42:52 +0000 + +libfido2 (1.5.0-2) unstable; urgency=medium + + * Cherry-pick upstream patch to fix 32-bit build errors. + + -- Colin Watson <cjwatson@debian.org> Sun, 20 Sep 2020 23:12:57 +0100 + +libfido2 (1.5.0-1) unstable; urgency=medium + + * New upstream release. + + -- Colin Watson <cjwatson@debian.org> Sun, 20 Sep 2020 17:49:14 +0100 + +libfido2 (1.4.0-2) unstable; urgency=medium + + [ nicoo ] + * Amend changelog for v1.4.0-1 + Add missing change in debian/copyright, setting Upstream-Contact + + [ Andreas Hasenack ] + * Run regression tests at build time + + -- Colin Watson <cjwatson@debian.org> Wed, 27 May 2020 09:42:04 +0100 + +libfido2 (1.4.0-1) unstable; urgency=medium + + [ Colin Watson ] + * New upstream release. + * Pass -c4 to dpkg-gensymbols, so that we notice if + debian/libfido2-1.symbols is out of date. + + [ nicoo ] + * debian/copyright: Set Upstream-Contact to Yubico's OSS maintainers role + + -- Colin Watson <cjwatson@debian.org> Sat, 18 Apr 2020 12:15:18 +0100 + +libfido2 (1.3.1-1) unstable; urgency=medium + + [ nicoo ] + * New upstream version 1.3.1 (released 2020-02-19) + Correctly zero part of the APDU when communicating with U2F devices + + * Fix non-determinism in the build + Set CMAKE_BUILD_RPATH_USE_ORIGIN, require cmake >= 3.14 + * Add CI, based on salsa-ci-team's pipeline + + [ Colin Watson ] + * Fix pattern in debian/watch. + * Only use -fstack-protector-all if it is supported + + -- nicoo <nicoo@debian.org> Sun, 23 Feb 2020 15:36:41 +0100 + +libfido2 (1.3.0-1) unstable; urgency=low + + * Initial packaging (released 2019-11-28) + Closes: #951184 + + -- nicoo <nicoo@debian.org> Wed, 12 Feb 2020 15:40:00 +0100 |