summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-28 03:28:59 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-28 03:28:59 +0000
commitcdc91c6c767848bf4eeee8762e4d937b3283ccd4 (patch)
treec57d2b3c48a7f777d33aab11211b92c0b02eccad
parentc72e9fd4e383a946374c3f9d8f561d46c357a377 (diff)
Added.
2006-02-27 Behdad Esfahbod <behdad@gnome.org> * MAINTAINERS: Added.
-rw-r--r--ChangeLog4
-rw-r--r--HACKING9
-rw-r--r--MAINTAINERS4
-rw-r--r--Makefile.am2
4 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 28197ed..fc01ab2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/HACKING b/HACKING
index e1754c5..fea64fb 100644
--- a/HACKING
+++ b/HACKING
@@ -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