From a890a79238af112b0a05ae4b5003c15a0a48f8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20DEL=20NERO?= Date: Wed, 6 Mar 2024 16:17:27 +0100 Subject: [PATCH] v2.6.4.1 --- Release-notes.txt | 11 ++++++++--- lib_jtag_core/src/version.h | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Release-notes.txt b/Release-notes.txt index 2cc6e51..66e8179 100644 --- a/Release-notes.txt +++ b/Release-notes.txt @@ -4,16 +4,21 @@ * Release notes ================================================= +Noteworthy changes in release v2.6.4.1 (2024-03-06) +================================================= + + - I2C Bus over JTAG emulation : Support targets without OE control bits. + Noteworthy changes in release v2.6.3.3 (2024-03-05) ================================================= - - Fix a probe communication issue with FTDI based probes and some JTAG targets/bsdl. + - Fix a probe communication issue with FTDI based probes and some JTAG targets/bsdl. Noteworthy changes in release v2.6.3.2 (2023-12-19) ================================================= - - Fix v2.6.3.1 release : - Fix crash while loading bsdl file. (script engine issue). + - Fix v2.6.3.1 release : + crash while loading bsdl file. (script engine issue). Noteworthy changes in release v2.6.3.1 (2023-12-18) ================================================= diff --git a/lib_jtag_core/src/version.h b/lib_jtag_core/src/version.h index 8c19367..cb065ef 100644 --- a/lib_jtag_core/src/version.h +++ b/lib_jtag_core/src/version.h @@ -1,9 +1,9 @@ #define VDIG1 2 #define VDIG2 6 -#define VDIG3 3 -#define VDIG4 3 +#define VDIG3 4 +#define VDIG4 1 -#define STR_DATE "5 Mar 2024" +#define STR_DATE "6 Mar 2024" #define vxstr(s) vstr(s) #define vstr(s) #s