|
From: Mark W. <ma...@so...> - 2021-10-12 21:57:51
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=20abe9e1489a6443d5330ff507fac0aef7ddb4ae commit 20abe9e1489a6443d5330ff507fac0aef7ddb4ae Author: Mark Wielaard <ma...@kl...> Date: Tue Oct 12 23:57:00 2021 +0200 -> 3.18.0.RC1 Diff: --- NEWS | 3 ++- configure.ac | 2 +- docs/xml/vg-entities.xml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 73add35e5c..c294c85c3a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Release 3.??.? (?? 2021) +Release 3.18.0 (15 Oct 2021) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux, @@ -94,6 +94,7 @@ To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX where XXXXXX is the bug number as listed below. +(3.18.0.RC1: 12 Oct 2021) Release 3.17.0 (19 Mar 2021) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.ac b/configure.ac index 3f51bc5c62..3caebab1b8 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT([Valgrind],[3.18.0.GIT],[val...@li...]) +AC_INIT([Valgrind],[3.18.0.RC1],[val...@li...]) AC_CONFIG_SRCDIR(coregrind/m_main.c) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) diff --git a/docs/xml/vg-entities.xml b/docs/xml/vg-entities.xml index ce3219b523..d986a02573 100644 --- a/docs/xml/vg-entities.xml +++ b/docs/xml/vg-entities.xml @@ -6,8 +6,8 @@ <!-- valgrind release + version stuff --> <!ENTITY rel-type "Release"> -<!ENTITY rel-version "3.17.0"> -<!ENTITY rel-date "19 Mar 2021"> +<!ENTITY rel-version "3.18.0"> +<!ENTITY rel-date "15 Oct 2021"> <!-- where the docs are installed --> <!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html"> |