From e7dccfd5e93ff9a5bf3fad39cfa3e7fb58c2fe78 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 5 Nov 2015 10:55:22 +0000 Subject: [PATCH] Release fwupd 0.5.3 --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index ef419b011..f37bf771a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 0.5.3 +~~~~~~~~~~~~~ +Released: 2015-11-05 + +Bugfixes: + - Avoid seeking when reading the file magic during refresh (Richard Hughes) + - Do not assume that the compressed XML data will be NUL terminated (Richard Hughes) + - Use the correct user agent string for fwupdmgr (Richard Hughes) + Version 0.5.2 ~~~~~~~~~~~~~ Released: 2015-10-28