tails-iuk (1.4-1) devel; urgency=medium

  * Replace ~/ with /home/amnesia/.
  * Remove periods (".") at sentences end, for easier copying'n'pasting.
  * Update POT and PO files.
  * Unfuzzy translation.
  * Add a "--ignore-if-same-content FILE" option.
  * Import PO files from Transifex, update POT and PO files.

 -- Tails developers <tails@boum.org>  Fri, 07 Mar 2014 00:20:22 +0100

tails-iuk (1.3-1) feature-6508-incremental-upgrades-phase-four; urgency=medium

  * Use phrasing that was discussed on tails-dev@, rewrap to 80 chars.
  * Drop duplicated punctuation.
  * Make sure the dialog method is not called with meaningless parameters.
  * Display non-questions with zenity --info: this avoids proposing
    a meaningless yes/no choice.
  * Have memory_needed return bytes: that's what our string formatting
    functions know how to handle.
  * Bump dependency on our perl5lib: 0.7.2 is needed to get a free_memory
    method that return bytes.
  * Update POT and PO files.

 -- Tails developers <tails@boum.org>  Fri, 21 Feb 2014 17:46:39 +0100

tails-iuk (1.2-1) feature-6508-incremental-upgrades-phase-four; urgency=medium

  * Depend on our Perl library 0.7.1, that has a run_dir bugfix we need.
  * Hide debugging information by default: it lands into ~/.xsession-errors
    already (Closes: #6505).
  * Update POT and PO files.

 -- Tails developers <tails@boum.org>  Thu, 20 Feb 2014 15:51:53 +0100

tails-iuk (1.1-1) feature-6508-incremental-upgrades-phase-four; urgency=medium

  * Create /var/run/tails-upgrader/checked_upgrades after checking
    for available upgrades (Closes: #6593).
  * Don't pass now unneeded argument to errf.
  * Report more precisely why an incremental upgrade cannot be done
    (Closes: #6575).
  * Add a few missing string decoding steps.
  * Lazily umount filesystems in the test suite: else, they are sometimes
    still busy.
  * Bump versioned dependency on tails-perl5lib to >= 0.7.

 -- Tails developers <tails@boum.org>  Tue, 18 Feb 2014 19:30:06 +0100

tails-iuk (1.0.1-1) stable; urgency=medium

  * Support the case when a previous version's UDF does not exist.
  * Take into account our ISO images start with lower-case "tails-".
  * Mangle URL to details on the website to fit what we've been doing forever.
  * Create UDFs for the current version for both the stable and alpha channels.
  * Create UDFs for the next release, so that users of nightly builds based
    on devel or experimental are not annoyed.
  * Link to the French version of the doc when relevant.
  * Import translations from Transifex and more.
  * Enable new translations.
  * Update POT and PO files.

 -- Tails developers <tails@boum.org>  Wed, 29 Jan 2014 14:50:10 +0100

tails-iuk (1.0-1) feature-incremental-upgrades-integration; urgency=medium

  * New upstream release:
    - Save the reason why an incremental upgrade is not possible.
    - Improve UI strings phrasing, and update test suite accordingly.
    - Import translations from Transifex.

 -- Tails developers <tails@boum.org>  Thu, 09 Jan 2014 14:58:26 +0100

tails-iuk (0.14-1) feature-incremental-upgrades-integration; urgency=medium

  * New upstream release:
    - Rephrase and improve many strings displayed to the user (Closes: #6506).
    - Update POT and PO files.
    - Update test suite to match UI changes.

 -- Tails developers <tails@boum.org>  Thu, 26 Dec 2013 15:15:20 +0100

tails-iuk (0.13-1) feature-incremental-upgrades-integration; urgency=medium

  * New upstream release:
    - Make "copy this link" clearer (Closes: #6511).

 -- Tails developers <tails@boum.org>  Tue, 17 Dec 2013 17:50:48 +0100

tails-iuk (0.12-1) feature-incremental-upgrades-integration; urgency=medium

  * New upstream release — many bugfixes and usability improvements, including:
    - Make it clear that the device was upgraded, not the running system.
    - Use more explicit labels in the zenity question dialogs (Closes: #6501).
    - Display more informative dialog titles (Closes: #6501).
    - Do not try to open URLs in the browser from the Incremental Upgrader
      (Closes: #6509).

 -- Tails developers <tails@boum.org>  Tue, 17 Dec 2013 16:25:13 +0100

tails-iuk (0.11-1) testing; urgency=medium

  * Rephrase error messages.
  * Import French translation.
  * Fix erroneous format string.
  * Stop relying on Test-BDD-Cucumber's undocumented internals,
    it broke in 0.17.
  * Update POT and PO files.

 -- Tails developers <tails@boum.org>  Mon, 09 Dec 2013 16:04:26 +0100

tails-iuk (0.10-1) feature-incremental-upgrades; urgency=low

  * Clarify how exactly the link to the documentation can be opened.
  * Add an upgrade-description file correctness checker.
  * Add a program to generate and update upgrade-description files
    at release time.
  * Various cleanups and minor refactoring.

 -- Tails developers <tails@boum.org>  Thu, 28 Nov 2013 18:22:41 +0100

tails-iuk (0.9-1) feature-incremental-upgrades; urgency=low

  * Make it clear that links should be manually open in a web browser
    (Closes: Tails#6445).
  * Consistently use "upgrade" instead of "update" (Closes: Tails#6447).
  * Use "the browser" instead of "a web browser".
  * Shorter and more user-friendly documentation page names.
  * Depend on Tails perl5lib 0.5 or greater.

 -- Tails developers <tails@boum.org>  Thu, 28 Nov 2013 12:31:44 +0100

tails-iuk (0.8-1) feature-incremental-upgrades; urgency=low

  * New upstream release:
    - Close zenity progress dialog when 100% is reached.
    - Give the download progress dialogs a title.
    - Minor code cleanups.
    - Give some feeling of progress while installing an IUK.

 -- Tails developers <tails@boum.org>  Wed, 27 Nov 2013 17:31:45 +0100

tails-iuk (0.7-1) feature-incremental-upgrades; urgency=low

  * New upstream release:
    - Pass --acls option to rsync.
    - Drop unused imports.
    - Use a custom subclass of LWP::UserAgent, that reports progress on
      stdout, to download target files.
    - Display a progress bar during target files download.

 -- Tails developers <tails@boum.org>  Wed, 27 Nov 2013 14:38:07 +0100

tails-iuk (0.6-1) feature-incremental-upgrades; urgency=low

  * Set factor for space needed to 3.0, as defined experimentally.
  * Add missing space in error message.
  * Update POT and PO files.
  * Unfuzzy translation.

 -- Tails developers <tails@boum.org>  Thu, 14 Nov 2013 17:20:41 +0100

tails-iuk (0.5-1) feature-incremental-upgrades; urgency=low

  * Import upstream tails-iuk 0.5.

 -- Tails developers <tails@boum.org>  Fri, 08 Nov 2013 21:01:32 +0100

tails-iuk (0.4-1) feature-iuk; urgency=low

  * Import upstream tails-iuk 0.4.
  * Bump copyright years.
  * Update dependencies.
  * Use debhelper 9 compat level.
  * Claim compliance with Standards-Version 3.9.5.
  * Add Vcs-* control fields.
  * Update maintainer's email address.
  * Bump dependency on libwww-curl-perl to >= 4.15.

 -- Tails developers <tails@boum.org>  Fri, 08 Nov 2013 15:50:57 +0100

tails-iuk (0.3.8-1) feature-live-boot-3.x; urgency=low

  * Imported Upstream version 0.3.8
       - Use new canonical path to the Live OS mountpoint instead of
         relying on a compatibility symlink.
       - Update tests to match reworded user messages.

 -- Tails developers <amnesia@boum.org>  Thu, 11 Apr 2013 11:42:34 +0200

tails-iuk (0.3.7-1) unstable; urgency=low

  * Imported Upstream version 0.3.7
       - Use SOCKSPort dedicated to Tails-specific applications.
       - Import reviewed and improved French translation.

 -- Tails developers <amnesia@boum.org>  Tue, 13 Nov 2012 17:07:05 +0100

tails-iuk (0.3.6-1) unstable; urgency=low

  * Imported Upstream version 0.3.6
       - Improve user messages phrasing, as discussed on tails-dev.
       - Update POT and PO files.
       - Import initial French translation.

 -- Tails developers <amnesia@boum.org>  Fri, 24 Aug 2012 01:21:00 +0200

tails-iuk (0.3.5-1) unstable; urgency=low

  * Imported Upstream version 0.3.5
       - Update POTFILES.in.
       - Add roles to handle character sets encoding and decoding.
       - Decode/encode text on I/O boundaries, and more systematic l10n.
       - Update POT and PO files, add (empty) PO files for French and Russian.

 -- Tails developers <amnesia@boum.org>  Tue, 21 Aug 2012 16:44:49 +0200

tails-iuk (0.3.4-1) unstable; urgency=low

  * Imported Upstream version 0.3.4
       - Minor tweaks to error messages.
       - Don't require the "in progress" dialog boxes to be clicked to continue.

 -- Tails developers <amnesia@boum.org>  Tue, 24 Jul 2012 03:28:24 +0200

tails-iuk (0.3.3-1) unstable; urgency=low

  * Imported Upstream version 0.3.3
       - Support TAILS_CHANNEL not being set in /etc/os-release.
       - Fix proxy settings: don't check for NO_PROXY being false,
         since it is set in Tails.
       - Disable GnuPG locking entirely when checking signatures:
         in Tails, the "trusted" GnuPG homedir being used is read-only.
       - When proposing to update, make it clear that the displayed size
         corresponds to what needs to be downloaded.
       - When proposing to update, use a "question" dialog,
         so that it has a "No" button.
       - Make the downloaded target files world-readable.
       - Improve most error messages,
         and point to the (to-be-written) documentation when needed.
       - Make some scenarios more readable.

 -- Tails developers <amnesia@boum.org>  Tue, 24 Jul 2012 01:09:30 +0200

tails-iuk (0.3.2-1) unstable; urgency=low

  * Imported Upstream version 0.3.2
       - Compress SquashFS "diff" the same as the Tails "normal" SquashFS,
         that is with xz.
       - Format link to documentation.
       - Add missing builder for the base URL for update-description files.
       - Sort methods declaration a bit more consistently.
       - Don't pretend every Tails update fixes security issues.

 -- Tails developers <amnesia@boum.org>  Mon, 23 Jul 2012 22:48:02 +0200

tails-iuk (0.3.1-1) unstable; urgency=low

  * Imported Upstream version 0.3.1
  * Add Lintian overrides for the lack of manpages of a few utility programs.
  * Drop obsolete dependency on libio-captureoutput-perl.

 -- Tails developers <amnesia@boum.org>  Mon, 23 Jul 2012 20:22:26 +0200

tails-iuk (0.3-1) unstable; urgency=low

  * Imported Upstream version 0.3
  * Update dependencies.

 -- Tails developers <amnesia@boum.org>  Mon, 23 Jul 2012 19:55:31 +0200

tails-iuk (0.2-1) unstable; urgency=low

  * Imported Upstream version 0.2
  * Add build-dep on libio-socket-ssl-perl.
  * Add runtime and build dependency on libgnupg-interface-perl.

 -- Tails developers <amnesia@boum.org>  Tue, 10 Jul 2012 14:06:44 -0600

tails-iuk (0.1.8-1) unstable; urgency=low

  * Imported Upstream version 0.1.8

 -- Tails developers <amnesia@boum.org>  Fri, 29 Jun 2012 23:24:14 +0200

tails-iuk (0.1.7-1) unstable; urgency=low

  * Imported Upstream version 0.1.7

 -- Tails developers <amnesia@boum.org>  Fri, 29 Jun 2012 19:52:31 +0200

tails-iuk (0.1.6-1) unstable; urgency=low

  * Imported Upstream version 0.1.6
  * Add new dependencies.
  * Add overrides for a few Lintian errors we want to ignore.

 -- Tails developers <amnesia@boum.org>  Fri, 29 Jun 2012 01:25:35 +0200

tails-iuk (0.1.5-1) unstable; urgency=low

  * Imported Upstream version 0.1.5

 -- Tails developers <amnesia@boum.org>  Thu, 31 May 2012 19:36:22 +0200

tails-iuk (0.1.4-1) unstable; urgency=low

  * Imported Upstream version 0.1.4

 -- Tails developers <amnesia@boum.org>  Thu, 31 May 2012 18:51:17 +0200

tails-iuk (0.1.3-2) unstable; urgency=low

  * Fix binary package dependency for Squeeze.

 -- Tails developers <amnesia@boum.org>  Thu, 31 May 2012 16:35:29 +0200

tails-iuk (0.1.3-1) unstable; urgency=low

  * Imported Upstream version 0.1.3
  * Refrain from installing locales that don't exist yet.
  * Remove useless Lintian override.
  * Fix dependency syntax.
  * Fix maintainer name and address.
  * Don't Build-Depends on perl: we already Build-Depends-Indep on it.

 -- Tails developers <amnesia@boum.org>  Wed, 30 May 2012 21:17:26 +0200

tails-iuk (0.1.2-1) unstable; urgency=low

  * Imported Upstream version 0.1.2
  * Fix dependency to work on Squeeze too.
  * Skip t/specs by moving the directory away and back.
  * Drop test suite dependencies that can't be installed on Squeeze.

 -- Tails developers <amnesia@boum.org>  Wed, 30 May 2012 18:23:16 +0200

tails-iuk (0.1.1-1) unstable; urgency=low

  * Imported Upstream version 0.1.1
  * Refresh dependencies.

 -- Tails developers <tails@boum.org>  Wed, 30 May 2012 17:18:53 +0200

tails-iuk (0.1-1) unstable; urgency=low

  * Initial Release.
  
 -- Tails developers <tails@boum.org>  Wed, 30 May 2012 16:26:47 +0200
