Add notes about branch checkins
authorNick Clifton <nickc@redhat.com>
Wed, 11 Jul 2001 09:06:49 +0000 (09:06 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 11 Jul 2001 09:06:49 +0000 (09:06 +0000)
binutils/ChangeLog
binutils/MAINTAINERS

index 5249dabfc6f682510117b296469824ba83898522..4a7c4f79bc60aa08bd922c20b851e6ab4986c0eb 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * MAINTAINERS: Add notes about branch checkins.
+
 2001-07-05  Daniel Berlin  <dan@cgsoftware.com>
 
        * readelf.c (display_debug_macinfo): New function, display
index 9220c735b440664138b87fe07019afa9eb8a1361..4c50bd5c7cf5050b826789a3919607670513d4d6 100644 (file)
@@ -91,3 +91,15 @@ spelling mistakes, blatantly incorrect code (where the correct code is
 also blatantly obvious), and so on.  Obvious fixes should always be
 small, the larger they are, the more likely it is that they contain
 some un-obvious side effect or consequence.
+
+              --------- Branch Checkins ---------
+
+If a patch is approved for check in to the mainline sources, it can
+also be checked into the current release branch.  Normally however
+only bug fixes should be applied to the branch.  New features, new
+ports, etc, should be restricted to the mainline.  (Otherwise the
+burden of maintaining the branch in sync with the mainline becomes too 
+great).  If you are uncertain as to whether a patch is appropriate for
+the branch, ask the branch maintainer.  This is:
+
+ Philip Blundell  <philb@gnu.org>