* Makefile.am (EXTRA_DIST): Remove avrdude.pdf since it is no longer supplied.
* NEWS: Fix typo. * bootstrap: Delete the autom4te.cache dir before running the autotools. * configure.ac (AC_INIT): Set version to 4.4.0. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@433 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
7da7ada5ba
commit
bcf113ca8d
38
ChangeLog
38
ChangeLog
|
@ -1,7 +1,20 @@
|
||||||
|
2004-07-18 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
|
* AVRDUDE 4.4.0 has been released (cvs release tag is "release_4_4_0").
|
||||||
|
|
||||||
|
2004-07-18 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): Remove avrdude.pdf since it is no longer
|
||||||
|
supplied.
|
||||||
|
* NEWS: Fix typo.
|
||||||
|
* bootstrap: Delete the autom4te.cache dir before running the
|
||||||
|
autotools.
|
||||||
|
* configure.ac (AC_INIT): Set version to 4.4.0.
|
||||||
|
|
||||||
2004-07-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-07-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
* avrdude.1: Fixed obvious copy and paste error
|
* avrdude.1: Fixed obvious copy and paste error
|
||||||
(Patch #3199 contributed by Galen Seitz)
|
(Patch #3199 contributed by Galen Seitz)
|
||||||
|
|
||||||
2004-07-15 Theodore A. Roth <troth@openavr.org>
|
2004-07-15 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
|
@ -29,14 +42,14 @@
|
||||||
2004-07-07 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-07-07 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
* stk500.c, term.c, doc/avrdude.texi, avrdude.1:
|
* stk500.c, term.c, doc/avrdude.texi, avrdude.1:
|
||||||
added "sck"-command to the terminal mode.
|
added "sck"-command to the terminal mode.
|
||||||
This command allows slowing down of the SCK of
|
This command allows slowing down of the SCK of
|
||||||
STK500-programmers.
|
STK500-programmers.
|
||||||
|
|
||||||
2004-07-05 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-07-05 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
* *.c, *.h: Removed unnecessary includes of
|
* *.c, *.h: Removed unnecessary includes of
|
||||||
config.h
|
config.h
|
||||||
|
|
||||||
2004-07-04 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-07-04 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
|
@ -49,7 +62,7 @@
|
||||||
|
|
||||||
2004-07-04 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-07-04 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
* avrdude.conf.in: Added support for
|
* avrdude.conf.in: Added support for
|
||||||
ATtiny2313 (contributed by Bob Paddock)
|
ATtiny2313 (contributed by Bob Paddock)
|
||||||
|
|
||||||
2004-06-25 Joerg Wunsch <j@uriah.heep.sax.de>
|
2004-06-25 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
@ -76,9 +89,9 @@
|
||||||
2004-06-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-06-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
* avrdude.conf.in: Added support for
|
* avrdude.conf.in: Added support for
|
||||||
- tiny13 (contributed by Pawel Moll)
|
- tiny13 (contributed by Pawel Moll)
|
||||||
- mega48 and mega88 (contributed by Galen Seitz)
|
- mega48 and mega88 (contributed by Galen Seitz)
|
||||||
However, the STK500-code for mega8 remains unchanged.
|
However, the STK500-code for mega8 remains unchanged.
|
||||||
|
|
||||||
2004-05-19 Brian S. Dean <bsd@bsdhome.com>
|
2004-05-19 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
|
@ -104,8 +117,8 @@
|
||||||
2004-04-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-04-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
* avr910.c: Hopefully fixed that weird "first byte not
|
* avr910.c: Hopefully fixed that weird "first byte not
|
||||||
programmed"-error in a good way (previous fix was not
|
programmed"-error in a good way (previous fix was not
|
||||||
working with all firmwares)
|
working with all firmwares)
|
||||||
|
|
||||||
2004-02-10 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-02-10 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
|
@ -125,7 +138,6 @@
|
||||||
* pgm.c: Fixed wrong type for default_open introduced by
|
* pgm.c: Fixed wrong type for default_open introduced by
|
||||||
the cleanup yesterday.
|
the cleanup yesterday.
|
||||||
|
|
||||||
|
|
||||||
2004-01-29 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-01-29 Jan-Hinnerk Reichert <hinni@despammed.com>
|
||||||
|
|
||||||
* par.c: changed order of port-read/writes in par_txrx().
|
* par.c: changed order of port-read/writes in par_txrx().
|
||||||
|
|
|
@ -26,7 +26,6 @@ EXTRA_DIST = \
|
||||||
ChangeLog-2002 \
|
ChangeLog-2002 \
|
||||||
ChangeLog-2003 \
|
ChangeLog-2003 \
|
||||||
avrdude.1 \
|
avrdude.1 \
|
||||||
avrdude.pdf \
|
|
||||||
avrdude.spec \
|
avrdude.spec \
|
||||||
bootstrap
|
bootstrap
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -8,7 +8,7 @@ Approximate change log for AVRDUDE by version.
|
||||||
|
|
||||||
Current:
|
Current:
|
||||||
|
|
||||||
* Native Win32 support: The windows doesn't need Cygwin
|
* Native Win32 support: The windows build doesn't need Cygwin
|
||||||
anymore. Additionally, the delay timing on windows should be
|
anymore. Additionally, the delay timing on windows should be
|
||||||
more accurate now.
|
more accurate now.
|
||||||
Contributed by Martin Thomas
|
Contributed by Martin Thomas
|
||||||
|
|
|
@ -38,6 +38,8 @@ export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
rm -rf autom4te.cache
|
||||||
|
|
||||||
${ACLOCAL}
|
${ACLOCAL}
|
||||||
${AUTOHEADER}
|
${AUTOHEADER}
|
||||||
${AUTOCONF}
|
${AUTOCONF}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT(avrdude, 4.3.0cvs, avrdude-dev@nongnu.org)
|
AC_INIT(avrdude, 4.4.0, avrdude-dev@nongnu.org)
|
||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
Loading…
Reference in New Issue