diff options
author | 2007-09-25 17:19:02 +0000 | |
---|---|---|
committer | 2007-09-25 17:19:02 +0000 | |
commit | 5fc767caaec38c0e341d02b286248aa54bb9e25f (patch) | |
tree | 35f036a9e6eba2322267b23688495a9f2390ada8 /ChangeLog | |
parent | Retain behavior where `rc-update del` warns if nothing changed. (diff) | |
download | baselayout-5fc767caaec38c0e341d02b286248aa54bb9e25f.tar.gz baselayout-5fc767caaec38c0e341d02b286248aa54bb9e25f.tar.bz2 baselayout-5fc767caaec38c0e341d02b286248aa54bb9e25f.zip |
We no longer use bool in our public headers, using int instead.
svn path=/trunk/; revision=2927
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 + 25 Sep 2007; Roy Marples <uberlord@gentoo.org>: + + We no longer use bool in our public headers, using int instead. + This makes us more like our base libraries. + 25 Sep 2007; Mike Frysinger <vapier@gentoo.org>: Skip consolefont setup when RC_TTY_NUMBER is set to 0. |