diff options
author | Roy Marples <roy@marples.name> | 2007-09-18 12:20:55 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-18 12:20:55 +0000 |
commit | c8b03c96b7da55de503c8e3cdab8d49d7358dd17 (patch) | |
tree | cf824b6bcc02c221321019c8035445ced4927818 /ChangeLog | |
parent | 807e4afbed9f2802b02f35b738661126e0295bc9 (diff) |
API change! rc_config_env is renamed to rc_make_env and takes no argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ 18 Sep 2007; Roy Marples <uberlord@gentoo.org>: + API change! rc_config_env is renamed to rc_make_env and takes no argument. + API change! rc_ls_dir, rc_get_config and rc_get_list no longer take a starting list as a first argument. Instead, use rc_strlist_join to append or prepend the new list to an existing list. |