Hello, The attatched updates the doco to match what really happened before a branch is cut rather than what I vaguely remembered from cutting the last branch :-) ok? Andrew @section Before the Branch The most important objective at this stage is to find and fix simple changes that become a pain to track once the branch is created. For instance, configuration problems that stop @value{GDBN} from even building. If you can't get the problem fixed, document it in the @file{gdb/PROBLEMS} file. @subheading Prompt for @file{gdb/NEWS} People always forget. Send a post reminding them but also if you know something interesting happened add it your self. The @code{schedule} script will mention this in its e-mail. @subheading Review @file{gdb/README} Grab one of the nightly snapshots and then walk through the @file{gdb/README} looking for anything that can be improved. The @code{schedule} script will mention this in its e-mail. @subheading Refresh any imported files. A number of files are taken from external repositories. They include: @itemize @bullet @item @file{texinfo/texinfo.tex} @item @file{config.guess} et.@: al.@: (see the top-level @file{MAINTAINERS} file) @item @file{etc/standards.texi}, @file{etc/make-stds.texi} @end itemize @subheading Check the ARI @uref{http://sources.redhat.com/gdb/ari,,A.R.I.} is an @code{awk} script (Awk Regression Index ;-) that checks for a number of errors and coding conventions. The checks include things like using @code{malloc} instead of @code{xmalloc} and file naming problems. There shouldn't be any regressions. @subsection Review the bug data base Close anything obviously fixed. @subsection Check all cross targets build The targets are listed in @file{gdb/MAINTAINERS}.