]> granicus.if.org Git - php/commitdiff
* Adding new state "emeritus", which can be used for former maintainers of
authorMartin Jansen <mj@php.net>
Fri, 12 Mar 2004 18:05:08 +0000 (18:05 +0000)
committerMartin Jansen <mj@php.net>
Fri, 12 Mar 2004 18:05:08 +0000 (18:05 +0000)
  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

index 3329fc6b6e42f39da4c02063ce4c3d32dca8f379..6ed14aca84c99fb6c3e556f8e53e3f3575b5c120 100644 (file)
@@ -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