diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-28 03:28:59 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-28 03:28:59 +0000 |
commit | cdc91c6c767848bf4eeee8762e4d937b3283ccd4 (patch) | |
tree | c57d2b3c48a7f777d33aab11211b92c0b02eccad | |
parent | c72e9fd4e383a946374c3f9d8f561d46c357a377 (diff) |
Added.
2006-02-27 Behdad Esfahbod <behdad@gnome.org>
* MAINTAINERS: Added.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | HACKING | 9 | ||||
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | Makefile.am | 2 |
4 files changed, 12 insertions, 7 deletions
@@ -1,3 +1,7 @@ +2006-02-27 Behdad Esfahbod <behdad@gnome.org> + + * MAINTAINERS: Added. + 2006-02-25 Behdad Esfahbod <behdad@gnome.org> Released vte-0.11.20. @@ -1,7 +1,4 @@ This entire tree is "some highly unsupported crackrock", yet it seems to have -reached some degree of stability. Please contact me directly if you intend to -hack on it, especially if you want to make changes in the development tree. - -Thanks, - -Nalin (nalin@redhat.com) +reached some degree of stability. Please contact people listed in filed +MAINTAINERS if you intend to hack on it, especially if you want to commit +stuff. diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..4838bea --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,4 @@ +Behdad Esfahbod +Email: behdad@gnome.org +Nalin Dahyabhai +Email: nalin@redhat.com diff --git a/Makefile.am b/Makefile.am index 0ce1670..d5cc753 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = src python termcaps po doc -EXTRA_DIST = HACKING vte.spec vte.pc.in vte-uninstalled.pc.in +EXTRA_DIST = MAINTAINERS HACKING vte.spec vte.pc.in vte-uninstalled.pc.in if BUILD_GNOME_PTY_HELPER SUBDIRS += gnome-pty-helper endif |