* configure.ac: Add cvs suffix back to version.
* doc/TODO: Add a few items. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@316 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
56823c7aa5
commit
b54f273812
|
@ -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>
|
2003-04-17 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
* configure.ac: Set version to 4.1.0.
|
* configure.ac: Set version to 4.1.0.
|
||||||
|
@ -151,6 +160,7 @@
|
||||||
with 4.0.0 release.
|
with 4.0.0 release.
|
||||||
|
|
||||||
2003-03-12
|
2003-03-12
|
||||||
|
|
||||||
* AVRDUDE 4.0.0 has been released (cvs release tag is "release_4_0_0").
|
* AVRDUDE 4.0.0 has been released (cvs release tag is "release_4_0_0").
|
||||||
|
|
||||||
2003-03-11 Theodore A. Roth <troth@openavr.org>
|
2003-03-11 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
|
@ -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.1.0, avrdude-dev@nongnu.org)
|
AC_INIT(avrdude, 4.1.0cvs, avrdude-dev@nongnu.org)
|
||||||
|
|
||||||
AC_CANONICAL_BUILD
|
AC_CANONICAL_BUILD
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
|
@ -1,9 +1,16 @@
|
||||||
|
|
||||||
General:
|
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:
|
Windows:
|
||||||
|
|
||||||
- Use Windows API for stk500 serial port communications on Windows port.
|
- Use Windows API for stk500 serial port communications on Windows port.
|
||||||
This might remove dependency on Cygwin.
|
This might remove dependency on Cygwin.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue