]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
-> 3.18.0.RC1
authorMark Wielaard <mark@klomp.org>
Tue, 12 Oct 2021 21:57:00 +0000 (23:57 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 12 Oct 2021 21:57:00 +0000 (23:57 +0200)
NEWS
configure.ac
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index 73add35e5c555e2d975e53c4bf834ae47a8616d3..c294c85c3a1b0155f0e61a8291708380994b9fd8 100644 (file)
--- 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)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 3f51bc5c627806268f2365370d515cb2894705df..3caebab1b8e23e3322ae48cdbe09c2384a137bd7 100755 (executable)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.18.0.GIT],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.18.0.RC1],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
index ce3219b523dc5d9f999b309e2014ebe408c1ccd9..d986a025733dd6a0f068091e467202e179746da9 100644 (file)
@@ -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">