The openocd-0.12.0-rc3 release candidate
Change-Id: Id7ddf232593e1aa7cb36f2b30fe832ebf79c1535 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
77c281d2df
commit
fcb40f49b1
4
NEWS
4
NEWS
|
@ -111,7 +111,7 @@ Build and Release:
|
||||||
* Drop repository repo.or.cz for submodules
|
* Drop repository repo.or.cz for submodules
|
||||||
* Move gerrit to https://review.openocd.org/
|
* Move gerrit to https://review.openocd.org/
|
||||||
* Require autoconf 2.69 or newer
|
* Require autoconf 2.69 or newer
|
||||||
* Update jep106 to revision JEP106BE
|
* Update jep106 to revision JEP106BF.01
|
||||||
* Update jimtcl to version 0.81
|
* Update jimtcl to version 0.81
|
||||||
* Update libjaylink to version 0.3.1
|
* Update libjaylink to version 0.3.1
|
||||||
* New configure flag '--enable-jimtcl-maintainer' for jimtcl build
|
* New configure flag '--enable-jimtcl-maintainer' for jimtcl build
|
||||||
|
@ -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
|
cosmetic bugfixes. For more details about what has changed since the
|
||||||
last release, see the git repository history:
|
last release, see the git repository history:
|
||||||
|
|
||||||
http://sourceforge.net/p/openocd/code/ci/v0.12.0-rc2/log/?path=
|
http://sourceforge.net/p/openocd/code/ci/v0.12.0-rc3/log/?path=
|
||||||
|
|
||||||
|
|
||||||
For older NEWS, see the NEWS files associated with each release
|
For older NEWS, see the NEWS files associated with each release
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([openocd], [0.12.0-rc2+dev],
|
AC_INIT([openocd], [0.12.0-rc3],
|
||||||
[OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>])
|
[OpenOCD Mailing List <openocd-devel@lists.sourceforge.net>])
|
||||||
AC_CONFIG_SRCDIR([src/openocd.c])
|
AC_CONFIG_SRCDIR([src/openocd.c])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
Loading…
Reference in New Issue