|
From: <sv...@va...> - 2014-09-04 18:37:10
|
Author: florian
Date: Thu Sep 4 18:37:02 2014
New Revision: 14459
Log:
Add a few more tasks to consider.
Modified:
trunk/docs/Makefile.am
trunk/docs/internals/release-HOWTO.txt
Modified: trunk/docs/Makefile.am
==============================================================================
--- trunk/docs/Makefile.am (original)
+++ trunk/docs/Makefile.am Thu Sep 4 18:37:02 2014
@@ -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
Modified: trunk/docs/internals/release-HOWTO.txt
==============================================================================
--- trunk/docs/internals/release-HOWTO.txt (original)
+++ trunk/docs/internals/release-HOWTO.txt Thu Sep 4 18:37:02 2014
@@ -51,6 +51,12 @@
- 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):
|