Change email address.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@326 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Eric Weddington 2003-05-13 18:10:55 +00:00
parent 4e10f943ff
commit 25d2b42f87
6 changed files with 20 additions and 20 deletions

View File

@ -5,6 +5,6 @@ AVRDUDE was written by:
Contributors: Contributors:
Joerg Wunsch <j@uriah.heep.sax.de> Joerg Wunsch <j@uriah.heep.sax.de>
Eric Weddington <eric@umginc.net> Eric Weddington <eric@ecentral.com>
Theodore A. Roth <troth@openavr.org> Theodore A. Roth <troth@openavr.org>

View File

@ -9,7 +9,7 @@
firmware version 2.3. firmware version 2.3.
Add missing stk500 devocde for 2343. Add missing stk500 devocde for 2343.
2003-04-23 Eric B. Weddington <eric@umginc.net> 2003-04-23 Eric B. Weddington <eric@ecentral.com>
* fileio.c: Fix for bug #3293. Set correct open mode for raw format * fileio.c: Fix for bug #3293. Set correct open mode for raw format
for Windows. for Windows.
@ -28,23 +28,23 @@
* configure.ac: Set version to 4.1.0. * configure.ac: Set version to 4.1.0.
* doc/avrdude.texi: Add note about avr910 programmer type. * doc/avrdude.texi: Add note about avr910 programmer type.
2003-04-17 Eric B. Weddington <eric@umginc.net> 2003-04-17 Eric B. Weddington <eric@ecentral.com>
* NEWS: Replace TBD with new release version. * NEWS: Replace TBD with new release version.
2003-04-17 Eric B. Weddington <eric@umginc.net> 2003-04-17 Eric B. Weddington <eric@ecentral.com>
* avrdude.conf.in: Change name of pony programmer to pony-stk200 * avrdude.conf.in: Change name of pony programmer to pony-stk200
to better describe the hardware (PonyProg is software that works to better describe the hardware (PonyProg is software that works
with various hardware). with various hardware).
2003-04-16 Eric B. Weddington <eric@umginc.net> 2003-04-16 Eric B. Weddington <eric@ecentral.com>
* avrdude.conf.in: Add support for ATtiny26 * avrdude.conf.in: Add support for ATtiny26
Submitted by Artur Lipowski <LAL@pro.onet.pl> Submitted by Artur Lipowski <LAL@pro.onet.pl>
* NEWS: List new devices supported: ATtiny26 * NEWS: List new devices supported: ATtiny26
2003-04-16 Eric B. Weddington <eric@umginc.net> 2003-04-16 Eric B. Weddington <eric@ecentral.com>
* avrdude.conf.in: Add support for ATmega8535 * avrdude.conf.in: Add support for ATmega8535
Submitted by Alexander Peter <apeter@gmx.de> Submitted by Alexander Peter <apeter@gmx.de>
@ -72,7 +72,7 @@
* avr910.c: Refactor to allow probing for auto addr increment. If auto * avr910.c: Refactor to allow probing for auto addr increment. If auto
incr supported by programmer hw, don't send addr for every byte. incr supported by programmer hw, don't send addr for every byte.
2003-04-03 Eric B. Weddington <eric@umginc.net> 2003-04-03 Eric B. Weddington <eric@ecentral.com>
* confwin.c: Fix bug that allows garbage for non-existent user * confwin.c: Fix bug that allows garbage for non-existent user
config filename on Windows. config filename on Windows.
@ -112,7 +112,7 @@
* avrdude.conf.in: Fix typo for devicecode deprecation comment. * avrdude.conf.in: Fix typo for devicecode deprecation comment.
2003-03-17 Eric B. Weddington <eric@umginc.net> 2003-03-17 Eric B. Weddington <eric@ecentral.com>
* avrdude.conf.in: Add Bascom SAMPLE programmer. * avrdude.conf.in: Add Bascom SAMPLE programmer.
Submitted by Larry Barello <larryba@barrello.net> Submitted by Larry Barello <larryba@barrello.net>
@ -200,7 +200,7 @@
* NEWS: Moved contents of CHANGELOG file here. * NEWS: Moved contents of CHANGELOG file here.
* README: Add note pointing to savannah site. * README: Add note pointing to savannah site.
2003-03-11 Eric Weddington <eric@umginc.net> 2003-03-11 Eric Weddington <eric@ecentral.com>
* doc/avrdude.texi: * doc/avrdude.texi:
Add Install and Documentation sections for Windows. Fix typo. Add Install and Documentation sections for Windows. Fix typo.
@ -236,7 +236,7 @@
Export ${AUTOCONF} so automake will find it by whatever name it will be Export ${AUTOCONF} so automake will find it by whatever name it will be
called today. called today.
2003-03-06 Eric Weddington <eric@umginc.net> 2003-03-06 Eric Weddington <eric@ecentral.com>
* doc/avrdude.texi: * doc/avrdude.texi:
Add notes about ability to list parts and list programmers in the Add notes about ability to list parts and list programmers in the
@ -321,7 +321,7 @@
Print out a list of valid parts for '-p ?' and a list of valid Print out a list of valid parts for '-p ?' and a list of valid
programmers for '-c ?'. programmers for '-c ?'.
2003-03-04 Eric Weddington <eric@umginc.net> 2003-03-04 Eric Weddington <eric@ecentral.com>
* doc/avrdude.texi: Minor Windows doc corrections. * doc/avrdude.texi: Minor Windows doc corrections.
@ -408,7 +408,7 @@
* avrdude.conf.in, avrdude.conf.sample: * avrdude.conf.in, avrdude.conf.sample:
Renamed avrdude.conf.sample to avrdude.conf.in. Renamed avrdude.conf.sample to avrdude.conf.in.
2003-02-25 Eric Weddington <eric@umginc.net> 2003-02-25 Eric Weddington <eric@ecentral.com>
* ppiwin.c: CRs again. * ppiwin.c: CRs again.
@ -421,7 +421,7 @@
* avrdude.1: Atmel has rearranged their web site, so now the AVR * avrdude.1: Atmel has rearranged their web site, so now the AVR
docs have been moved to a more logically sounding URL. docs have been moved to a more logically sounding URL.
2003-02-24 Eric Weddington <eric@umginc.net> 2003-02-24 Eric Weddington <eric@ecentral.com>
* Makefile.am, main.c: Integrate Windows search of config files. * Makefile.am, main.c: Integrate Windows search of config files.
@ -484,7 +484,7 @@
config file, thus, avrdude is not very useful without the config file, config file, thus, avrdude is not very useful without the config file,
and thus, having a programmer compiled-in offers little or no benefit. and thus, having a programmer compiled-in offers little or no benefit.
2003-02-21 Eric Weddington <eric@umginc.net> 2003-02-21 Eric Weddington <eric@ecentral.com>
* main.c: Change usage text to be verbose. * main.c: Change usage text to be verbose.
@ -512,7 +512,7 @@
indicate that /RESET should be pulsed, while older parts say to pulse indicate that /RESET should be pulsed, while older parts say to pulse
SCK. SCK.
2003-02-20 Eric Weddington <eric@umginc.net> 2003-02-20 Eric Weddington <eric@ecentral.com>
* main.c, par.c: * main.c, par.c:
Make verbose global. Make debug code in par_cmd() based on verbose=2. Make verbose global. Make debug code in par_cmd() based on verbose=2.
@ -537,7 +537,7 @@
Defaults for 'serial' and 'parallel' are 'yes' unless specified Defaults for 'serial' and 'parallel' are 'yes' unless specified
otherwise. otherwise.
2003-02-20 Eric Weddington <eric@umginc.net> 2003-02-20 Eric Weddington <eric@ecentral.com>
* Makefile.am, ppiwin.c: Get rid of CRs. * Makefile.am, ppiwin.c: Get rid of CRs.

View File

@ -20,7 +20,7 @@ Version 4.0.0
* Now support Linux - added by "Theodore A. Roth" <troth@openavr.org> * Now support Linux - added by "Theodore A. Roth" <troth@openavr.org>
* Now support Windows - added by "Eric B. Weddington" <eric@umginc.net> * Now support Windows - added by "Eric B. Weddington" <eric@ecentral.com>
* Use 'configure' scripts to tailor the code to the system avrdude * Use 'configure' scripts to tailor the code to the system avrdude
is getting ready to be compiled on - added by "Theodore A. Roth" is getting ready to be compiled on - added by "Theodore A. Roth"

View File

@ -1,6 +1,6 @@
/* /*
* avrdude - A Downloader/Uploader for AVR device programmers * avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2003 Eric B. Weddington <eric@umginc.net> or <eric@ecentral.com> * Copyright (C) 2003 Eric B. Weddington <eric@ecentral.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* avrdude - A Downloader/Uploader for AVR device programmers * avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2003 Eric B. Weddington <eric@umginc.net> or <eric@ecentral.com> * Copyright (C) 2003 Eric B. Weddington <eric@ecentral.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
/* /*
* avrdude - A Downloader/Uploader for AVR device programmers * avrdude - A Downloader/Uploader for AVR device programmers
* Copyright (C) 2003 Eric B. Weddington <eric@umginc.net> or <eric@ecentral.com> * Copyright (C) 2003 Eric B. Weddington <eric@ecentral.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by