From: terry%netscape.com <> Date: Fri, 5 Mar 1999 04:37:24 +0000 (+0000) Subject: Added "Grendel". X-Git-Tag: bugzilla-2.4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=378bc502fa31992ecd26676a42014aa677281a82;p=thirdparty%2Fbugzilla.git Added "Grendel". --- diff --git a/makecomponenttable.sh b/makecomponenttable.sh index f1b343d486..3142df63d1 100755 --- a/makecomponenttable.sh +++ b/makecomponenttable.sh @@ -121,6 +121,13 @@ insert into components (value, program, initialowner, initialqacontact) values ( insert into components (value, program, initialowner, initialqacontact) values ("PerLDAP", "Directory", "leif@netscape.com", ""); insert into components (value, program, initialowner, initialqacontact) values ("LDAP Tools", "Directory", "chuckb@netscape.com", ""); +insert into components (value, program, initialowner) values ("Front end", "Grendel", "grail@cafebabe.org"); +insert into components (value, program, initialowner) values ("IMAP", "Grendel", "edwin@woudt.nl"); +insert into components (value, program, initialowner) values ("POP", "Grendel", "edwin@woudt.nl"); +insert into components (value, program, initialowner) values ("SMTP", "Grendel", "edwin@woudt.nl"); +insert into components (value, program, initialowner) values ("NNTP", "Grendel", "edwin@woudt.nl"); +insert into components (value, program, initialowner) values ("Address Book", "Grendel", "talisman@anamorphic.com"); + insert into components (value, program, initialowner, initialqacontact, description) values ("Networking", "MailNews", "mscott@netscape.com", "lchiang@netscape.com", "Integration with libnet, protocol support for POP3, IMAP4, SMTP, NNTP and LDAP"); insert into components (value, program, initialowner, initialqacontact, description) values ("Database", "MailNews", "davidmc@netscape.com", "lchiang@netscape.com", "Persistent storage of address books and mail/news summary files"); diff --git a/makeproducttable.sh b/makeproducttable.sh index 23a434e770..f498e5425b 100755 --- a/makeproducttable.sh +++ b/makeproducttable.sh @@ -40,6 +40,7 @@ insert into products (product, description, milestoneurl) values ("Browser", 'Fo insert into products (product, description) values ("Calendar", 'For bugs about the Calendar project'); insert into products (product, description) values ("CCK", 'For bugs about the Client Customization Kit project'); insert into products (product, description) values ("Directory", 'For bugs about the Directory (LDAP) project'); +insert into products (product, description) values ("Grendel", 'For bugs about the Grendel java-based mail/news reader'); insert into products (product, description) values ("MailNews", 'For bugs about the Mozilla Mail/News project'); insert into products (product, description, disallownew) values ("MozillaClassic", "For bugs about the Mozilla web browser", 1); insert into products (product, description) values ("Webtools", 'For bugs about the web-based tools that mozilla.org uses. This include Bugzilla (problems you are having with this bug system itself), Bonsai, and Tinderbox.'); diff --git a/makeversiontable.sh b/makeversiontable.sh index be9a881b76..cccd6e6b09 100755 --- a/makeversiontable.sh +++ b/makeversiontable.sh @@ -38,6 +38,7 @@ insert into versions (value, program) values ("other", "Browser"); insert into versions (value, program) values ("other", "Calendar"); insert into versions (value, program) values ("other", "CCK"); insert into versions (value, program) values ("other", "Directory"); +insert into versions (value, program) values ("other", "Grendel"); insert into versions (value, program) values ("other", "MailNews"); insert into versions (value, program) values ("other", "MozillaClassic"); insert into versions (value, program) values ("1998-03-31", "MozillaClassic");