Add NEWS items for my recent changes.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1037 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2012-01-10 07:32:37 +00:00
parent 3b0b63edad
commit 4ecc6bb0fb
1 changed files with 16 additions and 0 deletions

16
NEWS
View File

@ -12,6 +12,22 @@ Current:
* New programmers supported:
* Bugfixes
- bug #34027: avrdude AT90S1200 Problem
- bug #34518: loading intel hex files > 64k using record-type 4
* Keep track of input file contents
Memory segments are being tracked to remember whether they've
been actually read from a file. Only segments that came from a
file are being programmed into the device, or considered for
verification. This drastically improves handling speed for
sparse files (e.g. files that have a second bootloader segment),
and it ensures the device contents is actually compared for
everything mentioned in the file (even in case the file has
large 0xFF blocks).
* The EEPROM contents for the cyclecounter is only read when
explicitly requested by a -y or -Y option.
Version 5.11: