From 143ee7d79d61957e1ef4a69c4492038e9aa484de Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Sat, 14 May 2005 15:22:31 +0000 Subject: [PATCH] Catch up on my updates. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@468 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index 82f2ea6f..6beec6f8 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -1,3 +1,11 @@ +2005/05/14 Brian S. Dean + + * configure.ac: + * main.c: + Update version for beta release and copyright message. + Change the default port to 'serial' for the newly added serial + programmers stk500v2 and jtagmkii. + 2005-05-10 Joerg Wunsch * Makefile.am: @@ -41,6 +49,34 @@ from these events, but the previous code wasn't prepared for any kind of recovery. The Win32 change for this still has to be done. +2005/02/11 Brian S. Dean + + * main.c: + Exit non-zero if safe-mode reverts fuse bits that were requested on + the command-line. + + Variable declarations must only appear at the beginning of a block. + +2005/02/10 Brian S. Dean + + * avrdude.1: + Document -u option to disable safe mode. + +2005/02/10 Brian S. Dean + + * configure.ac: + doc/Makefile is now dependent on whether or not doc is enabled. + +2005/02/10 Brian S. Dean + + * Makefile.am: + * configure.ac: + Disable the doc build by default; the tools needed to build + doc are either not available on all systems or are at best + inconvenient to build and install. The doc can still be built, one + just needs to specify --enable-doc at configure time. + + 2005-01-24 Colin O'Flynn * main.c: Add "safe mode". Fuse settings will be restored at the end @@ -50,6 +86,19 @@ * Makefile.am: Add new files. * doc/avrdude.texi: Document new Safe Mode feature and switch. +2004/12/22 Brian S. Dean + + * avrdude.conf.in: + Add support for "Xilinx JTAG cable". Contributed by: + Tymm + + Add support for the AT90CAN128. Not sure if all the instruction + encoding is correct, specifically the address bits don't exactly match + those of the preliminary datasheet that I have, but I don't see how + they could be right. Tested with STK500 and it works there. + Instruction encodings have not been tested due to lack of a parallel + port on my Mac development box. + 2004-07-19 Theodore A. Roth * avrdude.1: Remove reference to ppi programmer schematic.