partman-iscsi (21ubuntu1) saucy; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Remove "-o update" from the discover calls. It's not required and is
      considered invalid with recent open-iscsi.
    - Enable translations.

 -- Stéphane Graber <stgraber@ubuntu.com>  Mon, 19 Aug 2013 16:42:26 +0200

partman-iscsi (21) unstable; urgency=low

  [ Dmitrijs Ledkovs ]
  * Set debian source format to '3.0 (native)'.
  * Bump debhelper compat level to 9.
  * Set Vcs-* to canonical format.

  [ Christian Perrier ]
  * Add myself to Uploaders

 -- Christian Perrier <bubulle@debian.org>  Sun, 14 Jul 2013 13:05:16 +0200

partman-iscsi (20ubuntu1) quantal; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Remove "-o update" from the discover calls. It's not required and is
      considered invalid with recent open-iscsi.
    - Enable translations.

 -- Stéphane Graber <stgraber@ubuntu.com>  Tue, 14 Aug 2012 10:45:55 -0400

partman-iscsi (20) unstable; urgency=low

  * Unmark remaining translatable strings

 -- Christian Perrier <bubulle@debian.org>  Tue, 31 Jul 2012 04:31:36 +0200

partman-iscsi (19) unstable; urgency=low

  * Disable translation for now as this package is not meant for wheezy

 -- Christian Perrier <bubulle@debian.org>  Sun, 29 Jul 2012 16:27:39 +0200

partman-iscsi (18) unstable; urgency=low

  * Team upload
  * Replace XC-Package-Type by Package-Type
  * Update Format: field format in debian/copyright

  [ Colin Watson ]
  * Adjust Maintainer, Uploaders, and Vcs-* for Debian.

 -- Christian Perrier <bubulle@debian.org>  Sat, 07 Jul 2012 21:36:48 +0200

partman-iscsi (17ubuntu1) quantal; urgency=low

  * Remove "-o update" from the discover calls. It's not required and is
    considered invalid with recent open-iscsi.

 -- Stéphane Graber <stgraber@ubuntu.com>  Wed, 11 Jul 2012 13:30:37 -0400

partman-iscsi (17) oneiric; urgency=low

  * Don't fail if debconf questions are preseeded (LP: #810068).

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 20 Jul 2011 17:04:26 +0100

partman-iscsi (16) natty; urgency=low

  [ Jim Paris ]
  * Work around username/password being "(null)", due to a kernel change
    which open-iscsi doesn't handle yet (LP: #625013).

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 07 Jan 2011 14:33:16 +0000

partman-iscsi (15) maverick; urgency=low

  * Use 'dh $@ --options' rather than 'dh --options $@', for
    forward-compatibility with debhelper v8.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 20 Aug 2010 01:04:00 +0100

partman-iscsi (14) lucid; urgency=low

  * Fix case of 'state' variable, so that we correctly go back to the
    address question after address validation failures (LP: #567196).
  * Eliminate duplicate target names (LP: #567206).
  * Don't pass an argument to db_go when asking partman-iscsi/login/failed.
  * Back up to appropriate previous state after asking
    partman-iscsi/login/empty_password.
  * Create a node record before trying to set up authentication.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 23 Apr 2010 21:55:32 +0100

partman-iscsi (13) lucid; urgency=low

  * Set HWADDR rather than ISCSI_NETDEVICE, so that we select the default
    network interface by MAC address rather than by interface name
    (LP: #473036).

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 05 Feb 2010 11:58:55 -0800

partman-iscsi (12) lucid; urgency=low

  * Remember the default network interface and record it in ISCSI_NETDEVICE
    in iscsi.initramfs (LP: #473036).

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 22 Jan 2010 17:00:15 +0000

partman-iscsi (11) lucid; urgency=low

  * Cope with "<NULL>" text in username, password, username_in, and
    password_in files.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 19 Jan 2010 22:09:01 +0000

partman-iscsi (10) lucid; urgency=low

  * Add partman-iscsi/login/all_targets preseeding-only template; if true,
    automatically log into all targets. This makes Kickstart implementation
    easier.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 14 Dec 2009 13:00:19 +0000

partman-iscsi (9) lucid; urgency=low

  * Add CHAP authentication support (LP: #411323).

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 14 Dec 2009 12:31:51 +0000

partman-iscsi (8) lucid; urgency=low

  * Use dh-di.

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 18 Nov 2009 09:12:25 -0600

partman-iscsi (7) karmic; urgency=low

  * Work around netcfg/choose_interface not always being set, breaking our
    workaround for network interface configuration issues when the root
    filesystem is on iSCSI (LP: #457767).

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 26 Oct 2009 22:57:26 +0000

partman-iscsi (6) karmic; urgency=low

  * Fix root mount point detection (LP: #454998).

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 19 Oct 2009 09:19:51 +0100

partman-iscsi (5) karmic; urgency=low

  * Make sure iscsid is running when selecting "Configure iSCSI volumes"
    (LP: #441690).

 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 14 Oct 2009 20:59:03 +0100

partman-iscsi (4) karmic; urgency=low

  * Source /lib/partman/lib/base.sh as well as iscsi-base.sh.

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 06 Oct 2009 14:00:14 +0100

partman-iscsi (3) karmic; urgency=low

  * Change priority to standard to match overrides.
  * Stop checking disk-detect/iscsi/enable before deciding whether to offer
    an option in the partitioner, as that template doesn't exist any more.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 02 Oct 2009 13:37:20 +0100

partman-iscsi (2) karmic; urgency=low

  * Add COPYING file, requested by Loïc Minier.
  * Record the target portal group tag for each target.
  * If / is on iSCSI, configure /etc/iscsi/iscsi.initramfs appropriately
    and, as a hacky workaround, set the default interface to "manual" in
    /etc/network/interfaces (LP: #237460).

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 11 Aug 2009 13:11:11 +0100

partman-iscsi (1) karmic; urgency=low

  * Initial release.

 -- Colin Watson <cjwatson@ubuntu.com>  Fri, 07 Aug 2009 09:19:26 +0100

