liveusb-creator (3.11.6-1) unstable; urgency=low

  [ Luke Macken ]
  * New upstream release 3.11.6

  [ Jean-François Fortin Tam ]
  * Use the power of unicode to avoid choking on French partitions

  [ Tails developers ]
  * Updated POT and PO files.
  * Import updated translations.
  * Support running from outside of a Debian Live system.
  * Add missing dependency on genisoimage, that provides the isoinfo program.
  * Fix link to local documentation.
  * Fix typo.

 -- Tails developers <tails@boum.org>  Mon, 16 Apr 2012 17:47:06 +0200

liveusb-creator (3.11.4-10) unstable; urgency=low

  * Fix "French translated button text does not fit".
  * Fix typo.
  * Don't list LUKS-encrypted partitions in possible target devices list.

 -- Tails developers <tails@boum.org>  Thu, 22 Mar 2012 15:31:01 +0100

liveusb-creator (3.11.4-9) unstable; urgency=low

  * Empty the drivebox every time we're going to add the drives list to it.
  * Better report when an unreadable ISO file was selected.
  * Fix LocalIsoSource constructor exception handling.
  * Import fr.po.

 -- Tails developers <tails@boum.org>  Mon, 19 Mar 2012 09:32:05 +0100

liveusb-creator (3.11.4-8) unstable; urgency=low

  * Update PO files.

 -- Tails developers <tails@boum.org>  Fri, 09 Mar 2012 18:15:39 +0100

liveusb-creator (3.11.4-7) unstable; urgency=low

  * Disable startup notification.
  * Also partition devices whose partition table is not readable.
  * Clear unreadable partition tables before partitioning the device.
  * Add unified launcher.
  * Replace the three launchers with the launcher's one.

 -- Tails developers <tails@boum.org>  Fri, 09 Mar 2012 17:51:47 +0100

liveusb-creator (3.11.4-6) unstable; urgency=low

  * Fix more l10n string formatting.
  * Update PO and POT files.
  * Import translation.
  * Skip running device when enumerating possible target devices.

 -- intrigeri <intrigeri@debian.org>  Thu, 09 Feb 2012 17:17:48 +0100

liveusb-creator (3.11.4-5) unstable; urgency=low

  * Make a few more strings translatable.
  * Fix l10n string formatting syntax.

 -- intrigeri <intrigeri@debian.org>  Thu, 09 Feb 2012 13:06:11 +0100

liveusb-creator (3.11.4-4) unstable; urgency=low

  * Take into account the persistence checkbox disappeared.

 -- intrigeri <intrigeri@debian.org>  Thu, 09 Feb 2012 12:12:25 +0100

liveusb-creator (3.11.4-3) unstable; urgency=low

  * Improve l10n-ability, fix many l10n bugs.
  * Tell gettext to recognize translate_and_brand as introducing a translatable string.
  * Update Qt -generated Python files.
  * Update PO and POT files.
  * Turn all notes for translators into named format string arguments.
  * Import translations.

 -- intrigeri <intrigeri@debian.org>  Thu, 09 Feb 2012 09:28:14 +0100

liveusb-creator (3.11.4-2) unstable; urgency=low

  * Add a third launcher: upgrade non-running system from the running one.
  * Specially treat the case when the unknown target filesystem is iso9660.
  * Also pass -x in the third desktop file.
  * Log info message when running sync.
  * Success dialog: do not suggest we support installing several times in a row.
  * Don't propose installing onto children of the currently running device.
  * Fix breakage when destination device is unmounted twice.
  * Fix logics in the upgrade code path.
  * Remove deprecated Encoding key from .desktop files.
  * Add a Main category (i.e. System) to the .desktop files.
  * Explicitly specify 1.0 source format.
  * Build-depend on debhelper (>= 7.0.50~).
  * Build-depend on python rather than python-dev.
  * Fix debian/copyright.
  * Override some Lintian false positives.
  * Add myself to uploaders.
  * Don't use bootable_partition at all.
  * Fix help.
  * Add, build and install manpage.
  * Fix string formatting.
  * Update PO files.

 -- intrigeri <intrigeri@debian.org>  Thu, 02 Feb 2012 11:25:00 +0100

liveusb-creator (3.11.4-2~2.gbp1865a3) UNRELEASED; urgency=low

  ** SNAPSHOT build @1865a3a2b787d30f3bfa2b12ceb6bd1cbde0f04e **

  [ Tails developers ]
  * New snapshot.
  * Update .pot/.po files.
  * Don't show persistence slider when persistence is disabled.
  * Pass the -x argument to disable OLPC support.
  * Remove a check that should be implemented in the subclasses.
  * Fix a badly formatted translation string.
  * Show a message box when installation succeded.
  * Fix mki18n.py
  * Generate new po translation files.

 -- Tails developpers <tails@boum.org>  Sat, 17 Dec 2011 18:59:30 +0100

liveusb-creator (3.11.4-2~1.gbp6e1d0a) UNRELEASED; urgency=low

  ** SNAPSHOT build @6e1d0adb9b4e24a08e4413758fef318605aa1f16 **

  [ Tails developers ]
  * Install two launchers that match the main Tails usecases.

 -- intrigeri <intrigeri+debian@boum.org>  Thu, 15 Dec 2011 02:30:13 +0100

liveusb-creator (3.11.4-1) UNRELEASED; urgency=low

  * New upstream version.
  * Add debian/copyright.
  * Add dependency on python-configobj.
  * Add gbp.conf.
  * Don't version build-dependency on python-distutils-extra.
  * Add missing dependencies.
  * Don't check if device fs is valid or not, it will be overwritten.
  * Only list USB block devices in the destination box, if none of their partitions are mounted.
  * Get notified if partitions are unmounted.
  * Import dbus once and for all
  * Only enumerate devices once to detect mounted partitions
  * Make mounted_partitions a set instead of a boolean
  * Implement --partition optional flag to enable full disk partinoning
  * Display device size in partinoning mode
  * Use udisk in LinuxLiveUSBCreator.unmount_device()
  * Have mounted_partitions field always be a set
  * Put udisk UDI in mounted_partitions instead of mountpoints
  * LinuxLiveUSBCreator.unmount_device() will now unmount all partitions for a device in partioning mode
  * Update debian/changelog
  * Make LiveUSBDialog.dialog() compatible with partitioning mode
  * Remove the (nonsense) --clone-medium option, rename --clone-running to --clone
  * Add missing dependency on mtools.
  * Allow disabling the download feature in config file.
  * Move toplevel settings on top.
  * Update fedora.ini with new config settings
  * Allow callers of LiveUSBCreator.popen() to override defaults for shell and stdin options
  * unmount_device(): always lookup mounted_partitions when mount is undef
  * Wait a sec in mount_device() to avoid race issues
  * Return None in get_free_bytes() if unable to determine device
  * Skip bootable_partition() in partitioning mode
  * Unmount partition before calling syslinux to avoid troubles
  * format_device() using udisks instead of mkfs.vfat
  * Implement partioning mode (or at least a first working version)
  * Also set sane permissions on the copied files when cloning.
  * Add running_liveos_mountpoint config setting + accessor method.
  * Remove the (nonsense) --clone-medium option, rename --clone-running to --clone
  * Add the underlying_physical_device function.
  * Source classes: add "dev" attribute.
  * Remove LiveMediumSource class.
  * Hide the device that is the source of the copy, don't warn if it is mounted.
  * Fix reset_mbr.
  * Update debian/changelog
  * Document why reset_mbr() and bootable_partition() are not implemented on Windows
  * Skip devices for which we have no write access
  * Update debian/changelog
  * Add missing dependency on gdisk
  * Raise the whole catched exception.
  * That error condition can happen for many non-encoding-related reasons.
  * Fix the "source ISO stored on a device UDisks does not support" case.
  * whitespaces
  * Implement configurable partition labels
  * Update debian/changelog
  * enable_widgets: enable the start button if all conditions are met and we're asked to enable widgets.
  * Disable widgets before running live_thread.
  * Factor out call to self.driveBox.addItem
  * Do not re-do partitioning on an already existing partition
  * Don't re-enable the driveBox after the "Create" button was clicked a first time.
  * Use mkfs until we can handle formating asynchronously
  * Don't re-populate devices list once the "Create" button was pressed.
  * Don't get the selected drive again if we already did it once.
  * Update debian/changelog
  * Decode/encode every Popen call output to utf-8.
  * Implement persistence checkbox.
  * Disconnect from UDisks D-Bus signals the first time the "Create" button is hit.
  * Sleep a bit between format and mount.
  * Remove unneeded import.
  * Make persistence checkbox a config option.
  * Add another 1s sleep to workaround segfault on a test machine.
  * Remove QPixmap proxy from pyuic4_custom
  * Update debian/changelog
  * Go back to 1.0 source format.
  * Don't ask to confirm before resetting the MBR when --partition is passed.
  * Make the .desktop file more generic.
  * Recommend extlinux instead of depending on it.

 -- Tails developers <tails@boum.org>  Tue, 13 Dec 2011 14:13:00 +0100

liveusb-creator (3.11.1-1) UNRELEASED; urgency=low

  * Initial non-release.

 -- Tails developpers <tails@boum.org>  Fri, 17 Jun 2011 18:07:58 +0200
