Add option -l logfile to redirect diagnostic messages to a logfile rather

than stderr.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1179 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2013-05-16 09:11:32 +00:00
parent 3756a42db1
commit d0625e8fec
5 changed files with 47 additions and 4 deletions

5
NEWS
View File

@@ -129,6 +129,11 @@ Current:
(patch #7699 Read additional config files)
* The new option -l logfile allows to redirect diagnostic messages
to a logfile rather than stdout. Useful to record debugging
traces, in particular in environments which do not offer
shell-style redirection functionality for standard streams.
* Programmer types in configuration file are no longer keywords but
specified as string.