From 12bc6c7bab7eb1a9a2ea0cd9a3fb819bfff4f157 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 19 Sep 2016 15:37:28 +0100 Subject: [PATCH] Release fwupd 0.7.4 --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index 9de968942..40246a583 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Version 0.7.4 +~~~~~~~~~~~~~ +Released: 2016-09-19 + +New Features: + - Add dfu_firmware_add_symbol() (Richard Hughes) + - Allow the argument to 'dfu-tool set-release' be major.minor (Richard Hughes) + - Load the Altos USB descriptor from ELF files (Richard Hughes) + - Support writing the IHEX symbol table (Richard Hughes) + +Bugfixes: + - Add a fallback for older appstream-glib releases (Richard Hughes) + - Fix a possible crash when uploading firmware files using libdfu (Richard Hughes) + - Fix libfwupd self tests when a host-provided fwupd is not available (Richard Hughes) + - Show the human-readable version in the 'dfu-tool dump' output (Richard Hughes) + - Write the ELF files with the correct section type (Richard Hughes) + Version 0.7.3 ~~~~~~~~~~~~~ Released: 2016-08-29