]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a few more tasks to consider.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 4 Sep 2014 18:37:02 +0000 (18:37 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 4 Sep 2014 18:37:02 +0000 (18:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14459

docs/Makefile.am
docs/internals/release-HOWTO.txt

index f5b7258f32c840f986fe99b7ca2f0ea3330773d1..93746606964263965488278b9e678f2123df86dc 100644 (file)
@@ -7,7 +7,7 @@
 # Comment out the next line to skip building print docs.  The default
 # is not to skip building print docs.  Note, after changing it
 # you need to re-run autogen.sh and configure to make it take effect.
-BUILD_ALL_DOCS=yes
+BUILD_ALL_DOCS=yes
 
 ##-------------------------------------------------------------
 ## END OF HACK
index 430ec679c054e41b7c8928d2bf494be799558502..b002f8764033cfeffdcb2cea1439cffe303288f0 100644 (file)
@@ -51,6 +51,12 @@ First of all:
 
 - Add "wantedX.Y.Z+1" and "wantedX.Y+1.Z" milestones to Bugzilla.
 
+- Check whether copyright years need updating.
+  If so, run  auxprogs/change-copyright-year  in the top of the tree.
+
+- Consider upgrading the C++ demangler.
+  auxprogs/update-demangler   helps with that
+
 
 For each release candidate (should do release candidates for feature
 releases, bug-fix-only releases might not need one):