* configure.ac: Add cvs suffix back to version.

* doc/TODO: Add a few items.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@316 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Theodore A. Roth 2003-04-19 05:26:23 +00:00
parent 87aa0c0daa
commit 5383559605
3 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,12 @@
2003-04-18 Theodore A. Roth <troth@openavr.org>
* 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 <troth@openavr.org>
* 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 <troth@openavr.org>

View File

@ -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

View File

@ -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.
of available ports.