2004-03-11  Theodore A. Roth  <troth@openavr.org>

	Release version 20040311.

2004-02-07  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Set version to 20040311.
	* NEWS: Updated.

2004-02-07  Theodore A. Roth  <troth@openavr.org>
[Contributed by Wojtek Kaniewski <wojtekka@toxygen.net>]

	* src/AvrDummy.C (TAvrDummy::ChipErase): Enforce minimum 500ms delay
	when erasing at89 devices.

2004-02-07  Theodore A. Roth  <troth@openavr.org>
[Contributed by Terran Melconian <terran@consistent.org>]

	* src/Stk500.C (TStk500::TStk500): Fix a logical bug when calculating
	the oscillator byte to be sent to the stk500 to change osc freq.

2004-02-07  Theodore A. Roth  <troth@openavr.org>
[Contributed by Wojtek Kaniewski <wojtekka@toxygen.net>]

	* uisp.1.in:
	* src/Avr.C:
	* src/Avr.h:
	* src/AvrDummy.C:
	* src/DAPA.C:
	* src/DAPA.h:
	* src/Main.C:
	Add DAPA support for at89s51 and at89s52 deivces.

2004-02-07  Theodore A. Roth  <troth@openavr.org>
[Contributed by Terran Melconian <terran@consistent.org>]

	* configure.ac (AC_INIT): Set version to 20040207cvs.
	* src/Stk500.C (TStk500::ReadLockBits): Use correct command byte.

2004-01-26  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Set version to 20040126cvs.
	* src/DAPA.C, src/DAPA.h: Change PAT_AVRISP to PAT_PARAVRISP.
	* src/Main.C, src/Serial.C: Change avrisp to be an alias for stk500.
	Rename avrisp parallel programmer to paravrisp to avoid confussion with
	Atmel's AVRISP serial programmer.

2004-01-19  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Set version to 20040119cvs.
	Update copyright year.
	* ChangeLog-2002, ChangeLog-2002, ChangeLog: Cycle the ChangeLog.
	* Makefile.ac: Update copyright year.
	(EXTRA_DIST): Add ChangeLog-2002 and ChangeLog-2003 files.
	(install_aux_files): Ditto.
	* bootstrap: Remove any autom4te.cache directory left over from a
	previous run of bootstrap.

2004-01-18  Theodore A. Roth  <troth@openavr.org>

	* pavr/pavr.c (send_prog_str): Use pgm_read_byte() install of
	__lpm_inline() macro.

2004-01-18  Theodore A. Roth  <troth@openavr.org>

	* pavr/Makefile, pavr/pavr.c: Sync up with Jason Kyle's source at
	www.avr1.org.

