From: OpenOCD-Gerrit <ope...@us...> - 2022-10-26 13:45:45
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 12ce170945917198b166a35160214d909dfb0dc0 (commit) via 62cdf7a1df6b43230f1d6ea20755e0b61bb826f9 (commit) from 92169e9f5529959aa63f13c47c3975dfe90a686b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 12ce170945917198b166a35160214d909dfb0dc0 Author: Paul Fertser <fer...@gm...> Date: Wed Oct 26 16:43:49 2022 +0300 Restore +dev suffix Signed-off-by: Paul Fertser <fer...@gm...> diff --git a/configure.ac b/configure.ac index b1d1ee21c..503e79169 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later AC_PREREQ([2.69]) -AC_INIT([openocd], [0.12.0-rc2], +AC_INIT([openocd], [0.12.0-rc2+dev], [OpenOCD Mailing List <ope...@li...>]) AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_AUX_DIR([build-aux]) commit 62cdf7a1df6b43230f1d6ea20755e0b61bb826f9 Author: Paul Fertser <fer...@gm...> Date: Wed Oct 26 13:45:09 2022 +0300 The openocd-0.12.0-rc2 release candidate Signed-off-by: Paul Fertser <fer...@gm...> diff --git a/NEWS b/NEWS index 50cb98439..5bb6e5e7b 100644 --- a/NEWS +++ b/NEWS @@ -121,7 +121,7 @@ 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.12.0-rc1/log/?path= +http://sourceforge.net/p/openocd/code/ci/v0.12.0-rc2/log/?path= For older NEWS, see the NEWS files associated with each release diff --git a/configure.ac b/configure.ac index 13c990465..b1d1ee21c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later AC_PREREQ([2.69]) -AC_INIT([openocd], [0.12.0-rc1+dev], +AC_INIT([openocd], [0.12.0-rc2], [OpenOCD Mailing List <ope...@li...>]) AC_CONFIG_SRCDIR([src/openocd.c]) AC_CONFIG_AUX_DIR([build-aux]) ----------------------------------------------------------------------- Summary of changes: NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Main OpenOCD repository |