]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Now that 3.12 is out, update version under development to 3.13.0.SVN
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 29 Oct 2016 13:27:51 +0000 (13:27 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 29 Oct 2016 13:27:51 +0000 (13:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16108

NEWS
configure.ac
docs/xml/vg-entities.xml

diff --git a/NEWS b/NEWS
index e0ce235115d4127e080e164a638e2bd275597327..ee3346525063dc70d1de29ae60c778f70c137f02 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Release 3.13.0 (?? ????????? 201?)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--
+Release 3.13.0 is under development, not yet released.
+
+* ================== PLATFORM CHANGES =================
+
+* ==================== TOOL CHANGES ====================
+
+* ==================== 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.
+
+
+
+
 
 Release 3.12.0 (20 October 2016)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 4e8d7271ae78abe2473886410b0cd3f01694c0a6..2d225b4cd9dcc117445dc24b338b8464e6003fa4 100644 (file)
@@ -8,7 +8,7 @@
 ##------------------------------------------------------------##
 
 # Process this file with autoconf to produce a configure script.
-AC_INIT([Valgrind],[3.12.0.SVN],[valgrind-users@lists.sourceforge.net])
+AC_INIT([Valgrind],[3.13.0.SVN],[valgrind-users@lists.sourceforge.net])
 AC_CONFIG_SRCDIR(coregrind/m_main.c)
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign subdir-objects])
index 1d8f322d8ee7ee36f00ea9e83da3d413ce004be7..ffddac043fffe3d0bf415da4e8d8d62ec4823572 100644 (file)
@@ -6,8 +6,8 @@
 
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
-<!ENTITY rel-version "3.12.0.SVN">
-<!ENTITY rel-date    "?? ??????? 2016">
+<!ENTITY rel-version "3.13.0.SVN">
+<!ENTITY rel-date    "?? ??????? 2017">
 
 <!-- where the docs are installed -->
 <!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">