diff --git a/web/htdocs/index.html b/web/htdocs/index.html
index ebc8ea70..6885df19 100644
--- a/web/htdocs/index.html
+++ b/web/htdocs/index.html
@@ -41,8 +41,8 @@
Downloads |
Documentation |
+... for 0.10 |
... for 0.9 |
-... for 0.8 |
Forum |
Mailing Lists
|
SF Project Data |
@@ -78,16 +78,17 @@ in the works.
Status
-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.
-
+Release 0.10 has consolidated several parts of UrJTAG. Improvements in the build system
+and library detection now allow for better compatability with Windows platforms. This is
+complemented by a self-installing executable for Windows. With the introduction of the "pod"
+command, all JTAG signals including TRST and SRST are now freely controllable. Flash programming
+performance has been improved by adding multi-byte write mode capability to the flash
+drivers. Chips supporting this burst mode are automatically detected and benefit from a
+programming speed-up of several factors. Many annoyances and bugs have been fixed.
+
+
-Version 0.9 has been released on September, 14th and is now available in the
+Version 0.10 has been released on April, 17th and is now available in the
Downloads section!