diff options
author | Roy Marples <roy@marples.name> | 2007-09-28 12:29:23 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-28 12:29:23 +0000 |
commit | 6f7f447978025c9d49a0d2a0a5a6a29384ba80c8 (patch) | |
tree | 8efb8c146d53799bee35d6cb3acf62c25abdc40d /ChangeLog | |
parent | e89c2c5d60ad97f60e6dfecabc39acef8bc03525 (diff) |
enums are now fixed to specific values and are in UPPER CASE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 + 28 Sep 2007; Roy Marples <uberlord@gentoo.org>: + + enums are now fixed to specific values and are in UPPER CASE. + 26 Sep 2007; Roy Marples <uberlord@gentoo.org>: rc_is_env is now rc_env_bool and just works with boolean values. |