[Pkg-privacy-commits] [tails-installer] annotated tag upstream/3.12+dfsg created (now b7d856f)

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:15:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

anonym-tails-guest pushed a change to annotated tag upstream/3.12+dfsg
in repository tails-installer.

        at  b7d856f   (tag)
   tagging  4d4d87a5d4422d55dffa5e1fde4af15046aab322 (commit)
  replaces  upstream/3.11.6+tails1
 tagged by  anonym
        on  Mon Oct 26 18:26:28 2015 +0100

- Log -----------------------------------------------------------------
Upstream version 3.12+dfsg

Debian Live user (3):
      update translation for Tails 1.1
      Update on the french translation
      Update on the french translation

Tails developers (85):
      Create Tails system partition as an EFI System Partition.
      Support paths used in syslinux 6.x.
      Also rename isolinux.cfg to syslinux.cfg in EFI/BOOT.
      Merge branch 'master' into feature/uefi
      Merge branch 'master' into feature/uefi
      Merge branch 'master' into feature/uefi
      Merge branch 'master' into feature/uefi
      Merge branch 'master' into feature/uefi
      Merge remote-tracking branch 'origin/feature/uefi'
      Import PO files from Transifex, update POT and PO files.
      Update POT and PO files.
      Cleanup chunks of code that were commented-out a long time ago.
      Fix comment to match current state of the code.
      Move magic numbers to named constants.
      On upgrade, turn the system partition into a EFI System Partition.
      Drop duplicate representation of GUID's: Wheezy's sgdisk supports fully-specified GUID values.
      Actually take into account the part_number parameter passed to _set_partition_flags.
      Pass the device to modify to _set_partition_flags.
      Update comment to match current state of our knowledge.
      Pass a parent device (e.g. /dev/sdb) instead of a partition (e.g. /dev/sdb1) to sgdisk.
      Clarify variable name and info message.
      Import PO files from Transifex, update POT and PO files.
      passin .po through POedit
      Tails 1.1 translation
      Implement kurono's patch for #5673 in the .ui files.
      Rearrange GUI so the titles are not partially hidden. (Closes: #7319)
      Add consistent marigins.
      Rename isolinux to syslinux in update_configs, instead of in install_bootloader.
      Add "utils" directory to the list of those we expect to find in the ISO filesystem.
      Merge remote-tracking branch 'origin/feature/7319-partially-covered-labels'
      Install the bootloader using the syslinux binary found on the target device, once the Live OS has been extracted/copied there.
      Syntax fix.
      Make the temporary copy of syslinux executable.
      Always reset the target drive's MBR, without asking for confirmation, after installing or upgrading.
      Actually rename isolinux->syslinux *after* operations that rely on the old name have completed.
      Merge branch 'bugfix/7345-upgrade-from-iso-from-1.0-to-1.1'
      Import PO files from Transifex, update POT and PO files.
      Import PO files from Transifex, update POT and PO files.
      Give launcher window a close button.
      Fix to Tails Installer should not run update_system_partition_properties on MBR partitions.
      Merge branch 'bugfix/7716-dont-update-partition-properties-on-mbr'
      Import PO files from Transifex, update POT and PO files.
      Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
      Import PO files from Transifex, update POT and PO files.
      Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
      Import PO files from Transifex, update POT and PO files.
      Import PO files from Transifex, update POT and PO files.
      Update UI status when a suitable device appears.
      Merge remote-tracking branch 'origin/bugfix/8353-update-status-when-device-appears'
      Import PO files from Transifex, update POT and PO files.
      Fix: 7678 Tails Installer crashes on upgrade
      Merge remote-tracking branch 'kurono/bugfix/7678-Tails-Installer-crashes-on-upgrade'
      Remove racy call to rescan_devices() after unmounting target device (Closes: #6092).
      Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
      Merge branch 'bugfix/6092-drop-racy-code'
      Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
      updating translation of liveusb-creator
      Fix to Tails Installer tries to install to too small devices
      Fix minor typo
      Fix: installer lists devices after they have been unplugged
      Import PO files from Transifex, update POT and PO files.
      Import PO files from Transifex, update POT and PO files.
      Feature 9130: Tails Installer should notify when too small USB drives are not listed
      Feature 9130: perfom minor format improvements
      Feature 5623: Installer should refuse empty device
      Feature 5623: create new function to check device upgrade.
      Feature 5623: change warning message.
      Fature 9130: minor change in alert message.
      feature/5623: include iso9660 and console mode error.
      Feature 9130: create an improved alert message and raise an exception.
      Feature 5623: rewrite the alert message.
      Feature 5623: Add function to check if we run on Tails currently
      Feature 5623: improve the running from tails check.
      Fix help.
      Merge branch 'feature/9130-tails-installer-notify-on-small-device' of https://git-tails.immerda.ch/kurono/liveusb-creator
      Feature 9130: exclude small devices from the dropdown list.
      Feature 5623: exclude devices without a tails installation.
      Feature 9130: fix the exception.
      Feature 5623: remove false - usb found message -
      Feature 5623: remove not nedeed exception.
      fix merge conflicts.
      Merge branch 'master' into feature/5623-Installer-should-refuse-empty-device
      Feature #5623: fix merge conflicts.
      Feature #5623: small change to message.
      Bug/9886 remove exception on small device

anonym (7):
      Merge remote-tracking branch 'origin/bugfix/8691-and-6538'
      Import PO files from Transifex, update POT and PO files.
      Import PO files from Transifex, update POT and PO files.
      Merge remote-tracking branch 'origin/bugfix/9349-safer-error-logging'
      Import PO files from Transifex.
      Import PO files from Transifex, update POT and PO files.
      Imported Upstream version 3.12+dfsg

intrigeri (18):
      Merge remote-tracking branch 'kurono/bugfix/8691-Installer-lists-devices'
      Merge remote-tracking branch 'kurono/bugfix/6538-Tails-Installer-tries-to-install-to-too-small-devices'
      Don't use a predictable file name for the subprocess error log (Closes: Tails#9349)
      Update POT, and import PO files from Transifex.
      Remove buggy Turkish translation.
      Rename device_can_upgrade method to device_can_be_upgraded, which expresses its function better.
      Import manpage's source.
      Fix typo.
      Slightly rephrase advice to user.
      Make some newly introduced strings translatable.
      Merge branch 'master' into feature/5623-Installer-should-refuse-empty-device
      Merge branch 'master' into bugfix/9349-safer-error-logging
      Delete the log file on exit, if it's empty.
      Merge branch 'feature/5623-Installer-should-refuse-empty-device' (Closes: Tails#5623)
      Merge remote-tracking branch 'kurono/Bug/9886-installer-should-not-raise-exception' (Closes: Tails#9886)
      Import PO files from Transifex.
      [fr] Revert translation of "Clone & Install".
      Merge remote-tracking branch 'origin/master'

kurono (1):
      Bug #5673 - Wheezy: way too small fonts in Tails Installer

u (1):
      Adding Tails Developers to AUTHORS

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  4d4d87a   Imported Upstream version 3.12+dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list