Change log for usplash package in Ubuntu

150 of 118 results
Deleted in natty-release (Reason: LP: #727517)
Obsolete in maverick-release
usplash (0.5.52) maverick; urgency=low

  * Set DEB_HOST_ARCH if not passed in the env; LP: #568337.
  * Wrap build-deps and deps.
  * Bump up Standards-Version to 3.8.4.
  * Add ${misc:Depends}.
  * Use https://code.launchpad.net/ in Vcs-Bzr.
 -- Loic Minier <email address hidden>   Thu, 13 May 2010 15:36:23 +0200

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
Superseded in lucid-release
usplash (0.5.51) lucid; urgency=low

  * initramfs/hooks/usplash, initramfs/scripts/init-top/usplash: Also
    change the option here too.
 -- Scott James Remnant <email address hidden>   Tue, 01 Dec 2009 04:10:16 +0000

Available diffs

Superseded in lucid-release
usplash (0.5.50) lucid; urgency=low

  * initramfs/conf-hooks.d/usplash: Update to set FRAMEBUFFER=y
 -- Scott James Remnant <email address hidden>   Tue, 01 Dec 2009 00:01:46 +0000

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
usplash (0.5.49) karmic; urgency=low

  * Fix remaining cases of usplash launch that need to have -p specified
    (really closes LP: #458398).

 -- Kees Cook <email address hidden>   Mon, 26 Oct 2009 13:47:12 -0700

Available diffs

Superseded in karmic-release
usplash (0.5.48) karmic; urgency=low

  [ Kees Cook ]
  * usplash.8: document --background and --pidfile.
  * debian/usplash.upstart: as in Jaunty, start in pulsate mode for themes
    that define a progress bar (LP: #458398).

  [ Johan Kiviniemi ]
  * Let clients CLEAR old messages away when in quiet mode.
    - Fixes LP: #215666: mountall’s messages such as “foo cannot yet be
      mounted” would be left on the screen even after success.

 -- Scott James Remnant <email address hidden>   Mon, 26 Oct 2009 09:30:00 +0000

Available diffs

Superseded in karmic-release
usplash (0.5.47) karmic; urgency=low

  [ Colin Watson ]
  * Dismiss splash screen if Escape is pressed outside an INPUT* command
    (LP: #195666).

  [ Scott James Remnant ]
  * Build on the above patch adding an ESCAPE command that takes the pid
    of a process.  When Escape is pressed, if this command has been received
    and no further INPUT* commands received, SIGINT is sent to that process
    instead.

 -- Scott James Remnant <email address hidden>   Tue, 20 Oct 2009 11:23:34 +0100

Available diffs

Superseded in karmic-release
usplash (0.5.46) karmic; urgency=low

  * usplash_svga.c, usplash_svga_set_palette(): Do not destroy the palette
    that gets passed as an argument. If in 8 bpp mode, create a copy, in other
    modes don't touch it at all. (LP: #448988)

 -- Martin Pitt <email address hidden>   Fri, 16 Oct 2009 18:07:05 +0200

Available diffs

Superseded in karmic-release
usplash (0.5.45) karmic; urgency=low

  * Make sure that when we open devices we use O_NOCTTY, since otherwise
    when run under Upstart we end up with controlling terminals that we
    didn't expect.
  * Then after we've forked into a child process, we call the TIOCSCTTY
    ioctl() to take control of the terminal we're on so we get input.

 -- Scott James Remnant <email address hidden>   Thu, 15 Oct 2009 23:18:30 +0100

Available diffs

Superseded in karmic-release
usplash (0.5.44) karmic; urgency=low

  [ Colin Watson ]
  * Add usplash_backend_name() function to the svgalib and bogl backends,
    returning "svga" and "bogl" respectively.

  [ Scott James Remnant ]
  * Move the console restoration into an atexit() function registered
    before the one from the svga or bogl backends; that way switching
    the VT doesn't result in svgalib having a panic attack and vomiting
    all over everything.
  * Remove the svgalib code guarding against restoring text mode when in
    a child process of the one that initialised the display; since we
    daemonise, this code meant we never restored text mode and left a
    corrupted or blank display.  LP: #448977, #447692.

 -- Scott James Remnant <email address hidden>   Wed, 14 Oct 2009 04:36:31 +0100

Available diffs

Superseded in karmic-release
usplash (0.5.43) karmic; urgency=low

  * usplash.c: Provide a new FADEOUT command to fade out the logo without
    QUITing. Change QUIT to not fade it out again if FADEOUT was sent.
    Document the new command in usplash_write.8.
  * debian/splash-functions, usplash_stop(): In runlevel 0/6, send FADEOUT
    command, to restore fade-out effect after the changes in r310 (which
    changed usplash not to terminate on shutdown/reboot any more).
    (LP: #450454)

 -- Martin Pitt <email address hidden>   Tue, 13 Oct 2009 22:48:49 +0200

Available diffs

Superseded in karmic-release
usplash (0.5.42) karmic; urgency=low

  [ Colin Watson ]
  * Fix the Upstart job's pre-start script to stop the job when conditions
    are such that it shouldn't be started, without using 'normal exit 0 1'.

  [ Steve Langasek ]
  * Stop the job when mountall-shell is running, so that users who've been
    dropped to a shell can actually interact with it.  LP: #448214.

 -- Steve Langasek <email address hidden>   Sat, 10 Oct 2009 14:43:46 -0700

Available diffs

Superseded in karmic-release
usplash (0.5.41) karmic; urgency=low

  [ Colin Watson ]
  * Add new options --background and --pidfile, to stop usplash startup
    being racy and to save a second on system shutdown. The pid file is now
    only written after usplash has opened its FIFO and set up the console.
  * Always enable usplash for 9.10 to hide boot messages, since we aren't
    yet ready to make it show up only on relatively slow boots (usplash
    tends to slow down boot on SSD-based systems). We'll revisit this for
    10.04 (LP: #444362).
  * Switch console on normal exit from usplash (i.e. the QUIT command or
    SIGTERM/SIGINT) rather than doing it after usplash exits.
  * On shutdown, wait for X to get the console out of graphics mode before
    starting our own setup.
  * Convert splash-functions to rely on usplash's Upstart job, and avoid
    killing usplash on system shutdown.
  * Redirect init script messages to tty8 if usplash was started during the
    current boot, regardless of the current virtual console (LP: #440871).

  [ Scott James Remnant ]
  * Replace --ignore-sigterm option with proper SIGTERM handling (and SIGINT)
    that causes the main loop to exit just as if it had timed out.
  * Move the shell logic that reads the framebuffer size into the C code to
    save on shell parsing overhead, and avoid the defeating of Upstart
    daemon tracking.
  * Have usplash read the kernel command-line itself and imply -v if
    "quiet" is not present.
  * Merge the usplash and usplash-down Upstart jobs, this neatly means
    that they don't have to check for each other with pidof, and you can
    use "start usplash" and "stop usplash" when you really mean just that.
  * usplash should not be a task (we want "start usplash" to return once
    usplash is running).
  * Fix the standard input flushing function to avoid an infinite loop.

 -- Colin Watson <email address hidden>   Fri, 09 Oct 2009 11:34:31 +0100

Available diffs

Superseded in karmic-release
usplash (0.5.40) karmic; urgency=low

  * libusplash.c: Move waiting out of dim_logo() into fade_logo(), so that we
    can use dim_logo() for asynchronous pulsating as well.
  * libusplash.{h,c}: Add pulse_logo() which lets the logo pulsate another
    step, using dim_logo(). If pulsating is enabled, call it in usplash.c's
    do_animate() function, which is already called regularly through a timer.
  * usplash.c: Do not fade out logo when pulsating is enabled, since it looks
    ugly (fade out always starts at full brightness). Doing this more smoothly
    requires some reorganization/merging of the fade/dim logic and state
    keeping.
  * usplash.c: Add option --pulse-logo which enables logo pulsating right from
    the start. Document it in usplash.8.
  * usplash.c: Add new command PULSELOGO which starts logo pulsing. Document
    it in usplash_write.8, and also refer to it in usplash.8. (LP: #438762)

 -- Martin Pitt <email address hidden>   Wed, 30 Sep 2009 10:32:38 +0200

Available diffs

Superseded in karmic-release
usplash (0.5.39) karmic; urgency=low

  * Convert usplash to Upstart jobs, so that we handle VT switching on
    startup/shutdown properly again (LP: #434361). This makes use of a new
    'starting-dm' event emitted by display manager jobs, so declare Breaks
    on gdm and kdm versions that don't do this.
  * Add -t option to set the initial timeout without having to wait for the
    fifo to appear. (Upstart jobs don't tend to talk to usplash at the
    moment, so we need a longer timeout to start with in the initramfs,
    until we get as far as running init scripts.)
  * Add --ignore-sigterm option as a temporary hack to make it easier to use
    Upstart's built-in process-killing code.

 -- Colin Watson <email address hidden>   Tue, 29 Sep 2009 01:26:00 +0100

Available diffs

Superseded in karmic-release
usplash (0.5.38) karmic; urgency=low

  LP: #392039, #431812.
  * debian/control:
    - increase dependency on initramfs-tools for new framebuffer handling
  * initramfs/hooks/usplash:
    - change pre-requisite to framebuffer
  * initramfs/scripts/init-top/usplash:
    - remove mknod and modprobe calls now udev takes care of that

 -- Scott James Remnant <email address hidden>   Wed, 23 Sep 2009 14:27:10 -0700

Available diffs

Superseded in karmic-release
usplash (0.5.37) karmic; urgency=low

  FFE LP: #427356.

  * Make usplash optional in the initramfs, you need to set USPLASH=y
    otherwise it will not be included:
    - initramfs/scripts/init-top/usplash: script optional
    - initramfs/hooks/usplash: as is hook

 -- Scott James Remnant <email address hidden>   Tue, 15 Sep 2009 15:13:16 +0100

Available diffs

Superseded in karmic-release
usplash (0.5.36) karmic; urgency=low

  * initramfs/scripts/init-top/usplash and usplash_down, fix typo in
    virtual_size handling

 -- Oliver Grawert <email address hidden>   Tue, 15 Sep 2009 13:00:09 +0200

Available diffs

Superseded in karmic-release
usplash (0.5.35) karmic; urgency=low

  * libusplash.c: Explicitly clear the palette on initialization to avoid
    flicker effects on some setups. (LP: #428614)

 -- Martin Pitt <email address hidden>   Mon, 14 Sep 2009 17:32:24 +0200

Available diffs

Superseded in karmic-release
usplash (0.5.34) karmic; urgency=low

  [ Martin Pitt ]
  * Add support for fading in/out the logo:
    - libusplash.h, libusplash.c: Add new function fade_logo(on, steps) which
      fades the logo in/out.
    - libusplash.c, usplash_setup(): Do not set the palette here already.
    - usplash.c: Fade logo in at startup (0.5 seconds), and out at QUIT (0.2
      seconds).
  * Reverse the fade times at shutdown:
    - usplash.c: Add new option -d for shutdown, and call fade_logo() with
      swapped steps if it is given.
    - usplash_down: Call usplash with -d.
    - usplash.8: Document -d.
  * debian/shlibs.local: Bump for new API.

  [ Loïc Minier ]
  * usplash_down, initramfs/scripts/init-top/usplash: Set xres/yres from the
    fb or KMS virtual_size if available as read from /sys, overriding
    usplash.conf values.  It's ugly to rely on /sys, but there was already a
    check for /sys to detect KMS and some code in initramfs-tools to generate
    an usplash.conf from /sys on mxcfb fbs.  This merges the kuldges in a
    single place and causes usplash to actually use the current and probably
    highest resolution on KMS and fb devices, while the default was to set the
    resolution to the first theme's size (640x400 with the Ubuntu theme).
    Proper fix is to make usplash use the current resolution instead but will
    take more time.
  * usplash_down, initramfs/scripts/init-top/usplash: Stop sourcing
    etc/usplash.conf since usplash_setup() does this by default when xres and
    yres aren't set on the command line anyway.
  * Flip dh_installdeb and dh_makeshlibs call in rules to actually get
    proper ldconfig call in the .postinst as lintian expects.
  * Add #DEBHELPER# to preinst.

 -- Loic Minier <email address hidden>   Fri, 11 Sep 2009 22:04:46 +0200

Available diffs

Superseded in karmic-release
usplash (0.5.33) karmic; urgency=low

  * Fix return type of strncspn in libusplash.h
  * Include usplash-theme.h from libusplash.h as it uses struct usplash_theme
    in declarations.
  * Include libusplash.h in libusplash.c to ensure sanity of prototypes.
  * Remove duplicate testcard_theme definition from libusplash.c.
  * libusplash.c: drop most prototypes for non-static functions which are
    already declared in libusplash.h.
  * Add usplash_sanity_check_theme() and use it to reject themes which have a
    textbox which overflows the theme dimensions; LP: #401432.
  * Also sanity check progressbar dimension for overflows.

 -- Loic Minier <email address hidden>   Wed, 05 Aug 2009 12:10:22 +0100

Available diffs

Superseded in karmic-release
usplash (0.5.32) karmic; urgency=low

  * Update Launchpad bug-filing URLs.
  * Run usplash at the native resolution if KMS is available.

 -- Colin Watson <email address hidden>   Mon, 22 Jun 2009 11:46:56 +0100

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
usplash (0.5.31) jaunty; urgency=low

  * {lib,}usplash.c: do not clear text area before doing input prompting.
    If the text area is cleared, TEXT-URGENT information is wiped from
    the screen before prompting.  Instead, correctly clear text area on
    start-up regardless of verbosity level.

 -- Kees Cook <email address hidden>   Mon, 09 Mar 2009 15:12:58 -0700

Available diffs

Superseded in jaunty-release
usplash (0.5.30) jaunty; urgency=low

  * Providing a background image for all possible resolutions has become too
    cumbersome. Thus change theme definitions to be able to provide just a
    logo, its screen position, and an explicit theme size: (LP: #64147)
    - usplash-theme.h: Add new fields theme_width, theme_height, pixmap_x,
      pixmap_y. Bump THEME_VERSION for this.
    - usplash-theme.h: Add new functions usplash_theme_width() and
      usplash_theme_height() which usplash and themes should use instead of an
      explicit pixmap->width/height. These functions will return
      theme_{width,height} and fall back to the pixmap's dimensions if the
      theme size is 0.
    - libusplash.c: Implement above two functions, update the code to use them
      instead of the pixmap dimensions, and add the pixmap_{x,y} offset when
      drawing pixmap.
    - This will require all usplash themes to be rebuilt, define above
      four fields, and replace theme->pixmap->width() with
      usplash_theme_width(theme) (likewise for height). If you want to retain
      full screen pixmaps, just set all of those fields to 0.

 -- Martin Pitt <email address hidden>   Wed, 04 Mar 2009 21:41:36 +0100

Available diffs

Superseded in jaunty-release
usplash (0.5.29) jaunty; urgency=low

  * libusplash.c: Revert signal handler changes which seem to have caused
    problems with Xorg initialization in some situations (LP: #327230).

 -- Kees Cook <email address hidden>   Tue, 10 Feb 2009 11:27:11 -0800

Available diffs

Superseded in jaunty-release
usplash (0.5.28) jaunty; urgency=low

  * libusplash.{c,h}, usplash.c:
    - Move pulsate and animation pipes into libusplash to unblock animations
      while waiting for stdin (LP: #326709).
    - Process animations between commands to avoid falling behind when
      running in verbose mode.
    - Drop unneeded signal-blocking code.

 -- Kees Cook <email address hidden>   Wed, 04 Feb 2009 06:47:38 -0800

Available diffs

Superseded in jaunty-release
usplash (0.5.27) jaunty; urgency=low

  * debian/usplash.py: Added information to be gathered when using apport to
    report a bug about usplash (LP: #319333).

 -- Brian Murray <email address hidden>   Wed, 21 Jan 2009 18:50:28 +0100

Available diffs

Superseded in jaunty-release
usplash (0.5.26) jaunty; urgency=low

  * Fix various compiler warnings.
  * debian/splash-functions: Kill usplash more gracefully in splash_stop;
    introduces new SPLASH_ORIG_CONSOLE environment variable which can be
    checked by other init scripts (LP: #304136).
  * Notify the main loop by means of a self-pipe when SIGALRM is triggered,
    rather than attempting to animate the display from a signal handler
    (thanks to Andrea Gasparini for testing and adjustment; LP: #259761).
  * Sleep for 0.1 second rather than 1 second in init script while waiting
    for usplash to die, and adjust the loop count both there and in
    splash-functions to match the previous behaviour of giving usplash up to
    10 seconds to go away (LP: #313574).

 -- Colin Watson <email address hidden>   Tue, 06 Jan 2009 12:00:21 +0000

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
usplash (0.5.25) intrepid; urgency=low

  * libusplash.h: Export usplash_timeout_get_string() definition and provide a
    backward compatibility definition for usplash_get_string(), which got
    more or less accidentally removed in r174. This is a prerequisite for
    fixing bug 114688. Thanks to Andrea Gasparini for the patch!
    (LP: #224709)

 -- Martin Pitt <email address hidden>   Thu, 16 Oct 2008 23:39:43 +0200

Available diffs

Superseded in intrepid-release
usplash (0.5.24) intrepid; urgency=low

  * debian/usplash.init, stop(): Call usplash_down if usplash is not already
    running. In previous releases, the display manager started it, but in the
    modern ConsoleKit world, nothing else triggers it any more. (LP: #264696)
  * debian/rules: Move stop rc.d priority to 02, to avoid racing with gdm
    (which is also at 01) when using init script parallelization.
  * Add debian/usplash.preinst to do above rc.d priority migration on updates.
    (Needs to be kept until after the next LTS)

 -- Martin Pitt <email address hidden>   Wed, 08 Oct 2008 12:02:24 +0200

Available diffs

Superseded in intrepid-release
usplash (0.5.23) intrepid; urgency=low

  * usplash_write.c: do not perror(open) if EACCESS (LP: #251656).

 -- Dustin Kirkland <email address hidden>   Mon, 28 Jul 2008 09:50:22 -0500

Available diffs

Superseded in intrepid-release
usplash (0.5.22) intrepid; urgency=low

  * usplash-theme.h: Add a "void* private" pointer to the theme, so that
    themes have an easy way of storing some custom data. Bump THEME_VERSION to
    3 to reflect the ABI change. Thanks to David Härdeman for the patch!

 -- Martin Pitt <email address hidden>   Mon, 14 Jul 2008 19:11:12 +0100

Available diffs

Superseded in intrepid-release
usplash (0.5.21) intrepid; urgency=low

  * Sync with Debian Sid's 0.5.19-2 to reduce Delta to Debian:
    - debian/control: Only specify architectures where usplash works.
    - debian/control: Add usplash Recommends: a theme.
    - debian/control: Fix ${source:Version} → ${binary:Version}.
    - debian/libusplash-dev.links: Fix link to libusplash.so.0 to avoid
      dpkg-shlibdeps confusion. (Debian #424731)
    - Add debian/lsb-base-logging.sh to the source. It is not shipped in
      Ubuntu though, since Ubuntu's lsb-base package already provides the
      script.
    - Add debian/splash-functions and install it to /lib/init/. This
      implements the new sysvinit's API for generic splash screen support.
    - debian/rules: Do not ignore "make clean" errors.
    - initramfs/scripts/init-top/usplash, usplash_down: Recognize "nosplash"
      kernel parameter.
    - debian/usplash.init: Call console-screen.sh init script with "start"
      argument to avoid relying on undocumented behaviour. (Debian #457655)
    - debian/usplash.init: Drop useless grep call.
    - debian/usplash.init: More robust parsing of /proc/cmdline.
    - debian/rules: Create kbd and console-tools config.d scripts to avoid
      them starting while usplash is running.
    - Bump Standards-Version (no changes necessary).
  * debian/control: Set Maintainer to Ubuntu core-dev.
  * debian/copyright: Small updates.

 -- Martin Pitt <email address hidden>   Tue, 27 May 2008 21:41:59 +0200
Superseded in intrepid-release
usplash (0.5.20) intrepid; urgency=low

  * usplash.{c,8}: add "-p" option to allow starting in pulsating mode.
  * scripts/init-top/usplash: remove 1 second sleep, use "-p" instead.

 -- Kees Cook <email address hidden>   Thu, 22 May 2008 09:45:07 -0700
Superseded in intrepid-release
Obsolete in hardy-release
usplash (0.5.19) hardy; urgency=low

  * debian/usplash.postinst: Add instructions about update-initramfs in
    usplash configuration file /etc/usplash.conf (LP: #206064).

 -- Saivann Carignan <email address hidden>   Mon, 31 Mar 2008 01:43:39 -0400
Superseded in hardy-release
usplash (0.5.18) hardy; urgency=low

  * Let usplash use the minimum mode in the theme if we don't know the
    correct modes, rather than forcing 640x480.
  * Fetch modes from the current display if we're being configured within X
    (works around LP #188764).

 -- Colin Watson <email address hidden>   Sun, 30 Mar 2008 22:43:16 +0100
Superseded in hardy-release
usplash (0.5.17) hardy; urgency=low

  * usplash_write.c: On ENXIO (i. e. unable to open the FIFO because usplash
    is not running), exit with 1 instead of 0 if the environment variable
    FAIL_NO_USPLASH is set. This keeps backwards compatibility with earlier
    versions, but allows us to check for broken usplash in scripts without
    spinning in "read" commands on the usplash outfifo forever.
  * usplash_write.8: Document FAIL_NO_USPLASH.

 -- Martin Pitt <email address hidden>   Wed, 26 Mar 2008 13:33:29 +0100
Superseded in hardy-release
usplash (0.5.16) hardy; urgency=low

  * libusplash.c: INPUTCHAR did not sleep correctly due to animation
    signals (LP: #194017).
  * libusplash.c: get_timeout_char() was not re-enabling signals.
  * usplash.c, usplash_write.c: removed command data-loss race introduced by
    needless re-opening of input fifo (LP: #200299).
  * usplash.c: "TIMEOUT 0" was causing 100% CPU in select with timeout of 0.

 -- Kees Cook <email address hidden>   Sun, 09 Mar 2008 14:16:06 -0700
Superseded in hardy-release
usplash (0.5.15) hardy; urgency=low

  * Bump shlibs for libusplash0 to fix forward compatibility with new
    features.

 -- Martin Pitt <email address hidden>   Mon, 18 Feb 2008 19:04:57 +0100
Superseded in hardy-release
usplash (0.5.14) hardy; urgency=low

  * libusplash.c, get_timeout_key(): Mangle terminal settings for
    unbuffered input, so that INPUTCHAR also works when usplash is started
    from initramfs.

 -- Martin Pitt <email address hidden>   Wed, 13 Feb 2008 10:58:25 +0100
Superseded in hardy-release
usplash (0.5.13) hardy; urgency=low

  * Add new command "VERBOSE" to change verbosity at runtime ("on", "off",
    "default").

 -- Martin Pitt <email address hidden>   Tue, 12 Feb 2008 12:52:54 +0100
Superseded in hardy-release
usplash (0.5.12) hardy; urgency=low

  * Add new command "INPUTCHAR" which checks for a pending key press and
    reports it to the FIFO (empty string if no key was pressed). This is
    better than INPUTTIMEOUT for implementing things like "Press ESC to skip
    this step" after all. Documented the command in the manpage.
  * libusplash.[hc]: Add flush_stdin() to clear stdin. Call it on usplash
    startup in main(), which fixes getting random key presses when calling
    usplash in a running system.

 -- Martin Pitt <email address hidden>   Tue, 12 Feb 2008 11:25:48 +0100
Superseded in hardy-release
usplash (0.5.11) hardy; urgency=low

  * libusplash.c, usplash_timeout_get_string(): Fix wrong and confusing
    indentation.
  * usplash.c: Fix argument parsing for INPUTTIMEOUT (off-by-one error, and
    wrong string length).
  * libusplash.c, usplash_timeout_get_string(): If no char was entered during
    timeout, return an empty string instead of poking a 0 into random memory
    and returning a random string.
  * libusplash.c, handle_timeout_input(): Always output the string to the
    output FIFO, even if input timed out and the string is empty. Otherwise
    the usplash client cannot know whether it should starve and die waiting
    for the reading FIFO or not listen to it and let usplash starve and die
    for writing the FIFO.
  * libusplash.c: Interpret INPUTTIMEOUT value as deciseconds instead of
    seconds. This makes it much more useful for polling for input while doing
    something in the background.
  * usplash_write.8: Add documentation for INPUTTIMEOUT.
  * libusplash.c, usplash_timeout_get_string(): Handle backspace properly.
    (LP: #163793)

 -- Martin Pitt <email address hidden>   Mon, 11 Feb 2008 18:06:37 +0100
Superseded in hardy-release
usplash (0.5.10) hardy; urgency=low

  * usplash.c,libusplash.c,libusplash.h: added command INPUTTIMEOUT.
    LP: #152952

 -- Andrea Gasparini <email address hidden>   Thu, 18 Oct 2007 17:12:39 +0200
Superseded in hardy-release
usplash (0.5.9) hardy; urgency=low

  [ Colin Watson ]
  * Vcs-Bzr is now an official field.

  [ Martin Pitt ]
  * Fix "TIMEOUT 0" to actually wait forever instead of not at all. Thanks to
    Andrea Gasparini! (LP: #152933)
  * Fixed build-dependency: libgd-dev → libgd2-xpm-dev. Thanks to Andrea
    again. (LP: #154234)

 -- Martin Pitt <email address hidden>   Fri, 11 Jan 2008 09:27:28 +0100
Superseded in hardy-release
usplash (0.5.8) hardy; urgency=low

  * Set the usplash progress bar to pulsating after starting in the
    initramfs; we have a random number of steps that will take a random
    amount of time, it makes no sense to fake progress.  LP: #162397.

 -- Scott James Remnant <email address hidden>   Tue, 13 Nov 2007 20:44:12 +0000
Superseded in hardy-release
Obsolete in gutsy-release
usplash (0.5.7) gutsy; urgency=low

  * usplash_svga.c, usplash_svga_text(): When running in 16bpp mode,
    calling gl_setpixel() (which takes a palette index) does not make sense,
    since we never set a palette (this happens only in 8bpp modes). Use
    gl_setpixelrgb() in 16bpp mode and look up the RGB values from
    vesa_palette, which is initialized from the theme.

    This repairs operation on i386 and amd4 where SGVA is used, so that text
    appears in the color set by the theme, instead of being fixed to dark blue.
    (LP: #64408)

 -- Martin Pitt <email address hidden>   Mon, 15 Oct 2007 11:22:21 +0200
Superseded in gutsy-release
usplash (0.5.6) gutsy; urgency=low

  * Add dh_makeshlibs call to debian/rules.

 -- Tollef Fog Heen <email address hidden>   Mon, 01 Oct 2007 11:43:19 +0200
Superseded in gutsy-release
usplash (0.5.5) gutsy; urgency=low

  * Make the build behave the same on lpia as it does on i386 and amd64.

 -- Adam Conrad <email address hidden>   Tue, 14 Aug 2007 02:11:43 +1000
Superseded in gutsy-release
usplash (0.5.4ubuntu1) gutsy; urgency=low

  * Build package for lpia.
  * Set Ubuntu maintainer address.

 -- Matthias Klose <email address hidden>   Fri, 10 Aug 2007 18:22:54 +0000
Superseded in gutsy-release
usplash (0.5.4) gutsy; urgency=low

  * debian/control: libgd2-*-dev no longer provide libgd2-dev, but
    rather libgd-dev; adjust build-dependencies accordingly.

 -- Adam Conrad <email address hidden>   Tue,  7 Aug 2007 11:35:20 +1000
150 of 118 results