[Pkg-privacy-commits] [tails-installer] annotated tag debian/3.11.4-3 created (now 9612876)
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:15:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a change to annotated tag debian/3.11.4-3
in repository tails-installer.
at 9612876 (tag)
tagging 845c79771f94c1c010f56805c3b30fae7e15a2a5 (commit)
replaces 3.11.4
tagged by Tails developers
on Thu Feb 9 09:29:49 2012 +0100
- Log -----------------------------------------------------------------
Releasing 3.11.4-3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAABCgAGBQJPM4QBAAoJEB0pde35PnNf+FIQAJgqd7RTbPlmthAFMrJoo+iZ
d3iutfl1hvZPKQiYD+8DSXP+0smzmE0Qn6bz2pdz42XvcdafmnOll1mmLSVhhDrR
D2jncjY6cJYdKpyysCB7TZ0tqq8KizjNYH1SgZxI8jPf/qbnjpfVMide/I2FoiaO
oWGT3WYA+vIRzk7H/phWIex0O/ebjTjeQwbCOs7jCG5nHOB384RSVhlh6z2j/mhD
pzzBEEyPmmr3ml15/nfaa6pN2Y6vNmkk2ERq3BxcV3Mhi9ADK1Jm00tMbkU4hpEB
fjXu7pXVucil+LWxFpxmSFAMUtpIoIO7VAaWSuBDNWgf3VcUGMuNfKkWNQ03rvcn
pHyIzx3NNyOw9YyJf9AOtVensgvXYAcik64+VBi9s1OjRh3dCRlOljov+6HM/2UJ
Mm4NLin4gQHB46B1N3M81Z7afcm38MLNar1euZySUSnP/jBb/ncZOrha+vlocAs+
TK/Cc5qPDr4t6uAVIJsq9p5MG+UqDk4aacy4NK68g43okjeKwhvjAJBzZwDeaKSF
xuiz4K9noY0tnCnyhkgwBiPsn3ZDQ0i1BIo0bSwI7BFH63BpdVMrUqi2MbPUxN8I
PTJAyFmCY6gdty12ziVG+AUHDZHzQjWSQWNL7i3ZhAnPlnIfyvZNPgA487hfHnOm
ec+v9ZkWlx9/ULtA4PCd
=/uKg
-----END PGP SIGNATURE-----
Luke Macken (1):
Fix our error message when we can't find any USB drives.
Tails (1):
Update changelog.
Tails developers (220):
Add .gitignore to ignore *.pyc files.
Add --unprivileged (-u) command-line option: allow running without being root.
Do not warn if !admin, if -u option is passed.
Apply Windows workaround only on Windows.
popen: encode command args to utf-8 when they are passed as a list too.
popen wrapper: make the passing through a shell opt-out.
popen wrapper: add opt-in option to return the process stdout.
extract_iso: adapt for Debian Live, allow running without root credentials.
get_liveos: adapt for Debian Live.
_update_configs: fix hardcoded path to /isolinux/ -> /syslinux/.
Fix typo in debug message.
_update_configs: support the case when infile and outfile are the same.
update_configs: adapt Debian Live -specific syslinux config files as well.
Add sbin to PATH to support unprivileged mode
whitespace
Properly integrate Qt4 .ui files and gettext
Use strict string encoding.
Merge differences between the two .ui files
Rename groupBox_2 to targetGroupBox
Merge the two .ui files into a single one
Merge branch 'feature/platform-independent-ui'
Don't check if device fs is valid or not, it will be overwritten.
Use 7z to extract iso on both Linux and Windows
Fix call to 7z in extract_iso() on Linux
Give widgets more explicit names.
GUI: convert to using Qt layouts for dynamic objects placing.
Refactoring: create a set of Source classes and an utils module.
Only list USB block devices in the destination box, if none of their
Merge branch 'master' into feature/partitioning
Add --clone command-line switch.
Add a _dir_size util function.
Implement the USBSource class.
Split upcoming cloning support in two.
Factorize options passed to syslinux.
Add and use new functions: _move_if_exists and _unlink_if_exists
Stop passing full command-lines to the shell in util.py.
Merge branch 'feature/clone'
Get notified if partitions are unmounted.
Merge branch 'master' into feature/partitioning
Move _set_liberal_perms_recursive function to the utils module.
Merge branch 'master' into feature/partitioning
Add get_liveos_file_path and get_liveos_toplevel_files functions.
Mostly rewrite delete_liveos.
Use get_liveos_file_path everywhere possible in the creator module.
Warn for data loss and ask for confirmation.
Allow branding of UI through liveusb.branding dict
Add Tails branding
Add config file(s) support, load branding information from there
Merge branch 'tails_branding'
Fix indent error.
Wording.
Add configuration module: liveusb.config.
Use liveusb.config in __init__
Select and display dialog pixmap based on the branding configuration.
Move from ConfigParser to ConfigObj.
Move a few more hard-coded custom settings to the current configuration system.
Import Fedora settings into a fedora.ini file.
Import Debian patches v3.11.4-1.
Add dependency on python-configobj.
Add gbp.conf.
Don't version build-dependency on python-distutils-extra.
Import dbus once and for all
Only enumerate devices once to detect mounted partitions
Make mounted_partitions a set instead of a boolean
Merge branch 'master' into feature/partitioning
Implement --partition optional flag to enable full disk partinoning
Add missing dependencies.
Update debian/changelog.
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
Merge remote branch 'origin/feature/partitioning' into feature/partitioning
Also set sane permissions on the copied files when cloning.
Add running_liveos_mountpoint config setting + accessor method.
Merge branch 'master' into debian
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.
Merge branch 'feature/ignore_source_device'
Fix reset_mbr.
Merge branch 'master' into debian
Update debian/changelog
Document why reset_mbr() and bootable_partition() are not implemented on Windows
Skip devices for which we have no write access
whitespaces
Merge branch 'master' into debian
Update debian/changelog
Implement configurable partition labels
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.
Merge branch 'master' into debian
Update debian/changelog
enable_widgets: enable the start button if all conditions are met and we're
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.
Merge remote-tracking branch 'origin/master'
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.
Merge branch 'master' into debian
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.
Merge branch 'feature/persistence_checkbox'
Remove QPixmap proxy from pyuic4_custom
Merge branch 'master' into debian
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.
Merge branch 'master' into debian
Update debian/changelog.
Error out if destination device is too small.
Turn SYSTEM_PARTITION_SIZE into an attribute.
Tell minimum device size when error'ing out because it's too small.
Import Ubuntu's usb-creator icon.
Install Ubuntu's usb-creator icon and use it in the applications menu.
Use "go-next" icon from theme on the start button.
Change start button text to "Next" once it's been pressed.
Initialize live.source as soon as possible when cloning.
Fix variable name.
Merge branch 'master' into debian
Install two launchers that match the main Tails usecases.
Merge branch 'master' into debian
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.
Merge branch 'master' into debian
Update debian/changelog.
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.
Merge branch 'master' into debian
New snapshot.
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.
Merge branch 'master' into debian
New snapshot.
Fix typo.
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.
Merge branch 'master' into debian
New snapshot.
Move binary Lintian override where it belongs.
Add myself to uploaders.
New snapshot.
Don't use bootable_partition at all.
Merge branch 'master' into debian
New snapshot
Fix help.
Add, build and install manpage.
Fix string formatting.
Merge branch 'master' into debian
New snapshot.
Update PO files.
Merge branch 'master' into debian
liveusb-creator (3.11.4-2)
Fix many l10n problems.
Import French translation of .desktop files.
Import semi-outdated translation file.
Improve l10n-ability.
Update PO files.
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.
Update PO files.
Fix typo.
Reword.
Import translation.
Update Qt -generated Python files.
Update PO files.
Import updated translation.
Merge branch 'master' into debian
Releasing 3.11.4-3.
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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