gentoo: only coldplug services started by autoconfig if autoconfig is in the default...
[fbsplash.git] / gentoo / ChangeLog
blobb1db04e247761a1ab1248fdccf7d3c57ac44e865
1 25 Feb 2008 * <spock@gentoo.org> * splashutils-gentoo-1.0.12
2  - Add support for SPLASH_TEXTBOX.
3  - Add support for SPLASH_AUTOVERBOSE.
5 06 Jan 2008 * <spock@gentoo.org> * splashutils-gentoo-1.0.11
6  - Fix the 3rd method of event device detection.
7  - Use the fbcondecor_* functions from splashutils-functions.sh in the
8    initscript.
10 16 Dec 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.10
11  - Add another method of detecting the keyboard event device
12    in the splash-functions.sh for baselayout-1.
13  - Don't make the fbcondecor initscript fail when it can't set
14    the theme on a single tty and FBCONDECOR_TTY_MAP is used.
16 25 Nov 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.9
17  - Use 'exit staysilent' if the 'xdm' service has been started.
19 23 Sep 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.8
20  - Add explanatory comments in /etc/conf.d/splash.
22 04 Sep 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.7
23  - Add support for --type and --effects in splash-functions.sh for bl-1.
25 26 Aug 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.6
26  - Fix the splash plugin so that it compiles with the latest baselayout-2.
28 11 Aug 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.5
29  - Add an alternative of identifying the keyboard event device in
30    splash-functions-bl1.sh
31  - Add support for the new libfbsplash in the splash plugin.
33 07 Jul 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.4
34  - Fix Gentoo bug #183281.
36 09 Jun 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.3
37  - Fix handling of scheduled services.
38  - Add support for the rc-abort event.
40 07 May 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.2
41  - Add support for linking with --as-needed.
42  - Add support for scheduled services.
43  - Only switch to verbose at the end of bootup if the silent screen is actually displayed.
44  - Add support for multilib systems.
45  - Don't print a warning about services failing to stop/start.
47 12 Apr 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.1
48  - Add support for baselayout-2.0.0_alpha1.
49  - POSIX compatibility fixes.
51 05 Apr 2007 * <spock@gentoo.org> * splashutils-gentoo-1.0.0
52  - Add support for GPM.
53  - Add support for baselayout-2 (splash plugin).
55 13 Mar 2007 * <spock@gentoo.org> * splashutils-gentoo-0.5.4
56  - Make sure the splash boot message doesn't get shortened when passed to
57    the splash daemon.
58  - Ignore failures when calling 'setpic' in the initscript.
59  - Stop setting background images on first error in init-splash.
61 21 Nov 2006 * <spock@gentoo.org> * splashutils-gentoo-0.5.3
62  - Use rc-depend to get a list of services that will be started during boot.
63  - Added 'use localmount' to the splash initscript.
65 15 Jul 2006 * <spock@gentoo.org> * splashutils-gentoo-0.5.1
66  - Properly pass runlevel information to {rc_init,rc_exit}-{pre,post} scripts.
68 15 Jul 2006 * <spock@gentoo.org> * splashutils-gentoo-0.5.0
69  - Added support for recording splash profiling information.
70  - Merged /sbin/splash and /sbin/splash-functions.sh into a single file.
71  - Fixed a number of minor bugs in the Gentoo scripts.
73 29 Sep 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.14
74  - Added support for console=tty1 setting on the kernel command line.
76 21 Aug 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.13
77  - Added support for BOOT_MSG kernel command line option.
78  - Removed dependency on local in the initscript.
79  - Use splash_setup() in the init scripts. Do not set verbose splash image if
80    splash=off was set on the kernel command line.
81  - Added an alternative method of locating the keyboard controlled input device.
83 18 Jul 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.12
84  - Added a fix for Gentoo bug #96697.
86 09 Jul 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.11
87  - Added a initrd support script (initrd.splash).
88  - Fixed Gentoo bug #98346 (additional sanity checks in /sbin/splash).
89  - Fixed service listing in /sbin/splash-function.sh.
91 16 May 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.10
92  - Moved 'kdgraphics' from a compilation time option into a kernel command
93    line option.
94  - Changed the default silent splash tty on Gentoo to tty16. This should
95    allow us to avoid any conflicts with rc-scripts, consolefont, syslog-ng,
96    etc.
97  - Fixed a bug with the event device not being detected correctly.
99 30 Apr 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.9
100  - Added sanity checks for /dev/tty1.
101  - Added sanity checks for the kernel command line. Invalid settings
102    such as: splash=silent,theme:foo,CONSOLE=/dev/tty1,quiet should now
103    be detected automatically.
105 24 Apr 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.8
106  - Splash scripts updates:
107    - ignore 'serial' exit code (to prevent automatic switches to
108      verbose mode when there is no apparent error)
109    - fixed Gentoo bugs #88461 and #87113
111 28 Mar 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.7
112  - $progress is now a part of the main boot message by default.
114 21 Mar 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.6
115  - Fixed bugs:
116   - #85418 - cache directory not found
117   - #85565 - issues related to /usr and /var being separate partitions
119 07 Mar 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.5
120  - Changes to support splashutils-1.1.9.
122 27 Jan 2005 * <spock@gentoo.org> * splashutils-gentoo-0.1.4
123  - Added numerous new features and bugfixes:
124   - fixes for consolefont problems (bug #77122)
125   - support for switching back to silent mode after receiving
126     user input for services such as dm-crypt
127   - support for event-driven scripts
129 27 Sep 2004 * <spock@gentoo.org> * splashutils-gentoo-0.1.2
130  - Fixed Gentoo bug #64068