This is an automated email from Gerrit.

Antonio Borneo ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/6192

-- gerrit

commit a29bc2205a8313e00df98f56d4b54595fd67904b
Author: Antonio Borneo <[email protected]>
Date:   Wed Mar 10 23:10:51 2021 +0100

    [WIP] The openocd-0.12.0-rc1 release candidate
    
    Proposal for tagging it during October 2021.
    Preferred after the release of jimtcl 0.81.
    
    Change-Id: I790a6b13962649037c97e32d562dffd58d3daf3c
    Signed-off-by: Antonio Borneo <[email protected]>

diff --git a/NEWS b/NEWS
index 9db6c5f..eb19b9b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,32 @@ This file includes highlights of the changes made in the 
OpenOCD
 source archive release.
 
 JTAG Layer:
+       * CMSIS-DAP support for SWD multidrop
+       * Remote bitbang support for Windows host
+       * ST-LINK add TCP server support to adapter driver
 
 Boundary Scan:
 
 Target Layer:
+       * aarch64: support watchpoints
+       * arm: support independent TPIU and SWO for trace
 
 Flash Layer:
+       * Atmel SAM E51G18A, E51G19A  support
+       * ST STM32 G0, G4, L4, L4+, L5, WB, WL OTP support
 
 Board, Target, and Interface Configuration Scripts:
+       * Ampere Computing eMAG8180 board config
+       * Olimex H405 board config
+       * TI AM654 EVM and AM642 EVM board config
+       * TI J721E EVM and J7200 EVM board config
+       * Ampere Computing eMAG target config
+       * Broadcom BCM2711, BCM2835, BCM2836 and BCM2837 target config
+       * NXP IMX8QM target config
+       * Rockchip RK3399 target config
+       * TI AM654 and J721E target config
+       * Infineon DAP miniWiggler V3 interface config
+       * PLS SPC5 interface config
 
 Server Layer:
 
@@ -18,13 +36,16 @@ RTOS:
 Documentation:
 
 Build and Release:
+       * Drop dependency from libusb0
+       * Require autoconf 2.69 or newer
+       * Update jimtcl to version 0.80
 
 
 This release also contains a number of other important functional and
 cosmetic bugfixes. For more details about what has changed since the
 last release, see the git repository history:
 
-http://sourceforge.net/p/openocd/code/ci/v0.x.0/log/?path=
+http://sourceforge.net/p/openocd/code/ci/v0.12.0-rc1/log/?path=
 
 
 For older NEWS, see the NEWS files associated with each release
diff --git a/configure.ac b/configure.ac
index 5c7dab5..265ae69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([openocd], [0.11.0+dev],
+AC_INIT([openocd], [0.12.0-rc1],
   [OpenOCD Mailing List <[email protected]>])
 AC_CONFIG_SRCDIR([src/openocd.c])
 AC_CONFIG_AUX_DIR([.])

-- 

Reply via email to