friendly-recovery (0.2.18) oneiric; urgency=low

  * Update upstart job
    - Replace tabs by spaces from last change (for consistency)
    - Start hostname and console-setup from pre-start (LP: #524605, LP: #782872)

 -- Stéphane Graber <stgraber@ubuntu.com>  Sun, 25 Sep 2011 22:29:19 -0400

friendly-recovery (0.2.17) oneiric; urgency=low

  * Check for whiptail earlier in friendly-recovery to avoid noise
    related to /usr being on another file system. (LP: #852266)
  * Update dpkg option to work with newer versions of python. (LP: #77524)

 -- Stéphane Graber <stgraber@ubuntu.com>  Thu, 22 Sep 2011 16:20:43 -0400

friendly-recovery (0.2.16) oneiric; urgency=low

  * debian/friendly-recovery.upstart: since plymouth might have been started
    from the initramfs (e.g., if cryptsetup is installed), we need to make
    sure we disable the splash before we try to take over the console,
    otherwise we'll be competing with plymouth for input.  We try to restore
    the plymouth splash again before resuming boot.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 16 Sep 2011 16:24:22 -0700

friendly-recovery (0.2.15) oneiric; urgency=low

  * In postinst and postrm, also check for /boot/grub/grub.cfg before
    calling update-grub. This should avoid update-grub failing during
    livefs build.

 -- Stéphane Graber <stgraber@ubuntu.com>  Thu, 15 Sep 2011 22:00:41 -0400

friendly-recovery (0.2.14) oneiric; urgency=low

  * Fix friendly-recovery.link being the wrong way around.

 -- Stéphane Graber <stgraber@ubuntu.com>  Thu, 15 Sep 2011 17:24:55 -0400

friendly-recovery (0.2.13) oneiric; urgency=low

  * Move everything to /lib/recovery-mode/ (LP: #234409)
  * Don't use the fullpath to whiptail
  * Add new init script starting on recovery-mode (LP: #459376)
  * If whiptail can't be found, just start sulogin
  * Add a script to start mountall (remount everything read/write)
    (LP: #575469, LP: #651782)
  * Export READONLY to all scripts so they can test on the read/write state
  * Disable most scripts when the system is read only
  * Change file system check to happen when remount is called
  * Wait after all scripts returning output so the user can read it
  * Add postinst script to move any existing script to /lib/recovery-mode
    and make /usr/share/recovery-mode a symlink
  * Mark as breaking on older grub2, upstart and initramfs-tools
  * Small packaging refresh:
    - Bump standard to 3.9.2, no change needed
    - Drop simple patchsys (no patches)
    - No need to depend on bash (essential package)
    - Add ${misc:Depends} to dependencies

 -- Stéphane Graber <stgraber@ubuntu.com>  Wed, 07 Sep 2011 20:18:53 -0400

friendly-recovery (0.2.12) oneiric; urgency=low

  * usr/share/recovery-mode/options/apt-snapshots:
    - add support for apt-btfs-snapshots (if available)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Jul 2011 13:12:41 +0200

friendly-recovery (0.2.11) natty; urgency=low

  * usr/share/recovery-mode/l10n.sh:
    - blacklist certain locales where we don't have good console
      fonts (LP: #573502)
  * fix fsck option (LP: #566200)
  * refresh pot file

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Apr 2011 17:57:06 +0200

friendly-recovery (0.2.10) lucid; urgency=low

  * usr/share/recovery-mode/options/xfix renamed to failsafeX:
    - run failsafe X session (thanks to Bryce Harrington for
      the suggestion)
  * merged lp:~kelemeng/friendly-recovery/bug430926

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 06 Apr 2010 14:35:44 +0200

friendly-recovery (0.2.9) lucid; urgency=low

  * usr/share/recovery-mode/options/fsck:
    - add fsck option again that triggers the fsck on the
      next reboot

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 13 Nov 2009 12:12:38 +0100

friendly-recovery (0.2.8.2) karmic; urgency=low

  * usr/share/recovery-mode/options/fsck:
    - Drop fsck option because we can not reliable remount the 
      filesystem readonly for a fsck (LP: #363271). In karmic
      at least dbus, udevd, dhclient and rsyslog are running
      in single user mode.

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 23 Oct 2009 22:43:21 +0200

friendly-recovery (0.2.8.1) jaunty; urgency=low

  * Fix dchclient which forced to use eth0 when dropping to root shell
    prompt (LP: #321381)

 -- Didier Roche <didrocks@ubuntu.com>  Sun, 15 Feb 2009 21:00:53 +0100

friendly-recovery (0.2.8) jaunty; urgency=low

  [ James Burkle ]
  * usr/share/recovery-mode/options/netroot
    - add recovery mode with networking via dhclient (LP: #244885)
  
  [ Michael Vogt ]
  * usr/share/recovery-mode/options/grub
    - add support for grub reinstall
  * usr/share/recovery-mode/options/xfix:
    - better description (LP: #270496)

 -- James Burkle <james.burkle@gmail.com>  Fri, 24 Oct 2008 13:31:43 -0400

friendly-recovery (0.2.6) intrepid; urgency=low

  * usr/share/recovery-mode/options/clean:
    - add "try to make free space" option that invokes
      "apt-get clean" for now (should use the system-cleaner
      once it is available
  * usr/share/recovery-mode/options/xfix:
    - do not show the xfix option if no xserver-xorg.template
      is available (LP: #218954)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 30 Jul 2008 15:52:20 +0200

friendly-recovery (0.2.5) intrepid; urgency=low

  * debian/control:
    - recommnd "gettext-base" instead of gettext (thanks 
      to Colin Watson)
    - move bzr tree to ~ubuntu-core-dev and update Vcs-Bzr

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 04 Jul 2008 18:40:59 +0200

friendly-recovery (0.2.4) intrepid; urgency=low

  * usr/share/recovery-mode/options/dpkg:
    - support python2.6 in dpkg recovery too (thanks to
      Jοhan Kiviniemi)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 02 Jun 2008 16:01:45 +0200

friendly-recovery (0.2.3) intrepid; urgency=low

  * s/plugable/pluggable in description.

 -- Loic Minier <lool@dooz.org>  Thu, 15 May 2008 14:44:46 +0200

friendly-recovery (0.2.2) intrepid; urgency=low

  * usr/share/recovery-mode/options/root:
    - use /sbin/sulogin to get a shell (LP: #220986)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 08 May 2008 11:33:29 +0200

friendly-recovery (0.2.1) intrepid; urgency=low

  * usr/share/recovery-mode/options/dpkg:
    - remove left-overs in partial/ 
    - use update-manager-core partial upgrade mode
      (if available)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 06 May 2008 11:11:58 +0200

friendly-recovery (0.2) intrepid; urgency=low

  * usr/share/recovery-mode/options/fsck:
    - add new fsck option (LP: #218870)
  * usr/share/recovery-mode/options/dpkg:
    - add new package system repair option
  * add gettext support
  * debian/control: 
    - recommend gettext (will work without too)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Apr 2008 13:15:13 +0200

friendly-recovery (0.1) hardy; urgency=low

  * do not install /etc/event.d/rcS-sulogin (LP: #205911)
  * add missing whiptail dependency (LP: #203924)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 11 Apr 2008 13:03:26 +0200

friendly-recovery (0.0+bzr20070723) gutsy; urgency=low

  * initial ubuntu upload to implement 
    https://wiki.ubuntu.com/FriendlyRecovery
    (thanks to Ryan Lortie)

 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 17 Jul 2007 17:20:00 +0100
