From 574bbe7dd2dd45b8cc964411cc97fb759bec0a78 Mon Sep 17 00:00:00 2001 From: bdean Date: Fri, 21 Feb 2003 21:45:38 +0000 Subject: [PATCH] Put some stuff in the CHANGELOG for this upcoming new version before I forget. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@220 81a1dc3b-b13d-400b-aceb-764788c761c2 --- CHANGELOG | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f780f6b6..886ee27f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,39 @@ Approximate change log for AVRDUDE by version ---------------------------------------------------------------------- +Version ??? + + * Now support Linux - added by "Theodore A. Roth" + + * Now support Windows - added by "E. Weddington" + + * Use 'configure' scripts to taylor the code to the system avrdude + is getting ready to be compiled on - added by "Theodore A. Roth" + + + * Motorola S-Record support - submitted by "Alexey V.Levdikov " + + + * Support parallel programming on the STK500. Introduce 'pagel' and + 'bs2' keywords to the config file for this purpose. + + * Add support for the AT90S2343 + + * Add support for the ATmega169 + + * Add ability to specify system defaults within the config file + (default parallel port, default serial port). + + * Specify the default programmer seperately from the programmer + definition. This is now done in the config file using the + 'default_programmer' keyword. + + * Follow the datasheet more closely for several parts in the "retry" + code when entering programming mode fails initially. Introduce + 'retry_pulse' to the config file for this purpose. + + + Version 3.1.0 * This change represents a name change only. There is currently an