]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Prepare for the next 3.15 release
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 20 Oct 2018 09:37:26 +0000 (11:37 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 20 Oct 2018 09:37:26 +0000 (11:37 +0200)
* Create the 3.15 section in the NEWS file
  (the idea is that this section is maintained during the development,
   i.e. document user visible changes and/or the fixed bugs, as part of
   the commit).

* start the fixed bug list with 399322  Improve callgrind_annotate output

* update vg-entities.xml for 3.15 next release.

NEWS
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index 91e572e8d031681b529974b5f6e04294e2077685..1eb1055dea599f2ecd72e67531da7b5912da0eeb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+Release 3.15.0 (?? ??????? 2019)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+3.15.0 is a feature release with many improvements and the usual collection of
+bug fixes.
+
+This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux,
+PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux,
+MIPS64/Linux, ARM/Android, ARM64/Android, MIPS32/Android, X86/Android,
+X86/Solaris, AMD64/Solaris and AMD64/MacOSX 10.12.  There is also preliminary
+support for X86/macOS 10.13, AMD64/macOS 10.13.
+
+* ==================== CORE CHANGES ===================
+
+
+* ================== PLATFORM CHANGES =================
+
+
+* ==================== TOOL CHANGES ====================
+
+* Callgrind:
+
+  - callgrind_annotate now inserts commas in call counts, and 
+    sort the caller/callee lists in the call tree.
+
+* ==================== OTHER CHANGES ====================
+
+
+* ==================== FIXED BUGS ====================
+
+The following bugs have been fixed or resolved.  Note that "n-i-bz"
+stands for "not in bugzilla" -- that is, a bug that was reported to us
+but never got a bugzilla entry.  We encourage you to file bugs in
+bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather
+than mailing the developers (or mailing lists) directly -- bugs that
+are not entered into bugzilla tend to get forgotten about or ignored.
+
+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.
+
+399322  Improve callgrind_annotate output
+
 Release 3.14.0 (9 October 2018)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
index 6151c3506a5f16dc528f5c3f58117454444d8153..1bae97960ea35ca4ecd8a26ba481530dba34dbee 100644 (file)
@@ -6,8 +6,8 @@
 
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
-<!ENTITY rel-version "3.14.0">
-<!ENTITY rel-date    "9 October 2018">
+<!ENTITY rel-version "3.15.0.GIT">
+<!ENTITY rel-date    "?? ???? 2019">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">