diff --git a/ChangeLog b/ChangeLog index 2928490a..0cfc7d85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-04-18 Theodore A. Roth + + * configure.ac: Add cvs suffix back to version. + * doc/TODO: Add a few items. + +2003-04-18 + + * AVRDUDE 4.1.0 has been released (cvs release tag is "release_4_1_0"). + 2003-04-17 Theodore A. Roth * configure.ac: Set version to 4.1.0. @@ -151,6 +160,7 @@ with 4.0.0 release. 2003-03-12 + * AVRDUDE 4.0.0 has been released (cvs release tag is "release_4_0_0"). 2003-03-11 Theodore A. Roth diff --git a/configure.ac b/configure.ac index a49f8608..a8e59e71 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(avrdude, 4.1.0, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 4.1.0cvs, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST diff --git a/doc/TODO b/doc/TODO index b4db5e35..0248162c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,11 +1,18 @@ General: +- Man page needs updated for avr910 info. +- avr910 needs a little bit of work to support setting fuse byte (note that it + can only deal with a _single_ fuse byte. + +- Website needs to link to docs: + http://savannah.nongnu.org/download/avrdude/doc/avrdude-html/ Windows: + - Use Windows API for stk500 serial port communications on Windows port. This might remove dependency on Cygwin. - Add ability to find all parallel port names available and base addresses - of available ports. \ No newline at end of file + of available ports.