File splashy.changes of Package splashy
-------------------------------------------------------------------
Sun Nov 30 00:00:31 CET 2008 - ro@suse.de
- check if binary really exists in postinstall scripts
(needed with possibly cyclic deps)
-------------------------------------------------------------------
Wed Nov 5 11:12:15 CET 2008 - hmacht@suse.de
- split off splashy-branding-* packages (bnc#440898)
-------------------------------------------------------------------
Tue Sep 30 20:30:37 CEST 2008 - hmacht@suse.de
- disable DirectFB-x11input module, it triggers a segfault in
DirectFB (bnc#430235)
-------------------------------------------------------------------
Mon Sep 29 17:04:37 CEST 2008 - hmacht@suse.de
- adjust library paths in setup-splashy.sh due to DirectFB update
(bnc#430130)
-------------------------------------------------------------------
Wed May 21 16:00:07 CEST 2008 - hmacht@suse.de
- package old openSUSE theme as openSUSE-zz in splashy-themes package
- add new openSUSE theme to core package and adjust
splashy-default-theme.patch accordingly (bnc#387647)
-------------------------------------------------------------------
Fri Feb 1 17:29:47 CET 2008 - hmacht@suse.de
- adjust paths and libraries in setup-splashy.sh (mkinitrd)
-------------------------------------------------------------------
Tue Jan 29 14:38:55 CET 2008 - hmacht@suse.de
- (bnc#354982)
- remove link /etc/splashy/themes and add README.themes instead
- patch splashy configuration to look at /usr/share/splashy/themes for
themes instead
- package openSUSE theme in splashy.rpm and upstream default theme in
splashy-themes.rpm
-------------------------------------------------------------------
Mon Jan 28 12:14:17 CET 2008 - hmacht@suse.de
- /etc/splashy/themes was a directory and is now a link, so remove
the directory on update (b.n.c. 354982)
-------------------------------------------------------------------
Tue Jan 15 15:23:05 CET 2008 - hmacht@suse.de
- update to 0.3.8:
- remove splashy-static.patch
- add patch splashy-0.3.8-glib.patch
- Changes between 0.3.7 and 0.3.8
* Bug fixes:
- Changes between 0.3.6 and 0.3.7
* all static build dropped in favor of shared libraries. If your
distribution does not support initramfs shared binaries, or you are
using Splashy from a thin-client server, you will need to re-enable
static on your own. Please refer to configure.ac and src/Makefile.am
* scrolls text during boot (splashy_update "scroll text to display")
* splashy_update commands print_scroll is now just scroll. Same for
its alias "TEXT_SCROLL->SCROLL)
* splashy_update command clrprint is now just "clear"
* adds verbose text when pressing F2 (again). This time is done using
LSB scripts not reading the console files (/dev/vcs*)
* LSB script writes splashy PID to /var/run/sendsigs.omit which is
used by /etc/init.d/sendsigs to killall5 all processes at
shutdown/reboot. This tells the system to ignore killing splashy during
shutdown/reboot.
* adds international support. Translators needed!
http://splashy.alioth.debian.org/i18n/
* uses the real size of the screen and not that reported by the
surface (Thanks to DeX77 from #frugalware for helping to get this
fixed)
- Changes between 0.3.5 and 0.3.6
* Documentation updates
* Support for OpenSuSE/Fedora and other RPM-based systems
* Splashy now works with Directfb 1.x
* Splashy runs from initramfs under Init again (Thanks to RPath Linux
and Directfb Dev Team) (upstart works just like before)
* Themes are now in /usr/share/splashy/themes and a symlink from
/etc/splashy/themes points to that location (See README for more)
-------------------------------------------------------------------
Wed Oct 17 14:36:45 CEST 2007 - hmacht@suse.de
- use giant if-clause to never ever return from a mkinitrd script
which would result in the initrd build process to fail
(according to novell bug 331785, comment 8)
-------------------------------------------------------------------
Thu Oct 11 13:48:01 CEST 2007 - hmacht@suse.de
Update to upstream 0.3.5:
- Make init scripts consistent. STEPS_DIR can be defined in
/etc/default/splashy
- bugfixes
- documentation updates
-------------------------------------------------------------------
Tue Sep 11 14:19:32 CEST 2007 - seife@suse.de
- fix wrong path in the theme check
- do not exit in mkinitrd script since this script is sourced
-------------------------------------------------------------------
Mon Sep 10 17:16:46 CEST 2007 - seife@suse.de
- never abort mkinitrd because of potential splashy errors
-------------------------------------------------------------------
Sun Sep 9 21:24:07 CEST 2007 - seife@suse.de
- fix setup-splashy.sh error if the configured theme is not there
-------------------------------------------------------------------
Wed Sep 5 22:43:16 CEST 2007 - hmacht@suse.de
- add splashy-themes package, only openSUSE theme remains in the
original package
- add themes Fingerprint, Mepis Bahira, Aqua and default splashy
theme to splashy-themes package
-------------------------------------------------------------------
Mon Sep 3 16:22:36 CEST 2007 - seife@suse.de
- do not put /etc/suspend.conf into the initrd
-------------------------------------------------------------------
Fri Aug 31 11:50:03 CEST 2007 - seife@suse.de
- fix setup-splashy.sh in case the user changed his config.xml
-------------------------------------------------------------------
Mon Aug 27 14:30:03 CEST 2007 - hmacht@suse.de
- setup-splashy.sh script did not copy dynamic libraries to initrd
if static ones were not present in installed system
- add openSUSE theme by Jakub Steiner and use as default
-------------------------------------------------------------------
Mon Aug 20 23:37:53 CEST 2007 - hmacht@suse.de
- do not install 99splashy pm-utils hook to create the screenshot
before suspending. There are complications with the timeframe
and with the desktop screensaver kicking in
-------------------------------------------------------------------
Mon Aug 6 11:42:46 CEST 2007 - hmacht@suse.de
- call /sbin/mkinitrd_setup in %postun to remove links
(novell bug 297219)
- exit gracefully if convert is not installed
-------------------------------------------------------------------
Fri Aug 3 21:18:34 CEST 2007 - hmacht@suse.de
- pm-utils-splashy.sh: Don't create screenshot if splash is
disabled
-------------------------------------------------------------------
Wed Jul 25 15:01:51 CEST 2007 - hmacht@suse.de
- add hook for pm-utils to create a screenshot of the desktop to
show as suspend image
- add mkinitrd script to integrate splashy into the initrd
- splashy-default-theme.diff: slightly adjust the default theme
configuration to fulfil our needs
-------------------------------------------------------------------
Fri Jun 29 20:57:27 CEST 2007 - hmacht@suse.de
- initial submission