X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=NEWS-0.2.0;h=742692684ce31199450c9d700ab50b817c8155a5;hp=f56c7a4f38342d5790b64d1862ef700a4db633c5;hb=47d0930410bc6f9fdf1d59a60a60fcca4c7bb1d4;hpb=4eb2e50e4d7c8757bd6ade97cb784880778452a6 diff --git a/NEWS-0.2.0 b/NEWS-0.2.0 index f56c7a4f38..742692684c 100644 --- a/NEWS-0.2.0 +++ b/NEWS-0.2.0 @@ -9,7 +9,7 @@ must past stricter value checks, and many more error conditions have been handled correctly. These efforts helped to make the 0.2.0 release more stable and robust, though some changes may expose latent bugs in your existing configuration scripts. - + This release does not maintain backward compatibility in all respects, so some target or configuration scripts may need to be updated. In some cases, you may also see warnings; resolve those, because they indicate @@ -20,7 +20,7 @@ The following areas of OpenOCD functionality changed in this release: JTAG Layer: - Improves modularity: core, TCL, driver commands, and interface have been separated, encapsulated, and documented for developers. Mostly. -- Improves JTAG TAP transition tables: +- Improves JTAG TAP transition tables: * Makes TAP paths variable length, rather than being fixed at 7 steps. * Fixes problems with some targets that did not like longer paths. - Improves JTAG driver/minidriver modularity and encapsulation.