From 3fa6e9f8ca657674235a27e616b4eedc9f3373f9 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Fri, 3 Feb 2012 08:35:59 +0000 Subject: [PATCH] Mention we can read ELF files now. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1060 81a1dc3b-b13d-400b-aceb-764788c761c2 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5040a9dd..f22f4c33 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,9 @@ Current: * The EEPROM contents for the cyclecounter is only read when explicitly requested by a -y or -Y option. + * The -U option now accepts ELF files as input files, and extracts + the appropriate section contents that matches the requested memory + region. Version 5.11: