From 06e107f358cfe8a951975fc47572b014c2e0e697 Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Mon, 20 Jan 2020 20:35:04 +0100 Subject: [PATCH] Release version 0.8.1 --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index f4251dd..7a32d89 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Version 0.8.1 +~~~~~~~~~~~~~~ +Released: 2020-01-20 + +Bugfixes: + * Don't crash if a gettext locale has no strings + * Reject packages which should have a long description but don't have one + * debian: Search for bz2 files again, i18n still uses those + * Work around some curl/D behavior changes and make HTTPS downloads work again + * Check suite status before removing hints/components + * Don't fail download on HTTP status code 302 + * Properly fail icon search in all failure cases, add more debug logging + * Ensure icon tarballs are closed immediately after writing to them + * Flip around sorting of suites on HTML reports + Version 0.8.0 ~~~~~~~~~~~~~~ Released: 2019-09-24