From c653c6d1d94cb7bdbac8f958176fbbf8de453fe5 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Fri, 12 Mar 2004 18:05:08 +0000 Subject: [PATCH] * Adding new state "emeritus", which can be used for former maintainers of packages. Submitted by: Daniel Convissor # The necessary updates for the website and the manual will follow in a # few hours or at least tomorrow morning. --- pear/PEAR/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 3329fc6b6e..6ed14aca84 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -51,7 +51,7 @@ $GLOBALS['_PEAR_Common_tempfiles'] = array(); * Valid maintainer roles * @var array */ -$GLOBALS['_PEAR_Common_maintainer_roles'] = array('lead','developer','contributor','helper'); +$GLOBALS['_PEAR_Common_maintainer_roles'] = array('lead','developer','contributor','helper', 'emeritus'); /** * Valid release states -- 2.40.0