diff --git a/web/htdocs/index.html b/web/htdocs/index.html index a3a5a923..f2a246db 100644 --- a/web/htdocs/index.html +++ b/web/htdocs/index.html @@ -41,6 +41,7 @@ +
Downloads
Documentation
... for 0.9
... for 0.8
Forum
Mailing Lists @@ -70,19 +71,21 @@ tools code. Future plans include conversion of the code base into a library that can be used with other applications. A flexible remote communication protocol that can be used over almost any type of serial link (including TCP/IP) is -currently being defined. +in the works.

Status

-Since release 0.7, support for reading BSDL descriptions natively has been -added, USB cable transfers are much faster, and new bus and cable drivers -have been added as well as numerous other improvements and bug fixes. The -internal structure was straightened, to ease conversion of the existing -code base into a library in near future. +Between release 0.8 and the most recent 0.9, the BSDL parser has been rewritten +with added support for IEEE 1532 extensions. Internally, we got rid of many global +variables, which is a major improvement for everyone who wants to use UrJTAG as a +library. The low level communication with USB cables has been properly +separated from that with parport cables into new "usbconn" and "parport" link +drivers, making it easier to support new USB cables with their custom protocols +natively. Many annoyances and bugs have been fixed.

-Version 0.8 has been released on February, 20th and is now available in the +Version 0.9 has been released on September, 14th and is now available in the Downloads section!