X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6764e064effd480d2843a1bd049623bec555ab28..HEAD:/Changelog.txt diff --git a/Changelog.txt b/Changelog.txt index 0497fa75c..75e000365 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,27 @@ +usbasp.2011-05-28 (v1.4) +------------------------ +- added TPI support for ATTiny4/5/6/10 (by Slawomir Fraś) +- added support for controllers with flash >128kb (by Slawomir Fraś) +- fixed resync after program enable signal to pulse RST (based on patch by Marco S) +- updated usb driver to V-USB Release 2010-07-15 + + +usbasp.2009-02-28 (v1.3) +------------------------ +- added support for software control of ISP speed (based on patch by Jurgis Brigmanis) +- included new AVRUSB driver version (Release 2008-11-26) +- added libusb 0.1.12.1 windows drivers (needed for WinAVR version 20080512 or greater) + +usbasp.2007-10-23 (v1.2) +------------------------ +- red LED turns on before connecting to target device: this signal can be used to control external tri-state buffers (by Pawel Szramowski) + +usbasp.2007-07-23 +----------------- +- changed licence to GNU GPL v2 +- included new AVRUSB driver version (Release 2007-07-07); AVRUSB licence was changed to GNU GPL v2 +- fixed long addressing for Mega128 (by BoskiDialer) + usbasp.2006-12-29 ----------------- - fixed returnvalue in usbWriteFunction (by Jeroen Koeter)