diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dfe8b43..6a9e515 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2005-10-03 Joel Brobecker <brobecker@adacore.com> + * MAINTAINERS: Add section for release management. + +2005-10-03 Joel Brobecker <brobecker@adacore.com> + * NEWS: Add entry for new "set print array-indexes" command. 2005-10-03 Joel Brobecker <brobecker@adacore.com> diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index ec53424..2fa3e13 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -415,6 +415,18 @@ Yoshinori Sato ysato@users.sourceforge.jp + Release Management + +The current release manager is: Joel Brobecker <brobecker@adacore.com> + +His responsibilities are: + + * organizing, scheduling, and managing releases of GDB. + + * deciding the approval and commit policies for release branches, + and can change them as needed. + + Past Maintainers Jimmy Guo (gdb.hp, tui) guo at cup dot hp dot com |