From 50829615d9e734761088118207c8e5732f3f2bcb Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Mon, 16 Sep 2013 19:23:21 +0000 Subject: [PATCH] Few minor clarifications. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1235 81a1dc3b-b13d-400b-aceb-764788c761c2 --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index bd2d619d..1488e740 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,7 @@ Current: - Specifying a -U option without a memory type (short form of option argument list) now defaults to "application" memory for Xmega devices, and "flash" for everything else. This ensures - the bootloader is not touched. + the Xmega bootloader is not accidentally touched. - For programmers that support it, the default erase method is a page erase now, rather than a chip erase (Xmega only). @@ -69,11 +69,11 @@ Current: (patch #7699 Read additional config files) - - "Safemode" can now be turned off by default in a configuration - file. + - "Safemode" can now be turned off by default from within a + configuration file (like ~/.avrduderc). - The new option -l logfile allows to redirect diagnostic messages - to a logfile rather than stdout. Useful to record debugging + to a logfile rather than stderr. Useful to record debugging traces, in particular in environments which do not offer shell-style redirection functionality for standard streams.