[Pkg-privacy-commits] [tails-installer] branch debian/sid created (now f3acd1a)

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Mar 7 14:35:15 UTC 2016


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

u-guest pushed a change to branch debian/sid
in repository tails-installer.

        at  f3acd1a   Release new upstream version 4.4.7

This branch includes the following new commits:

       new  c221332   Initial code dump
       new  f71f6e2   Add license to header
       new  d16298e   Add a README
       new  1f0aa6f   Throw our download message in the exception.
       new  364de99   Proper syntax tends to help
       new  7bc1cb1   Fix up some error message formatting
       new  cda5637   Specify that this works on F7+
       new  0492c82   Notify the user if their USB key already contains a LiveOS
       new  cb197ac   Remove unused module
       new  6170c67   s/FAT16/FAT/
       new  baec42f   Elaborate on our invalid filesystem exception message
       new  c4541d8   Add fedora.ico, thanks to Máirín Duffy.
       new  cd45aaa   Include syslinux and 7-Zip in our setup.py
       new  625062a   Catch exceptions when calling win32api.GetVolumeInformation, and tell the user to make sure their USB key is plugged in and formatted properly.
       new  67984d0   Rename project to liveusb-creator
       new  b4adea4   Wipe out any old syslinux directories if we have to
       new  0c75877   Add a ChangeLog
       new  37817f7   Update our copyright and license
       new  7a4db09   Update ChangeLog
       new  1b33fe0   Pull our PyQt gui out into the liveusb.gui module
       new  c07051b   Pull our LiveUSBCreator out into the liveusb.creator module.
       new  97a33f5   Reorganize the project, making it much more modular.
       new  04567b3   Add '--nogui' option to liveusb-creator.py
       new  2a1c307   Add authors file
       new  5fe91c1   Update the path to our icon
       new  a0a67cd   Update our setup.py to pull in PyQt4 when we py2exe
       new  12f2aff   Update the changelog
       new  1cb22a0   Add a logo from Kushal
       new  d5a635f   liveusb-creator.py filename fixed in setup.py also changed the icon path in the same file
       new  f6d0187   New persistent overlay spinbox added in the GUI, also text changed for the burnBttn
       new  2e08a6b   README updates
       new  d4cdb52   Add an __all__ global to our liveusb module
       new  12abbb7   Docstrings and new-style classes are good
       new  b91799f   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  b99cb1e   Remove luDialog.py in favor of the new liveusb.dialog module
       new  ce961ba   Add a newly generated dialog module from the newdialog.ui interface
       new  de1f79a   Add a redesigned UI file
       new  f2fcf06   Add overlay and log fields to the LiveUSBCreator parent class
       new  39a03d3   Add persistent overlay support.  This is not fully complete yet, as we need to figure out how to grab the device UUID from windows.
       new  0a6fa7d   Remove the syslinux directory if it exiss
       new  9d7035f   Replace our os.system calls with subprocess.  Upon errors, write the stdin and stderr of the processes to a file before throwing an exception.
       new  48f160e   Add a writeLog method to the LiveUSBCreator that is called before throwing an exception after a failing subprocess
       new  89952f4   If we only find 1 drive, then default to it
       new  cf9b2be   Add a checkFreeSpace method to make sure we have enough space on the device before proceeding
       new  8a1c69b   Lots of GUI changes. - Add a LiveUSBThread that does the actual work.  This sends status signals   to the main dialog, which then updates the status text area. - Add a ProgressThread that checks up on how much work has been done, and   sends signals to the main dialog which updates our progress bar - Lots of other UI improvements
       new  4fef842   Add win32 dd.exe, and update our README
       new  7cbae69   Add a LICENSE file
       new  2c8b3fc   Flip some bits
       new  ca7097d   Flip some more executable bits
       new  d6c874a   Update our setup.py
       new  ce1bfef   dos2unix
       new  c0ff3de   Some minor exception cleanups
       new  44aa9e9   Get persistence working! - Add a _getDeviceUUID method to our LiveUSBCreator, and implement the Windows version
       new  2f0a8b6   Have py2exe bundle everything into a single exe.  Reorg our tools a bit too.
       new  7dced9c   Call 7-Zip with the right path
       new  db92e71   Lots of GUI improvements. - Add a drop down list of releases to download - Move everything around
       new  2cd5f1a   Pull our releases out into a separate module
       new  3f92a2e   Add a LiveUSBError exception
       new  f1cd85c   Handle read-only files in our syslinux directory.
       new  cbe5aad   Clean up the WindowsLiveUSBCreator._getDeviceUUID method.
       new  2e52562   Tons of features:
       new  56f0f8d   LiveUSBCreator class enhancements - New getReleases and getReleaseFromISO methods to deal with our known releases - Add existingLiveOS, getLiveOS, existingOverlay, and getOverlay helper methods - Add verifyImage method that verifies the SHA1 checksum of our ISO - Lots of other semantic cleanups
       new  12a71e6   Whitespace cleanups
       new  8eeaa37   Pipe std{err,out} with our syslinux subprocess
       new  5e4189c   Fix a release name
       new  d7c9deb   Include a the urlgrabber module
       new  ee833fb   Fix our 7-Zip path
       new  2f027ce   Make the LiveUSBCreator.installBootloader an OS independent method, due to various tweaks that need to be done in the win32 implementation.
       new  792ae98   Interface modifications.  Added lots of help documentation for when users use the question mark button in the window.
       new  1ee3c8e   Fix a bug in the ProgressThread where our totalsize has not been initialized.
       new  81e740a   Add our compiled PyQt resource module, and move a bunch of other stuff around.
       new  afd84b0   Add instructions for compiling the PyQt resources to the README
       new  da78c53   Use PyQt resources for our header pixmap.  Also change the wording a bit on the overlay help.
       new  ccb9392   Add our README, LICENSE, and 7-zip license to our distribution
       new  2824918   Fix some file extensions
       new  380bb5d   Update the README with instructions for getting the latest code in Windows, among other cleanups.
       new  0e2e39d   Move some tools around
       new  2d56a87   Terminate any subprocesses if the application is closed in the middle of one
       new  000dd04   Alter our progress polling interval
       new  aa71754   Some of our data files have moved.
       new  c9d441f   Sync up our QtDesigner UI changes
       new  4a5e2d4   Rename our QtDesigner file to liveusb-creator.ui
       new  15415ba   Add our PyQt resources.qrc file that contains our pixmap reference
       new  07d0152   Some minor dialog tweaks
       new  1a9a05d   Some minor dialog tweaks
       new  542da89   Shipping the README does not seem to be necessary at the moment.
       new  61219ee   Add the gimp file for our shiny new header
       new  38e7880   More tools/data organization
       new  9426024   Update the ChangeLog
       new  b9a9948   Fix ui filename in README
       new  3122311   Add a refresh button for our device list (Ticket #10)
       new  8602c0f   Remove some unnecessary files
       new  6102c23   Remove some unnecessary files
       new  f754fac   update changelog
       new  4f383ab   Populate releases before devices.  This way, if no devices are found, we don't butcher our release menu.
       new  30ddf79   Enable/disable the refresh button as necessary.
       new  968f6f5   Don't force our syslinux install.  This could potentially hide some problems
       new  f636197   Catch LiveUSBErrors while detecting devices.  Disable the start button if we can't find any, and re-enable it when one is found.
       new  461fe3c   Update ChangeLog
       new  51eb6b0   Have syslinux use a 'safe' version, install an MBR sector, and mark it as bootable.
       new  78e3906   Update changelog for v2.0
       new  51f6070   Use the device UUID instead of the label
       new  f6bfa86   Update syslinux to 3.63
       new  9eb8d2c   v2.1
       new  0d1837e   Add the Fedora 9 release
       new  655c2cd   Fix a typo in one of the tooltips
       new  f4f93c0   Remove the miliseconds from our duration time
       new  8342115   Switch back to using the LABEL for the root device by default, as we make sure it this set anyway, and it'll save us the check if we have to disable persistence due to a missing UUID.
       new  8d2a805   Add setDrive and setOverlay methods to the LiveUSBCreator.
       new  597f9ac   Make the LiveUSBCreator._getDeviceUUID a bit less insane for Windows platforms.
       new  fb9cf8e   Try and grab the UUID before we being, to see if we have to disable persistence or not.  For certain devices, Windows does not give us a VolumeSerialNumber. This sucks, but we can still hack around it.  This fixes ticket #19.
       new  53d1462   If we can't find a UUID, use a LABEL instead.  This makes it so persistence can work on sticks that do not have a serial number.
       new  65fa522   Fix persistence for devices that have a label containing a space (ticket #34)
       new  199ac3c   Catch all exceptions in _getDeviceUUID, and fallback to dealing with labels.
       new  68de834   v2.4
       new  346cee6   Add a '--force' option to force the use of a specific device (ticket #15)
       new  fdf782b   Set stdin to a subprocess.PIPE, to avoid "the handle is invalid" errors (#38)
       new  af93e20   Fix the optional force argument to syslinux
       new  a214cb6   v2.5
       new  cb18a79   Add an alt+b shortcut for the Browse button
       new  7a52dab   Remove non-existant method call
       new  8441ee3   Add a setImage method to our LiveUSBCreator
       new  352585a   Fix a typo in one of the tooltips, and make an alt+b shortcut to browse for an ISO
       new  4998ce6   Pass the optional 'safe' argument to LiveUSBCreator.installBootloader
       new  98538d6   Move a lot of logic up into the LiveUSBCreator class, making our platform-specific subclasses much cleaner.
       new  79bb371   Rename 7z.exe to 7za.exe, which will let us use the same method across Linux (p7zip) and Windows (7-Zip)
       new  6bb7f94   Make our fonts a bit smaller
       new  9360c33   Add a --noverify option to allow skipping checksum verification
       new  d34adad   Update the dialog module for the new ui changes
       new  84dc794   If we can't acquire the UUID and set a label, bail out.
       new  7a9ca80   Linux support!  Along with a ton of refactoring...
       new  7e83e81   Remove an unused module from the gui
       new  6d5926f   Clear the status window when the devices are refreshed
       new  8377b5c   Whitespace and some comment cleanups
       new  6c5426a   Replace our use of the 'const QString &' signal arguments with PyQt_PyObject
       new  d4143f0   Clean up our main script
       new  0c2d226   Make sure we always terminate() our dialog  window
       new  b9ca23b   Add a logger to the LiveUSBCreator class
       new  a52b506   Read 1mb chunks when doing the SHA1 check.
       new  7a7ee3c   Remove the last two lame setter methods, setImage/setOverlay.
       new  25c47fe   Refactor our UUID handling.  Remove the need for LiveUSBCreator._getDeviceUUID.
       new  c81e4b4   Make some minor cleanups to LiveUSBCreator.popen
       new  c606205   Replace blank spaces with underscores in device labels in our LinuxLiveUSBCreator
       new  4b1fa68   mv liveusb-creator{.py,}
       new  10c64de   Add a tweaked out QtDesigner ui file specifically for Linux, since there are some font size differences between the two platforms.
       new  3554ba9   Make our "not enough drive space" message a bit more useful.
       new  433c26a   Use HAL via D-Bus to Mount and Unmount our device when using Linux.
       new  dde26de   Remove p7zip from our spec requirement
       new  ac860aa   Catch OSErrors when trying to remove the previous LiveOS
       new  f5691d5   Fixes to our HAL mounting/unmounting code, making it more robust.
       new  b436410   Catch LiveUSBErrors when trying to remove an existing LiveOS
       new  4580e30   No need to str()ify our slot arguments anymore, thanks to PyQt_PyObject.
       new  06b70f6   Add some error handling for when people do not fully extract the zip file.
       new  58055f0   Fix a log typo
       new  07f93ad   s/Overlay/Storage/
       new  cfa6baf   s/Overlay/Storage/
       new  2033daf   Keep track of all of the free bytes of our drives upon detection.
       new  e0d4344   Make --force work in Linux
       new  0e62247   Actually check the value of the 'unmount' flag when exiting
       new  cfcddf9   If we cannot remove the existing LiveOS, something is wrong, so bail out.
       new  3fdeb6d   Dynamically alter the max persistence slider based on the selected device.
       new  dfd9e22   Catch dbus and filesystem label change errors
       new  75023cf   Catch some more errors in the gui
       new  bd30957   Add the free space and fstype of our devices upon detection in Windows
       new  e3495a7   Make sure our tools exist.  If not, tell the user to extract the entire zip.
       new  28d9bd8   Fix a logic bug in unmountDevice()
       new  c2d0851   Minor status formatting change
       new  f1e0d38   If we cannot decode the iso filename, which is most likely due to unicode issues on Windows, then suggest the user move the ISO to the root directory.
       new  7fccbea   Patch from Caio Begotti to fix our py2exe configuration
       new  d22c61e   Fix mounting unmounted devices
       new  fc14517   Support proxies in Windows (Ticket #111)
       new  c319757   Create a _to_unicode method to help us mitigate some unicode issues
       new  dd67ede   Lots of PEP8 semantic changes based on an initial pylint check.
       new  7cb5879   LiveUSBCreator.setup_logger does not need to be 'public'
       new  97488c0   Clean up the API a bit by removing the force/safe arguments from our methods.
       new  92b0c45   Use the self.opts.safe, instead of the method argument
       new  fbc866e   Bail out if we cannot get/set a label or a uuid
       new  cb9af2c   Add the opts back to the LiveUSBDialog
       new  bdde79f   Add the beginnings of a test suite
       new  e3e3b47   Improve our detect_removable_drives test case
       new  528680f   Write a test_mount_device unit test
       new  03b4f97   Add a test_verify_filesystem test case
       new  5a9f4a9   Change the way we access the selected drive from the LiveUSBCreator.
       new  1badaec   Don't unmount in the extract_iso method
       new  c3d531a   Add an extract_iso test case
       new  17ef285   Revert to the previous _get_device_uuid implementation.
       new  83db0fd   Make sure to add a 'device' field to each drive in self.drives
       new  555a168   Remove some superfluous output
       new  f0e8d8d   Ensure we always unmount our ISO
       new  5a6131e   Automatically detect when drives have been added/removed, and update the GUI.
       new  50fd394   Catch all Exceptions in our GUI, as to not cause silent explosions.
       new  c5172dd   Update the ChangeLog
       new  c07d292   Update our setup.py to handle distutils.  Patch from caio1982 at gmail.com (#94)
       new  b6ed472   Return 0 from get_free_bytes if win32file.GetDiskFreeSpace throwns an exception
       new  3625e26   Make WindowsLiveUSBCreator._get_device_uuid errors less fatal
       new  4e588fa   2.7
       new  d744a6a   Added LICENSE.txt into MANIFEST
       new  18e5c7f   setup.py fixed, now it will create different packages for different platform
       new  5c231fc   Fixed to have a cleaner Linux based package
       new  6019c53   tried to write a PolicyKit policy file, which is not working btw :)
       new  7e199c7   moved to consolehelper to have root power
       new  1d3b2a6   fixed the applications menu entry and icon issue
       new  09ca751   new spec file
       new  a8a171d   Make our use of the %{buildroot} consistent
       new  f45ae9b   Add a po directory, along with a POTFILES.in
       new  e88e621   Add translation.ugettext (as _) in liveusb.__init__ module
       new  c622a3c   Make our strings translatable
       new  b2b0abe   Add our liveusb-creator.pot file
       new  1329ab5   Initial Polish translation
       new  ef404ae   Initial German translation
       new  558652b   Updated German translation
       new  3ed915e   Portuguese Brazilian translation.
       new  bae94bc   Make the rest of our GUI strings translatable, and update our pot file.
       new  1fbd51a   Remove an unnecessary manifest
       new  ed8c1cd   Remove the refresh button from our Linux UI, as we are able to detect new devices automatically thanks to DBus and HAL.
       new  aa34023   Pull our dialogs out into platform specific interfaces
       new  1fb3511   Update our resources file
       new  b71127a   Add a LiveUSBInterface class to the liveusb module.
       new  0deadc8   Fix an annoying device AlreadyMounted HAL/DBus race-condition.
       new  39f0961   Don't unmount the device if it was already mounted
       new  e1a2878   Add a MANIFEST.in
       new  060b394   Portuguese translation including GUI strings
       new  56bdda5   Updated Polish translation
       new  3b5e541   Updated German Translation
       new  c81217a   New Malay translation
       new  d879f4e   Add a bunch of Makefile targets (dist, srpm, pyflakes, pylint, pot)
       new  e5d3279   Update the POTFILES.in
       new  3f397fb   Spanish translation
       new  680c72a   Initial Brazilian Portuguese translation
       new  06468b9   Add mki18n.py to help with our internationalization.
       new  8490ff3   Instead of scraping the wx module for language names, lets just use whatever po files are in the current directory.  Transifex takes care of putting new languages there for us already.
       new  d104d0b   Return 0 upon success, to make `make` happy.
       new  f25b556   Update our README
       new  36f175a   Add a 'mo' and 'clean' Makefile targets
       new  9af1e5c   Update our MANIFEST.in with some new files
       new  1a5880d   Add an 'rpm' Makefile target
       new  a36db75   Update our 'mo' Makefile target
       new  010f4f3   Update our RPM spec to handle the new translations
       new  7a8cb68   Dynamically determine our locale directory
       new  3332249   Ensure we're dealing with UTF8 bytestrings when displaying exception messages.
       new  1b0a5a4   Encode our translated GUI strings to UTF8 bytestrings before sending to PyQt4
       new  f969a99   Update our setup.py to include our locales
       new  6ba2b65   Add an app.fil list for the mk18n.py
       new  72a13bb   Add our logo
       new  6d608d3   Add a smaller logo
       new  3c38e72   Clean up more
       new  5063513   complete czech translation
       new  12a1af3   Calculate the number of megabytes per second for our iso extraction
       new  c268c73   s/Mb/MB/g
       new  14a2839   Updated German translation
       new  0cd3212   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  68b6057   Fix the error message that occurs when the tools are missing (#243)
       new  531bc8c   Calculate the transfer speed in our WindowsLiveUSBCreator
       new  8c04daa   Add a LinuxLiveUSBCreator.get_proxies method that grabs the proxy settings in KDE.  Thanks to Kevin Kofler for the patch (#128)
       new  110fb0d   Quote our paths when copying the live image (#221)
       new  973ca7b   Fix our Mb/MB nomenclature (#162)
       new  6a9b87d   Add Fedora 10 Beta support!
       new  f52d1e6   Fix our %find_lang usage in the spec
       new  532a8e3   Add an os.path.sep hack to see if this fixes a Windows issue.
       new  bc1ef7e   Update our AUTHORS file
       new  d3b3c6e   Update our ChangeLog
       new  8583314   v3.0
       new  a8cbf92   Updated German translation
       new  7a74843   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  fcc2911   Remove our PyQt4._qt py2exe include, as it no longer seems to be necessary.
       new  17efcee   Added Greek translation
       new  c8e66e3   First french translation (100%)
       new  5f1579c   Ensure the release sha1 exists before attempting to verify it.
       new  87d2cba   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  9f1cd06   Added Slovak translation.
       new  8a5cf2e   Add support for Sugar Spin
       new  9cfbc8b   Improve our liveusb.gui status message architechure.
       new  82f460f   Add support for creating OLPC-bootable LiveUSB sticks / SD cards.
       new  2d66b75   Clean up some translatable strings
       new  034f528   Add a soft dependency on PyQt4 for KDE proxy detection.
       new  25c01ac   Organize the release list
       new  02f5f9a   Update our test suite to allow empty sha1's in our release list
       new  3f08445   Add an '--extra-kernel-args' argument
       new  9e2fe20   Update our win32 syslinux.exe to version 3.72
       new  43b1df3   Initial Serbian translation
       new  cda0b9e   Initial Serbian Latin translation
       new  6d2da4c   Updated Polish translation
       new  a21a482   Updated German translation
       new  cabcbef   Add a verify_iso_md5 method to call checkisomd5 on our ISO.
       new  62a70bf   Store our 'info.parent' device interface in self.drives
       new  69d0693   Handle devices that are prematurely unmounted
       new  90862c0   Hack around dosfslabel's return codes
       new  459645f   Change an info message to a debug
       new  ad99c5f   Make our final unmount a bit more robust with regard to traceback handling
       new  5341948   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  e954e67   Added catalan po
       new  8c80fc6   Updated Polish translation
       new  8b092bc   Updated Slovak translation
       new  d44d9e7   czech translation update
       new  e706e0b   Updated sr translation
       new  ea93159   Updated sr translation
       new  0e33c42   Updated sr at latin
       new  d87a0fa   Updated French translation
       new  f77bfda   Updated German translation
       new  aba5f30   Updated German translation
       new  b9a176d   Updated sr
       new  960a3ac   Updated sr at latin
       new  a662507   Updated catalan po
       new  2c6b0f3   Make sure to quote our ISO path to support spaces (#470402)
       new  1671a54   Add zh_CN.po
       new  d03c4d1   Add a 'docs' Makefile target
       new  60656d4   Add a new shiny tabbed-gui layout.
       new  7e31a9d   Exclude ppc and ppc64
       new  5c9ed52   Update a docstring
       new  ae0bcd0   Fix our Master Boot Record unit test.
       new  bad8622   Add reset_mbr and blank_mbr methods
       new  717fa20   Revert "Add reset_mbr and blank_mbr methods"
       new  9cfe5f7   Update our test_mbr unit test
       new  f60f77e   Add reset_mbr and blank_mbr methods, and use them.
       new  67326c8   Updated Polish translation
       new  e62709a   Do not encode our unicode strings back to UTF-8 before rendering in QTextArea. This fixes the UTF-8 rendering issues mentioned in Bug #471367.
       new  cf309bf   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  38239e2   Always return True from the WindowsLiveUSBCreator.verify_iso_md5.
       new  46498b6   Trivial test case change
       new  0e5b27c       2008-11-20  Fabian Affolter <fabian at bernewireless.net> (via fab at fedoraproject.org)
       new  798ab0d   Updated Brazilian Portuguese translation
       new  b739359   Add a HACKING file
       new  d5b4a07   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  e4d1ece   finish zh_CN.po
       new  19878d4   Refactor the olpc installation method, pulling some of it out into a get_kernel_args method.
       new  9c1a52a   Ensure that the selected partition is flagged as bootable.
       new  bbb360a   Add Fedora 10 release
       new  8b63513   Pull some logic from bootable_partition() into a get_disk_partition() method
       new  bd72b6f   Add a LinuxLiveUSBCreator.format_device method.
       new  7af72c2   Keep track of if we are currently in the process of creating a liveusb key, and do not update our device list when a new device is inserted if we are in the middle of it.
       new  4c7b09a   Clean up some of the unmount_device exception handling
       new  efa5669   Some trivial comment updates
       new  aad42fe   No need to catch LiveUSBError if we are doing the same thing with Exception
       new  939253c   Add a --usb-zip flag to format the device with zip-like geometry.
       new  9d2c855   Always try to unmount the device when we call unmount_device, regardless of if we mounted it or not
       new  b65b11f   Unmount the device upon completion, not termination
       new  f53e5fd   Use log.exception in a couple of places.
       new  927ea55   If we've already acquired the uuid, then don't do it again
       new  5d60b4e   Handle None/'None'/'' uuids
       new  e46f7a5   reset the 'confirmed' boolean after we've confirmed
       new  51e273d   Update the Sugar Spin to 0.82-2
       new  df73b2d   Add a new logo, and update our PyQt4 resources
       new  b9bea9f   Update our Translators list
       new  e9dac17   Update our spec file for the 3.0 release
       new  3a28698   Rebase our olpc.py with the latest OLPC boot script from the livecd-iso-to-disk.sh
       new  7b531ae   Rebase our olpc.py with the latest OLPC boot script from the livecd-iso-to-disk.sh
       new  cdd206f   Update our spec file again
       new  c02320e   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  2ef586a   Fix a typo
       new  5d65660   Add a noop bootable_partition method to the parent LiveUSBCreator class
       new  9bfa12c   Add a hack to not display 0mb/sec, until we can do this properly.
       new  3225dd4   Setup the logger a bit differently for windows.
       new  2145e75   Escape part of the path in the OLPC boot file.
       new  368f44d   Use hashlib instead of the sha module.
       new  e872c82   Fix some Python2.6 deprecation warnings with regard to the BaseException.message
       new  2d53338   Use the new uac_info=requireAdministrator py2exe flag to ensure that the liveusb-creator is being run as an admin
       new  9afdb71   Some py2exe optimizations
       new  f059b36   Disable the --usb-zip experimental feature, for now.
       new  aef62ee   3.1
       new  c2bedae   Fix some windows logger issues.  If we're not in verbose mode, then remove the StreamHandler, as this will cause extra noise in windows.
       new  051a346   Fix our syslinux directory path for Windows
       new  15b403f   Actually disable the usb-zip feature, for now
       new  0e78c9e   Revert our unmount change, as this sometimes causes random segfaults.
       new  32a592a   Fix our syslinux -d flag for linux
       new  acb0e7f   v3.2
       new  6960272   Updated German translation
       new  363f20f   Support USB hard drives, which don't have the `storage.removable` property. Thanks to Horst from the Sidux project for the patch.
       new  7ca56b6   Support detection of all partitions.  Thanks to Horst from the Sidux project for the patch.
       new  5eaaded   v3.3
       new  5557717   Patch from Yanko Kaneti to avoid duplicating urlgrabber on !win32 systems.
       new  7a9d673   Require python-urlgrabber
       new  924fecb   Update the version in our `liveusb-creator` script
       new  4b98e13   3.4
       new  379c7f8   Fix some typos in the olpc fth boot file
       new  648f69b   v3.5
       new  c3b4ac4   Corrected and updated Slovak translation.
       new  e1e4af2   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  20e3b20   Revert "Fix some Python2.6 deprecation warnings with regard to the BaseException.message"
       new  9feb27c   Updated German translation
       new  71258e9   updated Spanish translation
       new  17bcd1b   Minor Portuguese Update
       new  54509e5   Submit Italian Traslation of liveusb-creator
       new  0faae55   update Italian traslation
       new  4b9db9a   Require pyparted
       new  455a709   Handle cases in unmount_device where the drive key doesn't exist
       new  98a3c98   Better handle unmount exceptions
       new  ee5c2ae   Fix dd commands when output path contain whitespaces.
       new  aaa0b15   Add Fedora 11 Alpha to our releases list
       new  0867d7f   Allow for ext4
       new  48c01f0   Minor readme update
       new  2c060fc   Create a LiveUSBCreator.set_iso method.
       new  9d8cfd6   Instead of warning about it, just silently skip loop devices.
       new  e107215   Enable OLPC support by default.
       new  e71c2b0   Allow ext4. Bug #480495
       new  f67400e   Refresh the free space once the device is mounted.
       new  80378ca   Properly handle LiveUSBError objects in our gui status method
       new  2106272   Overlay slider changes.
       new  c1cf34c   Don't fill the device 100%
       new  d83155d   Support ext filesystems, and ext4 support until we have an extlinux that supports it
       new  2921c79   Do not reset the MBR for now, since we cannot seem to umount, reset, then remount...
       new  f671c69   Handle OSErrors when trying to mount the device
       new  bdd8b4a   Update our win32 syslinux to 3.73
       new  7e370e8   Update our translators list
       new  ce87e16   v3.6
       new  608d4b8   Import the pywintypes module (#517)
       new  4bf6381   3.6.1, windows bugfix release
       new  e620f39   Updated Polish translation
       new  0213856   Make our windows device detection a little bit more robust
       new  26a887b   Updated Polish translation
       new  71a4fb4   3.6.2
       new  f37fab7   Skip devices when we cannot their volume information.
       new  ef038b9   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  7bf5c78   Handle all Exceptions, not just LiveUSBError's.
       new  d02631d   Portuguese Update
       new  3ca395c   Updated Italian translation
       new  671da1f   Update to v3.6.3
       new  b0edaa6   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  fe3f835   Updated Thai translation
       new  1665152   Updated German translation
       new  528c17d   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  b9d70a4   Fix up to work with new pyparted
       new  c6c393d   v3.6.4
       new  be6db7c   Updated Polish translation
       new  94c7b67   updated Spanish translation
       new  c5218bb   Minor Portuguese update. String added without notice in ml...
       new  1c1a28f   Sending translation for Serbian
       new  350faca   Sending translation for po/sr at latin.po
       new  fa1f26f   Sending translation for Spanish
       new  9e0ca10   Sending translation for Portuguese
       new  fe685ee   Sending translation for Italian
       new  df775aa   Sending translation for Italian
       new  c972884   Sending translation for German
       new  1b5d23f   Sending translation for Slovak
       new  d245ccc   Sending translation for po/nl.po
       new  44ebc0a   Sending translation for Dutch
       new  f0a4716   If no 'sha1' is specified in our releases list, don't try and verify it
       new  814c4e1   Add F11 beta, and the latest Sugar on a Stick to our releases list
       new  0307bf1   v3.6.5
       new  5b4c0b8   Store our version in liveusb.__version__
       new  41fe71f   Revert "Store our version in liveusb.__version__"
       new  8a28d48   Support sha256 checksums for our release ISOs
       new  aaa0244   Display the appropriate hash algorithm
       new  aec98e0   Fedora 8 is EOL'd
       new  c5d7ced   Sending translation for Brazilian Portuguese
       new  4d02e10   Sending translation for po/hu.po
       new  c3703ff   Sending translation for French
       new  2378161   Sending translation for Polish
       new  bf21091   Sending translation for German
       new  be17465   Sending translation for Greek
       new  5c7f54b   Sending translation for Greek
       new  c6039e3   Sending translation for Catalan
       new  48758ef   Sending translation for Thai
       new  aff9357   Use our syslinux's menu com32 modules (#492370, #494000)
       new  ae11cab   Add Fedora 11 releases!
       new  4950104   Update our win32 syslinux to 3.81
       new  7a18290   3.6.6
       new  b5d1731   Make olpc.fth unfreeze disply for newer BIOSes than Q2E30 (#501688)
       new  69fea0a   Merge our spec file with rawhide
       new  5f23882   Fix a bug when using ext formatted sticks.
       new  bfaa19f   3.6.7
       new  ef51fa9   Be more vocal about our ISO MD5 checksum results
       new  f50749d   Sending translation for po/da_DK.po
       new  5d86804   Sending translation for po/da.po
       new  5487a20   Don't prompt about overwriting files from mtools (#491234)
       new  1415f61   Remove some stray print statements
       new  1000313   v3.6.8
       new  48f15fa   Sending translation for Polish
       new  621ca16   Update a unit test to handle sha256 checksums in our liveusb.releases file
       new  5084936   Ensure the MBR matches the installed syslinux mbr.bin.
       new  7c5d339   Bump version for next release
       new  e6ddd4f   Make our unmount method a bit more robust.
       new  dcf9a57   Fix our ldlinux.sys cleanup code
       new  cc462b3   Some minor command formatting tweaks
       new  537cff6   Don't try and unmount th device every time the window is closed
       new  d77bb67   Allow people to pass the ISO as a command line argument
       new  3780520   Don't clear the text area when another stick is inserted
       new  27b28fa   Make our MBR checking work on devices w/o parents
       new  0c77c98   Refactor some of our mbr checking code, so it is essentially a NOOP in Windows
       new  c7dee38   Sending translation for Polish
       new  2ef0e7c   Update Sugar on a Stick to the new "Strawberry" release
       new  7377b2a   Drop a warning if the MBR doesn't match syslinux, and don't force people to reset.
       new  52975b1   A little bit of unnecessary code removal
       new  71d73e7   Hack around some odd Windows file permission issues
       new  0225dc4   v3.7
       new  4bce68b   Update our Changelog file
       new  3976a0f   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  5dd3635   Ensure we reference the absolute path to the ISO.
       new  e854136   Specify the absolute path of our tools as well
       new  a5c9e5f   Revert "Specify the absolute path of our tools as well"
       new  f942578   Prepend '.' to our tools path in Windows, to avoid being interpreted as a UNC path
       new  5838241   3.7.1
       new  c27bae5   Sending translation for Polish
       new  294bd20   Make our device unmount handling more robust.  [ticket:617]
       new  87ff78e   3.7.2
       new  8b5223d   Update copyright
       new  facd0e0   Fix a bug with the overlay size on sticks with not much free space.
       new  9889c42   Add F12 alpha and remove F9
       new  b6f59c6   Fix our --reset-mbr command
       new  e373e28   v3.7.3
       new  545764c   Sending translation for po/fi.po
       new  e5f6773   Sending translation for po/ja.po
       new  6b0f856   Sending translation for Polish
       new  7d9db7b   Sending translation for Czech
       new  c44e865   Sending translation for Japanese
       new  3a28b50   Sending translation for po/pt_RU.po
       new  79a7361   Sending translation for po/pt_RU.po
       new  619b774   Sending translation for Polish
       new  933c197   Sending translation for po/ru.po
       new  01e650d   Sending translation for Russian
       new  4292ad0   Sending translation for po/nb.po
       new  090518b   add EFI directory preparation
       new  394b7fd   Sending translation for Chinese (Simplified)
       new  335c400   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  b97f5d8   Add a --device-checksum option to calculate the SHA1 of the entire drive (#621)
       new  1b1e5fd   Create platform specific calculate_device_checksum methods
       new  ec4344e   Add a _get_device_size method and run it when initializing drives
       new  080ea0f   Add a _get_win32_logicaldisk method, and cache.
       new  2fe143f   Hook up the calculate_device_checksum method up to the progress bar
       new  20b2c4a   Sleep for a few seconds before calculating the SHA1 of the device to hopefully let Windows sync things out, to avoid a race condition that I recently hit.  This is really a shot in the dark.
       new  c86b9c2   Skip probing the A:, which causes an exception on one of my old machines *with* a floppy.
       new  c73c565   Be sure to close the isofile when we're done with it
       new  686bd10   Make the LiveUSBCreator.bootable_partition method a little more robust
       new  8b99233   Add a WindowsLiveUSBCreator.calculate_liveos_checksum method
       new  616f919   Sending translation for Russian
       new  6079e8d   Add a --liveos-checksum option
       new  c8c8c46   Add a --hash option
       new  d0e1156   Sending translation for Greek
       new  a1ce337   Sending translation for Greek
       new  93866fd   Sending translation for po/bn_IN.po
       new  b35fb64   Take the checksum of all files, and then generate a checksum of the checksums
       new  cfa05bf   Hardcode the list of files to checksum
       new  35ca030   3.7.4
       new  c885072   3.8.5
       new  abf8be3   Disable --liveos-checksum by default
       new  9db3b3f   Make our windows device detection more robust
       new  84e6902   Merge branch 'device-checksum'
       new  135fde8   Make our Linux device detection more robust (#517053)
       new  8ae0377   Don't utf8 encode our unicode strings from exceptions (#471367)
       new  8b37260   Make our automatic device detection code more robust (#519134)
       new  0e179ea   Update to the latest version of the Sugar Spin (#522240)
       new  efd5fa0   Update to the latest SoaS v2 beta snapshot
       new  5274661   Add the F12 beta release
       new  28576b9   Remove some duplicate po files (#516841)
       new  dee3c8e   Quote our syslinux path when running extlinux (#490843)
       new  a3abe44   Trivial os.path usage tweak
       new  97f9ed8   Sending translation for Polish
       new  71b18e3   3.8.6
       new  3d6e713   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  a698976   Properly handle unicode from the drive text field (#549)
       new  d71f732   Add a po file for locale zh_TW (#351)
       new  612b7ed   Fix a bug with the optional `parent` argument in the _add_device method (#622)
       new  7b3d063   Add the stable SoaS back (#627)
       new  4510515   Add Fedora 12!
       new  e0b135c   3.8.7
       new  f9a3dda   Sending translation for po/ast.po
       new  a37ad40   Sending translation for po/bs.po
       new  51dd5ee   Sending translation for Bosnian
       new  0b78afd   Sending translation for Bosnian
       new  4021627   Sending translation for po/ar.po
       new  3f8586d   Make our pyparted usage more robust (Kingson DataTraveller workaround).
       new  9c4f078   Make another string translatable
       new  31d24ff   Make a note that unmounting after completion can sometimes cause DBus to segfault.
       new  3815bf1   v3.8.8, bugfix release
       new  257ab17   Handle cases where we select an ISO without an available device (#540255)
       new  6131aa9   3.8.9, fixes bug #540255
       new  d088f89   Fix a typo in the SoaS beta URL
       new  74c6903   v3.9
       new  ca18fb5   Make our remove_liveos method more robust (#542136)
       new  3666ab7   Add a a nullsoft scriptable install system config, thanks to Wade Brainerd.
       new  adf0564   Add a script for automating Windows builds & packaging.
       new  cd02dc2   Sending translation for Polish
       new  4696b15   sugar on a stick blueberry build is in now
       new  3d2163d   correct SoaS v2 SHA1 sum - this is ready for release now
       new  7e91a18   last exhausted try to get the checksum right - finally
       new  5e5bedd   Handle unsupported filesystems before mounting the device
       new  00e28a5   Do our filesystem checking even if the device is already mounted
       new  e30777a   Ensure our command and subprocess output are byte strings
       new  018adc5   Sending translation for Russian
       new  6114814   Sending translation for Chinese (Traditional)
       new  1021686   Sending translation for Polish
       new  513f3a6   Sending translation for po/ko.po
       new  dde6c41   Sending translation for Korean
       new  d22a6df   Sending translation for Russian
       new  ed0007a   Add a --format command line option, and a windows implemention
       new  f29f3b7   Make our GUI labels translatable through our standard _ function
       new  3fc3b04   Bump our version for the upcoming 3.9.2 release
       new  10b2c9b   Make our EFI configuration copying a little more robust
       new  c9ce39b   Disable --format until it is tested
       new  9ea44ef   Sending translation for Arabic
       new  afc2cea   Sending translation for po/id.po
       new  f05602e   Update our copyright
       new  0056566   Sending translation for po/en_GB.po
       new  df76b4e   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  70eddec   Disable the format method until it works, because it's causing some issues now
       new  c38f0d2   Fix a Python 2.6 deprecation warning regarding Exception.message
       new  48278fa   Don't attempt to reset the MBR if we can't find one (if syslinux isn't installed)
       new  9bf8991   Sending translation for Polish
       new  4b571f5   Sending translation for po/is.po
       new  2c974c4   Update our MANIFEST.in with resources required to build this package
       new  65c2500   Add a 'make everything' target for things I do alot'
       new  2dd560f   Improve our new tabbed UI
       new  cdb9205   l10n: Updates to Hungarian (hu) translation
       new  883930c   l10n: Updates to Hungarian (hu) translation
       new  566ac91   l10n: Updates to Hungarian (hu) translation
       new  896da78   Various fixes
       new  9f54081   l10n: Added Ukrainian translation
       new  66710f4   Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
       new  085baaa   Add the spec to our manifest (#645)
       new  081e357   update release list for F13 & add new SoaS
       new  2cbe732   l10n: Updates to Greek (el) translation
       new  e8f5848   l10n: Updates to Dutch (Flemish) (nl) translation
       new  5de61e7   l10n: Punjabi Translation Added
       new  87cf537   l10n: Updates to Polish (pl) translation
       new  561450a   l10n: Dummy placeholder for Swedish translation, so I can lock in Transifex.
       new  7c03edf   l10n: Updates to Polish (pl) translation
       new  a94b78e   l10n: Updates to Swedish (sv) translation
       new  29e9dd4   l10n: new persian translation
       new  366ee58   l10n: Updates to Swedish (sv) translation
       new  7354166   Flush filesystem buffers upon completion (linux only)
       new  c07759d   l10n: Updates to Japanese (ja) translation
       new  7fa7318   l10n: Added Hebrew translation
       new  8e94b84   l10n: Updates to Hebrew (he) translation
       new  2dae164   l10n: Updates to Norwegian Bokmål (nb) translation
       new  38e202c   Add Fedora 14 to the release list
       new  31345fc   Add Sugar on a Stick v4.0 to the release list
       new  c3cf72c   l10n: Added Low German translation
       new  e111334   Merge branch 'master' of git+ssh://git.fedorahosted.org/git/liveusb-creator
       new  592745a   F12 is EOL
       new  964b788   Update to syslinux 4.03
       new  37e88fc   Download releases to the Downloads folder by default.
       new  179bc48   Write out our fail log to the temporary directory
       new  aee344b   Ship a newer version our win32 C/C++ dlls
       new  c6f74b8   Version bump to 3.9.3
       new  ea7f4b9   Update our windows release batch script to automatically build the installer
       new  a3e54a3   Add a py2exe win32com.shell hack to our setup.py
       new  25c075c   Add a LiveUSBCreator.is_admin method, and warn the user if they are not running as an admin.
       new  0e73c32   Mention the error log filename when we write one out
       new  b7e0e5b   Look for our tools in the windows PROGRAMFILES.
       new  6fdd921   l10n: Updates to Polish (pl) translation
       new  90120f6   l10n: Updates to Panjabi (Punjabi) (pa) translation
       new  b561ca9   Install the Microsoft Visual C++ Redistributable Package from from our installer, if necessary.
       new  c826417   Catch pywintypes.com_error Exceptions in our is_admin method.
       new  3477d72   3.9.4
       new  1e36e56   Remove the unnecessary 7zip sfx file
       new  3c8ce8b   Improve our windows release batch script
       new  f12ae00   3.10.0
       new  867d428   Port from HAL to UDisks
       new  f7f9b27   Support ext4, if the version of syslinux-extlinux does
       new  a0359a0   Port our mounting code to UDisks, and simplify it a bit
       new  bfcd553   Make the osmin.img optional, to work with things like the GNOME3 livecd
       new  2040ac6   Spit out the exception, to make pyflakes happy
       new  747cabc   Sleep less
       new  f8a14cc   Remove our second logging handler when errors occur (ticket #637)
       new  a34a559   Fix an issue with our some of our freespace checking code
       new  1eac988   Update our releases
       new  a16a5b4   Initial code to dynamically fetch fedora releases.
       new  f9bf9c9   3.11.0
       new  5ac2f86   Changes for i18n and updated fr.po
       new  b7a5e14   Changes for NSIS build system, including translations
       new  ce6ae1e   zh-TW translation updates, thanks to zerng07
       new  4f98463   Add F15 to our downloads menu
       new  29107ab   3.11.1
       new  d685d7a   Update our win32 syslinux to 4.04
       new  b834b70   Fix a bug that occurs on Linux when extlinux is missing (rhbz#712722)
       new  72f09cf   3.11.2
       new  57e0253   Revert "Fix a bug that occurs on Linux when extlinux is missing (rhbz#712722)"
       new  43e292f   Actually support extlinux not being installed.
       new  6fdad93   Use the built-in set type that supports a difference operator.
       new  0338c18   Don't attempt to mark any partitions as bootable if we're dealing with a full-device format
       new  e701dd8   Make our get_mbr method handle devices without any partitions
       new  dab1499   Fix a bug that occurs on Linux when extlinux doesn't support ext4 (rhbz#712722)
       new  19c6a24   Work around an unknown dbus exception bug to try and figure out Bug #714831
       new  c3aa3a6   3.11.4
       new  c3822b5   Fix our error message when we can't find any USB drives.
       new  b605cc2   Add .gitignore to ignore *.pyc files.
       new  110085c   Add --unprivileged (-u) command-line option: allow running without being root.
       new  9bc7aac   Do not warn if !admin, if -u option is passed.
       new  114ee4d   Apply Windows workaround only on Windows.
       new  c0686ee   popen: encode command args to utf-8 when they are passed as a list too.
       new  47121d8   popen wrapper: make the passing through a shell opt-out.
       new  8e4381b   popen wrapper: add opt-in option to return the process stdout.
       new  69330c9   extract_iso: adapt for Debian Live, allow running without root credentials.
       new  d52ef8a   get_liveos: adapt for Debian Live.
       new  cd8bef1   _update_configs: fix hardcoded path to /isolinux/ -> /syslinux/.
       new  b403ddd   Fix typo in debug message.
       new  400fc98   _update_configs: support the case when infile and outfile are the same.
       new  adf181c   update_configs: adapt Debian Live -specific syslinux config files as well.
       new  4df6641   Add sbin to PATH to support unprivileged mode
       new  7738d04   whitespace
       new  8a31260   Properly integrate Qt4 .ui files and gettext
       new  cb5fef4   Use strict string encoding.
       new  d4d3bc6   Merge differences between the two .ui files
       new  5ba1f0a   Rename groupBox_2 to targetGroupBox
       new  da8b663   Merge the two .ui files into a single one
       new  f0f80db   Merge branch 'feature/platform-independent-ui'
       new  0937799   Don't check if device fs is valid or not, it will be overwritten.
       new  8e311ba   Use 7z to extract iso on both Linux and Windows
       new  760eec8   Fix call to 7z in extract_iso() on Linux
       new  3a804c2   Give widgets more explicit names.
       new  16d5fa5   GUI: convert to using Qt layouts for dynamic objects placing.
       new  0fcb8f6   Refactoring: create a set of Source classes and an utils module.
       new  84a2f63   Only list USB block devices in the destination box, if none of their partitions are mounted.
       new  96cf41c   Merge branch 'master' into feature/partitioning
       new  7687d0f   Add --clone command-line switch.
       new  e8d3bf9   Add a _dir_size util function.
       new  f8bbf5c   Implement the USBSource class.
       new  fe5be92   Split upcoming cloning support in two.
       new  65b55f3   Factorize options passed to syslinux.
       new  0f0d804   Add and use new functions: _move_if_exists and _unlink_if_exists
       new  8fdecec   Stop passing full command-lines to the shell in util.py.
       new  bed2198   Merge branch 'feature/clone'
       new  9b39cdb   Get notified if partitions are unmounted.
       new  40cdd72   Merge branch 'master' into feature/partitioning
       new  b0417e0   Move _set_liberal_perms_recursive function to the utils module.
       new  76e8138   Merge branch 'master' into feature/partitioning
       new  74fbd61   Add get_liveos_file_path and get_liveos_toplevel_files functions.
       new  72baf29   Mostly rewrite delete_liveos.
       new  9dba11e   Use get_liveos_file_path everywhere possible in the creator module.
       new  333cfd3   Warn for data loss and ask for confirmation.
       new  b49d10f   Allow branding of UI through liveusb.branding dict
       new  c6f8ae0   Add Tails branding
       new  a7e2c79   Add config file(s) support, load branding information from there
       new  4209094   Merge branch 'tails_branding'
       new  78430e5   Fix indent error.
       new  8b7ed3e   Wording.
       new  2858d83   Add configuration module: liveusb.config.
       new  1cb2604   Use liveusb.config in __init__
       new  0cc1c74   Select and display dialog pixmap based on the branding configuration.
       new  eb5ecfc   Move from ConfigParser to ConfigObj.
       new  dd16b5d   Move a few more hard-coded custom settings to the current configuration system.
       new  6df8061   Import Fedora settings into a fedora.ini file.
       new  eff4e83   Import Debian patches v3.11.4-1.
       new  0843cd3   Add dependency on python-configobj.
       new  9f66746   Add gbp.conf.
       new  585f83a   Don't version build-dependency on python-distutils-extra.
       new  7e8dd0b   Import dbus once and for all
       new  6cf289e   Only enumerate devices once to detect mounted partitions
       new  17f0921   Make mounted_partitions a set instead of a boolean
       new  ebb2cab   Merge branch 'master' into feature/partitioning
       new  39ecbe1   Implement --partition optional flag to enable full disk partinoning
       new  080dfbf   Add missing dependencies.
       new  12442ca   Update debian/changelog.
       new  33c6501   Display device size in partinoning mode
       new  5a84318   Use udisk in LinuxLiveUSBCreator.unmount_device()
       new  dcab24b   Have mounted_partitions field always be a set
       new  ab1a40f   Put udisk UDI in mounted_partitions instead of mountpoints
       new  3e94e16   LinuxLiveUSBCreator.unmount_device() will now unmount all partitions for a device in partioning mode
       new  761bbd1   Merge remote branch 'origin/feature/partitioning' into feature/partitioning
       new  bb9a602   Also set sane permissions on the copied files when cloning.
       new  7577e53   Add running_liveos_mountpoint config setting + accessor method.
       new  f9d5ebc   Merge branch 'master' into debian
       new  2ea8e4f   Update debian/changelog
       new  7d0381f   Make LiveUSBDialog.dialog() compatible with partitioning mode
       new  fd60fa4   Remove the (nonsense) --clone-medium option, rename --clone-running to --clone
       new  8dde4ad   Add missing dependency on mtools.
       new  6cbbdb6   Allow disabling the download feature in config file.
       new  51381a0   Move toplevel settings on top.
       new  c2cfede   Update fedora.ini with new config settings
       new  792f1ae   Allow callers of LiveUSBCreator.popen() to override defaults for shell and stdin options
       new  96ec050   unmount_device(): always lookup mounted_partitions when mount is undef
       new  8b882a3   Wait a sec in mount_device() to avoid race issues
       new  acee34c   Return None in get_free_bytes() if unable to determine device
       new  bee9b8b   Skip bootable_partition() in partitioning mode
       new  9294678   Unmount partition before calling syslinux to avoid troubles
       new  d10d30f   format_device() using udisks instead of mkfs.vfat
       new  53b7955   Implement partioning mode (or at least a first working version)
       new  a42aa5d   Also set sane permissions on the copied files when cloning.
       new  f1cfc6f   Add running_liveos_mountpoint config setting + accessor method.
       new  e0993ca   Remove the (nonsense) --clone-medium option, rename --clone-running to --clone
       new  804f815   Add the underlying_physical_device function.
       new  74937c2   Source classes: add "dev" attribute.
       new  a06151c   Remove LiveMediumSource class.
       new  fd34f5e   Hide the device that is the source of the copy, don't warn if it is mounted.
       new  5f0dbaa   Merge branch 'feature/ignore_source_device'
       new  a032480   Fix reset_mbr.
       new  ce404da   Merge branch 'master' into debian
       new  485ac93   Update debian/changelog
       new  9f9ef90   Document why reset_mbr() and bootable_partition() are not implemented on Windows
       new  99c5871   Skip devices for which we have no write access
       new  b3e67ca   whitespaces
       new  823659b   Merge branch 'master' into debian
       new  90a98fa   Update debian/changelog
       new  501cd12   Implement configurable partition labels
       new  a2ddffa   Add missing dependency on gdisk
       new  73a4759   Raise the whole catched exception.
       new  47b24e3   That error condition can happen for many non-encoding-related reasons.
       new  953359c   Fix the "source ISO stored on a device UDisks does not support" case.
       new  c85bae3   Merge branch 'master' into debian
       new  4065032   Update debian/changelog
       new  bfba626   enable_widgets: enable the start button if all conditions are met and we're asked to enable widgets.
       new  6b29309   Disable widgets before running live_thread.
       new  7b8b991   Factor out call to self.driveBox.addItem
       new  f0b3278   Do not re-do partitioning on an already existing partition
       new  a206ea9   Don't re-enable the driveBox after the "Create" button was clicked a first time.
       new  36cd87d   Merge remote-tracking branch 'origin/master'
       new  38a0441   Use mkfs until we can handle formating asynchronously
       new  fd4dc68   Don't re-populate devices list once the "Create" button was pressed.
       new  06d81b1   Don't get the selected drive again if we already did it once.
       new  f4aa500   Merge branch 'master' into debian
       new  b2f7e32   Update debian/changelog
       new  de1673b   Decode/encode every Popen call output to utf-8.
       new  f970b95   Implement persistence checkbox.
       new  6e2bb12   Disconnect from UDisks D-Bus signals the first time the "Create" button is hit.
       new  81afbc3   Sleep a bit between format and mount.
       new  4443add   Remove unneeded import.
       new  ec85877   Make persistence checkbox a config option.
       new  7d8f16d   Add another 1s sleep to workaround segfault on a test machine.
       new  691901e   Merge branch 'feature/persistence_checkbox'
       new  ab1afbf   Remove QPixmap proxy from pyuic4_custom
       new  18aad7c   Fix a bug that occurs on Windows when installed to a non-default location.
       new  5ad19a4   Allow an optional callback in our detect_removable_devices method.
       new  703621e   Merge branch 'master' into debian
       new  ed3b8bf   Update debian/changelog
       new  04fe4f5   Go back to 1.0 source format.
       new  5028cb0   Don't ask to confirm before resetting the MBR when --partition is passed.
       new  db00e7c   Make the .desktop file more generic.
       new  f672a7c   Recommend extlinux instead of depending on it.
       new  164a141   Change default device label to LIVE
       new  7cdd743   Always set the device label to 'LIVE' (#800)
       new  6450a56   3.11.5
       new  9bb8b8f   Update our release list for F16
       new  eaa5095   3.11.6
       new  4040509   More version bumpage
       new  f72fead   Actually use the correct version
       new  c5d29e9   Remove the sfx file from the windows build
       new  5fe9a76   Merge branch 'master' into debian
       new  79266df   Update debian/changelog.
       new  8fc284e   Error out if destination device is too small.
       new  ee5cad9   Turn SYSTEM_PARTITION_SIZE into an attribute.
       new  7b6cd32   Tell minimum device size when error'ing out because it's too small.
       new  e314249   Import Ubuntu's usb-creator icon.
       new  c46ad65   Install Ubuntu's usb-creator icon and use it in the applications menu.
       new  20124f7   Use "go-next" icon from theme on the start button.
       new  8043caa   Change start button text to "Next" once it's been pressed.
       new  b6959d3   Initialize live.source as soon as possible when cloning.
       new  1a25621   Fix variable name.
       new  b24a100   Merge branch 'master' into debian
       new  2a43f8d   Update changelog.
       new  3388839   Install two launchers that match the main Tails usecases.
       new  6e1d0ad   Merge branch 'master' into debian
       new  a0247cf   New snapshot.
       new  874ec7e   Update .pot/.po files.
       new  a0e97c4   Don't show persistence slider when persistence is disabled.
       new  901f5aa   Pass the -x argument to disable OLPC support.
       new  3ebe88b   Remove a check that should be implemented in the subclasses.
       new  7d48171   Fix a badly formatted translation string.
       new  b6d00d7   Show a message box when installation succeded.
       new  22fcd53   Fix mki18n.py
       new  3ed751f   Generate new po translation files.
       new  85d24dd   Merge branch 'master' into debian
       new  85498a0   Update debian/changelog.
       new  418c075   Add a third launcher: upgrade non-running system from the running one.
       new  f110567   Specially treat the case when the unknown target filesystem is iso9660.
       new  dbce375   Also pass -x in the third desktop file.
       new  f9e5dad   Merge branch 'master' into debian
       new  606a669   New snapshot.
       new  94e2fb1   Log info message when running sync.
       new  bd93d59   Success dialog: do not suggest we support installing several times in a row.
       new  2f2f4a2   Don't propose installing onto children of the currently running device.
       new  615d2c1   Fix breakage when destination device is unmounted twice.
       new  5c38fcd   Fix logics in the upgrade code path.
       new  9e95faf   Merge branch 'master' into debian
       new  0e6f46d   New snapshot.
       new  4a49850   Fix typo.
       new  71cd9d1   Remove deprecated Encoding key from .desktop files.
       new  543293b   Add a Main category (i.e. System) to the .desktop files.
       new  0979764   Explicitly specify 1.0 source format.
       new  423cb12   Build-depend on debhelper (>= 7.0.50~).
       new  075d0b1   Build-depend on python rather than python-dev.
       new  8b0fbed   Fix debian/copyright.
       new  3b8290f   Override some Lintian false positives.
       new  235bb10   Merge branch 'master' into debian
       new  cd01ae1   New snapshot.
       new  95bff85   Move binary Lintian override where it belongs.
       new  62f55ab   Add myself to uploaders.
       new  e993247   New snapshot.
       new  d1a461d   Don't use bootable_partition at all.
       new  288bb84   Merge branch 'master' into debian
       new  4e05223   New snapshot
       new  56f07c4   Fix help.
       new  1d45bf3   Add, build and install manpage.
       new  1ebcee8   Fix string formatting.
       new  ba4e46c   Merge branch 'master' into debian
       new  882ccae   New snapshot.
       new  7915a6b   Update PO files.
       new  e583eeb   Merge branch 'master' into debian
       new  3871d47   liveusb-creator (3.11.4-2)
       new  dd0bafd   Fix many l10n problems.
       new  3727370   Import French translation of .desktop files.
       new  abbb7a8   Import semi-outdated translation file.
       new  b1fbfea   Improve l10n-ability.
       new  721ebb7   Update PO files.
       new  5887788   Tell gettext to recognize translate_and_brand as introducing a translatable string.
       new  53f70dc   Update Qt -generated Python files.
       new  2e1c6eb   Update PO and POT files.
       new  79fb3ce   Turn all notes for translators into named format string arguments.
       new  b6840a1   Update PO files.
       new  d99e587   Fix typo.
       new  225d912   Reword.
       new  a85ceaa   Import translation.
       new  b0d1027   Update Qt -generated Python files.
       new  fc8b958   Update PO files.
       new  8459a66   Import updated translation.
       new  b80366f   Merge branch 'master' into debian
       new  845c797   Releasing 3.11.4-3.
       new  4e5ac74   Take into account the persistence checkbox disappeared.
       new  57d8310   Merge branch 'master' into debian
       new  876406c   Releasing 3.11.4-4.
       new  afca93a   Make a few more strings translatable.
       new  24c8b94   Fix l10n string formatting syntax.
       new  48a2127   Merge branch 'master' into debian
       new  fa77472   Releasing 3.11.4-5.
       new  2155a01   Fix more l10n string formatting.
       new  c8096b0   Merge branch 'master' into debian
       new  216ff81   New snapshot
       new  cb6fa22   Update PO and POT files.
       new  79b44d7   Merge branch 'master' into debian
       new  85edc59   New snapshot
       new  3176783   Import translation.
       new  92b5a39   Merge branch 'master' into debian
       new  137e27d   New snapshot
       new  4385b7d   Skip running device when enumerating possible target devices.
       new  8806a45   Merge branch 'master' into debian
       new  09acbef   New snapshot
       new  b699571   Fix return.
       new  2d34667   Merge branch 'master' into debian
       new  4178538   New snapshot
       new  3890fce   Releasing 3.11.4-6.
       new  d66c7e0   Fix typo.
       new  1b64ce2   Disable startup notification.
       new  bd0baa3   Also  partition devices whose partition table is not readable.
       new  2cda1cd   Clear unreadable partition tables before partitioning the device.
       new  8c2c86a   Add unified launcher.
       new  ac053cc   Replace the three launchers with the launcher's one.
       new  fcc6729   Merge branch 'master' into debian
       new  fcbd174   New snapshot.
       new  907922e   Update setup.py to match new desktop file.
       new  70b2268   Merge branch 'master' into debian
       new  db9aa87   New snapshot.
       new  c208240   Release liveusb-creator (3.11.4-7).
       new  9974c92   Update PO files.
       new  064039a   Merge branch 'master' into debian
       new  f888302   Release liveusb-creator (3.11.4-8).
       new  44c71d2   Import fr.po.
       new  96b8473   Cleanup.
       new  5bb3ea8   Empty the drivebox every time we're going to add the drives list to it.
       new  9df6c9e   Fix LocalIsoSource constructor exception handling.
       new  dcccb84   Better report when an unreadable ISO file was selected.
       new  c665c48   Merge branch 'master' into debian
       new  f0b4f58   Releasing liveusb-creator (3.11.4-9)
       new  860dbe1   Fix typo.
       new  e533bd2   Fix "French translated button text does not fit".
       new  dccf116   Fix typo.
       new  2ca3ae2   Don't list LUKS-encrypted partitions in possible target devices list.
       new  cccbee1   Merge branch 'master' into debian
       new  e3e86e0   Releasing liveusb-creator (3.11.4-10)
       new  049cd8f   Updated PO files.
       new  e0a52cf   Use the power of unicode to avoid choking on French partitions
       new  5207149   Support running from outside of a Debian Live system.
       new  f2c315c   Merge remote-tracking branch 'upstream/master'
       new  3e7b3f6   Fix return value.
       new  5ccbc08   Add missing dependency on genisoimage, that provides the isoinfo program.
       new  4c46b2b   Fix link to local documentation.
       new  c90a408   Update POT and PO files.
       new  ca10f5f   Fix typo.
       new  650c8ca   Update PO and POT files.
       new  f558c3a   Update fr.po.
       new  1b87674   Merge branch 'master' into debian
       new  b7bd710   Releasing liveusb-creator (3.11.6-1).
       new  7f305d9   Fix format string.
       new  ed26c63   Merge branch 'master' into debian
       new  9e6a908   Releasing liveusb-creator (3.11.6-2).
       new  1491477   Update link to local documentation.
       new  f825941   Update Qt resource files.
       new  4c984d8   Update POT and PO files.
       new  57b462b   Update the get_releases script to point to the new mirror location
       new  63a5fc8   Update the Fedora release URLs
       new  70176fd   Add the latest Sugar on a Stick release
       new  d1e38bd   Add f17, remove f15
       new  35d7559   3.11.7
       new  6e40c9d   bump our nsi version
       new  8e4959c   Imported updated pt_BR translation.
       new  7c9f57b   Use typed empty arrays when calling DBus methods
       new  840d8b5   Merge branch 'master' into debian
       new  cf11127   liveusb-creator (3.11.6-3)
       new  a25d11a   Russian language updates from NDI Nov 9 2012
       new  8f5c9ed   Import completed translations from Transifex
       new  61357f3   Merge branch 'master' into debian
       new  dc08598   Release liveusb-creator 3.11.6-4
       new  3bbef70   Import Bulgarian translation from Transifex.
       new  42d134b   Merge branch 'master' into debian
       new  57ec1c5   liveusb-creator (3.11.6-5)
       new  ef6d663   Fix typo in the Debian maintainer's name.
       new  cb9c184   Import new translations (Basque and Latvian) from Transifex.
       new  38b7b96   Merge branch 'master' into debian
       new  32bdf13   Releasing liveusb-creator (3.11.6-6)
       new  f07ca9e   Redirect to correctly named action.
       new  7190964   Get our translations working properly under Windows. [ticket:806]
       new  3b25276   Modernize our installer style and translate it appropriately [ticket:808]
       new  284d4b1   Don't call sys.exit in our __init__ (rhbz#842878)
       new  066aade   liveusb-creator (3.11.6-6+wheezy1)
       new  008dc0e   F18 live images are under i386 now
       new  fe8266b   Add a button for refreshing the list of releases
       new  c45d282   Add f18 to our hardcoded release list
       new  e2ad6b4   Update the copyright
       new  71c9e1d   Enable the close button (issue #3)
       new  6d2f545   Apply a patch from ivanromanov to fix non-ascii file names ([ticket:631])
       new  ee1c89b   Bump version to 3.11.8
       new  85d39a7   Merge branch 'release/3.11.8' into develop
       new  6a4623d   Get our translations working properly under Windows. [ticket:806]
       new  57603a1   Modernize our installer style and translate it appropriately [ticket:808]
       new  061a260   Don't call sys.exit in our __init__ (rhbz#842878)
       new  850e94d   F18 live images are under i386 now
       new  5d007ea   Add a button for refreshing the list of releases
       new  239490f   Add f18 to our hardcoded release list
       new  9af96cd   Update the copyright
       new  0fa10e5   Enable the close button (issue #3)
       new  dea4ca2   Apply a patch from ivanromanov to fix non-ascii file names ([ticket:631])
       new  4f8d12b   Bump version to 3.11.8
       new  57b9c3c   Update translations from Transifex: Arabic, Czech, German, Hebrew, Polish and Spanish.
       new  5278a07   Have the pot Makefile target copy the updated POT file to the one imported into Transifex.
       new  6f472ea   Update POT files.
       new  d7ce185   Update PO files.
       new  26cea02   Merge branch 'master' into debian
       new  fec133b   Merge remote-tracking branch 'upstream/master'
       new  4dbcec5   Update POT and PO files.
       new  29d5f7d   Merge branch 'master' into debian
       new  9b8d949   Add Homepage, Vcs-Git and Vcs-Browser control fields.
       new  d57a18c   Add watch file.
       new  8143100   liveusb-creator (3.11.6-7)
       new  bae6d04   Import updated French translation.
       new  3c7d9b7   Update the copyright
       new  19c2558   whitespace fixes
       new  18ed6ca   /EFI/boot/grub.conf has been renamed to /EFI/BOOT/grub.cfg
       new  10f4fb3   Always refer to the label LIVE instead of the device UUID (#809)
       new  30a87a0   Change isolinux to syslinux in the grub.cfg (#810112)
       new  25aca6c   Limit the overlay size to 3999MB for FAT32 (#619)
       new  ed16102   Handle non-ascii mount paths (#802)
       new  b4b27d8   Don't display unnecessary warnings (#804)
       new  9c2d265   Handle integers in LiveUSBDialog.status (#820809)
       new  866397b   Fix another bug with non-ascii device labels (#863064)
       new  3081589   Handle devices without any free space
       new  4d6ff60   Get persistent overlays working with F18 (#908120)
       new  31d068c   More improvements to the maximum overlay size code
       new  733f92f   Drop dependency on python-parted: it's not used by any reachable code path anymore.
       new  f2337d4   liveusb-creator (3.11.6-8)
       new  94e5221   Update translations from Transifex: Arabic, German, Spanish, Finnish, Greek, Italian, Latvian, Dutch, Polish and Chinese.
       new  6c36dde   Merge branch 'master' into debian
       new  51bf8c9   liveusb-creator (3.11.6-9)
       new  9730c8f   The running Live OS mountpoint is now /lib/live/mount/medium.
       new  6035530   Merge branch 'master' into debian
       new  e6308f2   liveusb-creator (3.11.6-10)
       new  6842dd9   Update the copyright
       new  089cd2c   whitespace tweaks and move an import around
       new  9ba8d53   Log exceptions when trying to clean up our processes
       new  7ec0a44   Enable verbose logging during our tests
       new  fb3d08a   Stop our progress thread before unmounting
       new  76786f8   Show warnings in the gui
       new  2bbd7c3   Change our overlay restriciton warnings to debug messages
       new  3b7e8fe   Update our win32 syslinux binary to 5.01
       new  8788bca   Bump the version in our nsi configs
       new  0643362   Generate a fresh windows_dialog.py with the new release refresher button
       new  f3680be   Revert "Update our win32 syslinux binary to 5.01".
       new  19426d6   Add mswsock.dll to the py2exe dll_excludes to fix an error
       new  e864b57   Merge tag '3.11.8'
       new  c37667d   Update translations for Arabic, German, Greek, Hebrew, Spanish, Farsi, Finnish, Italian, Latvian, Dutch, Polish, Swedish and Chinese.
       new  5e6a02d   Merge branch 'master' into debian
       new  8310f4a   liveusb-creator (3.11.6-11)
       new  a575ba6   Remove "run as root" check.
       new  c326ed3   Merge branch 'master' into debian
       new  3e62f4d   liveusb-creator (3.11.6-12)
       new  8dda21c   Update Swedish translation.
       new  a434eda   Update & import translations from Transifex.
       new  7254d00   Merge branch 'master' into debian
       new  026bbd9   liveusb-creator (3.11.6-13)
       new  5a87efb   Merge branch 'debian' into wheezy
       new  d37c3d5   liveusb-creator (3.11.6-13+wheezy1)
       new  743393f   Downgrade "Unable to write" message to debug level.
       new  23c10a6   Downgrade "Some partitions are mounted" message to debug level.
       new  cd02166   Better balance verbosity vs. user experience in "Unmounting" messages.
       new  c2e7e69   Set verbose mode if the DEBUG environment variable is set to 1.
       new  2494db7   Always partition the device when in installation mode.
       new  d8c34c8   Print informational message before partitioning a device.
       new  47dec0b   Merge branch 'master' into debian
       new  5d91b36   liveusb-creator (3.11.6-14)
       new  32efb66   Fix wrong method docstring.
       new  ce73e68   Update POT and PO files.
       new  1e23524   translation liveusb-creator
       new  4aed6cc   Update French translation.
       new  e151eb8   Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
       new  deba395   file deletion
       new  2b0b806   Update POT and PO files.
       new  74793ae   Merge branch 'master' into debian
       new  cb2d07e   liveusb-creator (3.11.6-15)
       new  b8125e0   Update many translations from Transifex.
       new  be55449   Update POT and PO files.
       new  73fda90   Merge branch 'master' into debian
       new  4472c0a   liveusb-creator (3.11.6-16)
       new  7440a0b   Store device as userData
       new  b4ea386   Add vendor and model to drive infos
       new  7d5badc   Display drive vendor and model
       new  8d584b4   Factorize byte formatting
       new  ce37645   Display a confirmation dialog before the install
       new  8a689e9   Factorize confirmation dialog
       new  5e375c6   Display a confirmation dialog before upgrade too
       new  2d392b2   Merge branch 'feature/list_device_name'
       new  711a380   Merge branch 'feature/confirmation_dialog'
       new  62141e4   Merge branch 'master' into debian
       new  9eff75e   liveusb-creator (3.11.6-17)
       new  a039f93   Don't ignore devices connected to SDIO.
       new  43adb7c   Support MMC block devices partition naming scheme.
       new  73143ae   Fix method name and documentation + error messages to match actual program behavior.
       new  213c34d   Internationalize messages introduced by feature/liveusb_ui_improvement.
       new  f868bc5   Improve phrasing: take into account that there isn't necessarily a persistent volume.
       new  6274f55   Salvage dropped warning.
       new  7b1a507   Merge branch 'master' into feature/sdio
       new  0dcccd4   Rebrand to "Tails installer".
       new  2fadecb   Update autogenerated Python from .ui files.
       new  5f6112c   The rest of the UI generated code update.
       new  13232af   Update POT and PO files.
       new  7e3315d   Unfuzzy translations.
       new  473facb   Indentation fix.
       new  b5863b5   Merge branch 'master' into feature/sdio
       new  67e0762   Indentation fix.
       new  f4a8475   Merge branch 'master' into feature/sdio
       new  e4a5e3e   Add missing space in translation.
       new  63acadc   Talk less of USB devices, and more of target devices.
       new  cc10805   Update POT and PO files.
       new  32ac6d5   Also display the device name (e.g. /dev/sdb) in the list, and when asking for confirmation.
       new  3c9449d   Make the device choosing menu wide enough so that even long descriptions fit.
       new  4e6137a   Update auto-generated Qt UI files.
       new  4a7cee5   This is an attempt to fix issue #5300 https://labs.riseup.net/code/issues/5300 by lowercasing the file path string and skipping the file if the path string ends with ".iso".
       new  1be364c   Mention skipped *.iso to stderr.
       new  0b51564   Use title case in .desktop, for better consistency with other apps.
       new  fc1e882   Merge branch 'feature/sdio'
       new  1c75655   Update POT and PO files.
       new  dd64ea5   Merge branch 'master' into debian
       new  8daf26f   liveusb-creator (3.11.6-18)
       new  4f3528f   Import updated and new translations from Transifex.
       new  6c2b716   Update POT and PO files.
       new  1c4a61d   Merge branch 'master' into debian
       new  8015ffd   liveusb-creator (3.11.6-19)
       new  33cf094   Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
       new  b1c4ffa   Tails 0.21 translation
       new  0fea5a9   Fix link to local documentation
       new  60ce3a7   Replace "Create Live USB" with "Install Tails".
       new  2c430e7   Use "device" consistently instead of once drive, once device.
       new  fea8d4d   Make the system partition 2.5GB.
       new  15c48fd   Rename _format_bytes to precize its function
       new  8f76579   Add a parent_size attribute when relevant
       new  d8010a9   Display device size on upgrade
       new  92e282a   Merge remote branch 'origin/feature/bigger-system-partition'
       new  2907b02   Merge branch 'master' into feature/ui_improvement_followups
       new  f3b09ac   Update POT and PO files.
       new  db25b49   Merge branch 'master' into debian
       new  237b79a   liveusb-creator (3.11.6-20)
       new  5339e79   Merge remote-tracking branch 'origin/feature/ui_improvement_followups'
       new  0f5a012   Merge branch 'bugfix/language-consistency'
       new  8bc576c   Update POT and PO files.
       new  2901e4f   Merge branch 'master' into debian
       new  963069d   Import translations from Transifex.
       new  ee16897   Merge branch 'master' into debian
       new  83da3b1   liveusb-creator (3.11.6-21)
       new  95b9557   Add "tmp" to the liveos_toplevel_files list.
       new  8eaf0a4   Merge remote branch 'origin/bugfix/dont-fail-upgrade-if-tmp-dir-exists-on-destination'
       new  01f518b   Import translations from Transifex.
       new  c330969   Remove buggy tr.po translation.
       new  673633c   Update POT and PO files.
       new  6b6e47f   Merge branch 'master' into debian
       new  bceb146   liveusb-creator (3.11.6-22)
       new  54ca841   Use device size if parent_size is not set
       new  c468a36   Merge remote-tracking branch 'origin/bugfix/list_isohybrid'
       new  2571332   Merge branch 'master' into debian
       new  a72658f   liveusb-creator (3.11.6-23)
       new  b2b0290   Import PO files from Transifex, update POT and PO files.
       new  7a30ef7   Merge branch 'master' into debian
       new  deb8a0d   liveusb-creator (3.11.6-24)
       new  65b1d8b   Tails Installer sometimes installs files without confirmation
       new  5dcf619   Remove now unused existing_liveos predicate.
       new  4d6afa6   Add 'efi' to the list of liveos_toplevel_files.
       new  611a4cc   Update POT and PO files.
       new  39a5926   Merge branch 'master' into debian
       new  506abdf   liveusb-creator (3.11.6-25)
       new  f1c3fe8   Create Tails system partition as an EFI System Partition.
       new  2e50e7a   Merge branch 'feature/uefi' into debian_feature-uefi
       new  e6ad0d7   liveusb-creator (3.11.6-25+feature.uefi.1.gitf1c3fe8)
       new  3ff95a0   Support paths used in syslinux 6.x.
       new  cab9a67   Merge branch 'feature/uefi' into debian_feature-uefi
       new  e940640   liveusb-creator (3.11.6-25+feature.uefi.2.git3ff95a0)
       new  f60c886   Also rename isolinux.cfg to syslinux.cfg in EFI/BOOT.
       new  db0e440   Merge branch 'feature/uefi' into debian_feature-uefi
       new  470b56c   liveusb-creator (3.11.6-25+feature.uefi.3.gitf60c886)
       new  84dd005   Fix typo: this FAT filesystem is case-sensitive, and our EFI directory is, indeed, called EFI.
       new  83b85bb   Merge branch 'master' into feature/uefi
       new  8d406d5   Merge branch 'feature/uefi' into debian_feature-uefi
       new  3cca6a1   liveusb-creator (3.11.6-25+feature.uefi.4.git83b85bb)
       new  ee74a09   Merge tag 'debian/3.11.6-25' into wheezy
       new  96f1ad2   Adjust gbp.conf to make it easier to work in the wheezy branch.
       new  a8a6401   liveusb-creator (3.11.6-25+wheezy1)
       new  b9c050f   Rebrand to "%(distribution)s Installer".
       new  0e192a9   Update PyQT generated files.
       new  736b70e   mise à jour traduction française
       new  d70ed6a   Fix typo
       new  c6d0e04   Import translations from Transifex, unfuzz fr.po.
       new  95b9683   Remove buggy tr.po translation.
       new  67a22ad   Merge branch 'master' into debian
       new  429c65c   liveusb-creator (3.11.6-26)
       new  62ea6d0   Merge remote-tracking branch 'origin/master'
       new  31cc5bc   Merge branch 'master' into debian
       new  75489e0   liveusb-creator (3.11.6-27)
       new  216053b   Import translations from Transifex.
       new  a9d596a   Merge branch 'master' into debian
       new  d35ee43   liveusb-creator (3.11.6-28)
       new  02cc789   Merge branch 'master' into feature/uefi
       new  96a1d20   Merge branch 'feature/uefi' into debian_feature-uefi
       new  310c2c4   Merge branch 'debian' into debian_feature-uefi
       new  5baa7a8   Import PO files from Transifex, update POT and PO files.
       new  1934d6c   Merge branch 'master' into debian
       new  ad58ece   liveusb-creator (3.11.6-29)
       new  d6554e4   Merge branch 'debian' into wheezy
       new  7dff0dd   liveusb-creator (3.11.6-29+wheezy1)
       new  4f26df3   tails 0.23 translation
       new  708420a   Wrap PO files we create/update.
       new  e26f61a   Import PO files from Transifex, update POT and PO files.
       new  6c7ff8e   Merge branch 'master' into debian
       new  334a17c   liveusb-creator (3.11.6-30)
       new  e24b755   Merge tag 'debian/3.11.6-30' into wheezy
       new  9dbe654   liveusb-creator (3.11.6-30+wheezy1)
       new  38289b2   Merge branch 'master' into feature/uefi
       new  f936b6a   Merge branch 'debian' into debian_feature-uefi
       new  5f9422b   Merge branch 'wheezy' into debian_feature-uefi
       new  b644431   Import PO files from Transifex, update POT and PO files.
       new  337a4f8   Merge branch 'master' into debian
       new  1c54258   liveusb-creator (3.11.6-31)
       new  2fdddf0   Import PO files from Transifex, update POT and PO files.
       new  45bacca   Integrate new logo
       new  993fd53   Regenerate QT UI files
       new  1d51da4   Merge branch 'master' into debian
       new  032129a   liveusb-creator (3.11.6-32)
       new  8d2722a   Merge tag 'debian/3.11.6-32' into wheezy
       new  13a4fe3   Revert "Adjust gbp.conf to make it easier to work in the wheezy branch."
       new  b6fcf24   liveusb-creator (3.11.6-33)
       new  6718e2b   Merge branch 'master' into feature/uefi
       new  735ed30   Merge branch 'feature/uefi' into debian_feature-uefi
       new  77587b0   Merge branch 'debian' into debian_feature-uefi
       new  f1d9b59   Update Qt resource files with newer Qt dev tools.
       new  54949a6   Merge branch 'feature/logo' into debian
       new  73c2a98   liveusb-creator (3.11.6+tails1-1)
       new  8048073   Merge branch 'feature/logo'
       new  087d463   Merge branch 'master' into debian
       new  f5a6aa0   Merge branch 'master' into feature/uefi
       new  9cb15c7   Merge branch 'debian' into debian_feature-uefi
       new  1aee86b   liveusb-creator (3.11.6+tails1-1+feature.uefi.1)
       new  dbb686b   Merge remote-tracking branch 'origin/feature/uefi'
       new  c173a9a   Import PO files from Transifex, update POT and PO files.
       new  a1c3643   Merge branch 'master' into debian
       new  1ca458f   liveusb-creator (3.11.6+tails1-2)
       new  a285a42   Bug #5673 - Wheezy: way too small fonts in Tails Installer
       new  d45cf20   Update POT and PO files.
       new  114ebb9   Merge branch 'master' into debian
       new  77f64e2   liveusb-creator (3.11.6+tails1-3)
       new  03705f9   Cleanup chunks of code that were commented-out a long time ago.
       new  9fc1126   Fix comment to match current state of the code.
       new  26d8aff   Move magic numbers to named constants.
       new  40a9175   On upgrade, turn the system partition into a EFI System Partition.
       new  d945219   Drop duplicate representation of GUID's: Wheezy's sgdisk supports fully-specified GUID values.
       new  e9fb5d9   Actually take into account the part_number parameter passed to _set_partition_flags.
       new  4fe5467   Pass the device to modify to _set_partition_flags.
       new  6c09fc0   Update comment to match current state of our knowledge.
       new  a3d85c6   Pass a parent device (e.g. /dev/sdb) instead of a partition (e.g. /dev/sdb1) to sgdisk.
       new  9a94a83   Clarify variable name and info message.
       new  ada7b88   Import PO files from Transifex, update POT and PO files.
       new  f95fd74   Merge branch 'master' into debian
       new  d402176   liveusb-creator (3.11.6+tails1-4)
       new  b37bfd7   passin .po through POedit
       new  567a45e   Tails 1.1 translation
       new  51a8dee   Implement kurono's patch for #5673 in the .ui files.
       new  c5bd9e6   Rearrange GUI so the titles are not partially hidden. (Closes: #7319)
       new  74b5594   Add consistent marigins.
       new  2ecb8ce   Rename isolinux to syslinux in update_configs, instead of in install_bootloader.
       new  76865ca   Add "utils" directory to the list of those we expect to find in the ISO filesystem.
       new  92c1a29   Merge branch 'debian_feature-uefi' into debian with strategy "ours".
       new  3262899   Merge remote-tracking branch 'origin/feature/7319-partially-covered-labels'
       new  155e93d   Merge branch 'master' into debian
       new  12e748b   liveusb-creator (3.11.6+tails1-5)
       new  b28a8a3   Install the bootloader using the syslinux binary found on the target device, once the Live OS has been extracted/copied there.
       new  7b64ebb   Merge branch 'bugfix/7345-upgrade-from-iso-from-1.0-to-1.1' into debian_bugfix-7345-upgrade-from-iso-from-1.0-to-1.1
       new  cef02d0   liveusb-creator (3.11.6+tails1-5.bugfix.7345~1.gbp7b64eb)
       new  24fc5c8   Syntax fix.
       new  c566b7e   Make the temporary copy of syslinux executable.
       new  ac299ea   Always reset the target drive's MBR, without asking for confirmation, after installing or upgrading.
       new  05a6d6f   Merge branch 'bugfix/7345-upgrade-from-iso-from-1.0-to-1.1' into debian_bugfix-7345-upgrade-from-iso-from-1.0-to-1.1
       new  7fd2358   liveusb-creator (3.11.6+tails1-5.bugfix.7345~2.gbp05a6d6)
       new  f378c8a   Actually rename isolinux->syslinux *after* operations that rely on the old name have completed.
       new  21039ca   Merge branch 'bugfix/7345-upgrade-from-iso-from-1.0-to-1.1' into debian_bugfix-7345-upgrade-from-iso-from-1.0-to-1.1
       new  32cc033   liveusb-creator (3.11.6+tails1-5.bugfix.7345~3.gbp21039c)
       new  e7cc898   Merge branch 'bugfix/7345-upgrade-from-iso-from-1.0-to-1.1'
       new  cfd5fbd   Merge branch 'debian_bugfix-7345-upgrade-from-iso-from-1.0-to-1.1' into debian
       new  b90c311   Merge branch 'master' into debian
       new  f083e15   liveusb-creator (3.11.6+tails1-6)
       new  aac5280   Import PO files from Transifex, update POT and PO files.
       new  aebdab5   Merge branch 'master' into debian
       new  7247bf3   liveusb-creator (3.11.6+tails1-7)
       new  c45dcfc   update translation for Tails 1.1
       new  9ee588d   Import PO files from Transifex, update POT and PO files.
       new  ff8a66b   Merge branch 'master' into debian
       new  0fccc0b   liveusb-creator (3.11.6+tails1-8)
       new  cb4d739   Give launcher window a close button.
       new  116e637   Fix to Tails Installer should not run update_system_partition_properties on MBR partitions.
       new  3dc3499   Merge branch 'bugfix/7716-dont-update-partition-properties-on-mbr'
       new  fa8a66e   Merge branch 'master' into debian
       new  e1f8b4e   liveusb-creator (3.11.6+tails1-9)
       new  8e3ff7b   Import PO files from Transifex, update POT and PO files.
       new  df78af5   Merge branch 'master' into debian
       new  aeb7f79   liveusb-creator (3.11.6+tails1-10)
       new  b0dc600   Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
       new  b9c4385   Import PO files from Transifex, update POT and PO files.
       new  2780816   Merge branch 'master' into debian
       new  7d299f5   liveusb-creator (3.11.6+tails1-11)
       new  bd96aac   Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
       new  0ae639e   Import PO files from Transifex, update POT and PO files.
       new  7350132   Merge branch 'master' into debian
       new  a5ee15f   liveusb-creator (3.11.6+tails1-12)
       new  1ec57b4   Import PO files from Transifex, update POT and PO files.
       new  9966ff0   Update UI status when a suitable device appears.
       new  f3c7fa8   Merge branch 'master' into debian
       new  458405d   liveusb-creator (3.11.6+tails1-13)
       new  9b1a154   Merge remote-tracking branch 'origin/bugfix/8353-update-status-when-device-appears'
       new  6946e44   Import PO files from Transifex, update POT and PO files.
       new  390b213   Merge branch 'master' into debian
       new  3cdec7d   liveusb-creator (3.11.6+tails1-14)
       new  0fb50af   Fix: 7678 Tails Installer crashes on upgrade
       new  ef36cf0   Merge remote-tracking branch 'kurono/bugfix/7678-Tails-Installer-crashes-on-upgrade'
       new  242ef1c   Remove racy call to rescan_devices() after unmounting target device (Closes: #6092).
       new  52a4df0   Merge branch 'bugfix/6092-drop-racy-code' into debian_bugfix-6092-drop-racy-code
       new  ffb3f48   liveusb-creator 3.11.6+tails1-14+bugfix.6092.drop.racy.code~1.gbp52a4df
       new  931d8d6   Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
       new  4cad425   Merge branch 'bugfix/6092-drop-racy-code'
       new  f9cfd51   Merge branch 'master' into debian
       new  f2ea3a3   Merge branch 'debian_bugfix-6092-drop-racy-code' into debian
       new  50442d4   Merge branch 'master' of git://git.tails.boum.org/liveusb-creator
       new  3bb4f3a   updating translation of liveusb-creator
       new  5079cf0   Fix to Tails Installer tries to install to too small devices
       new  6f528f8   Fix minor typo
       new  05a29c4   Fix: installer lists devices after they have been unplugged
       new  4e8b8a8   Import PO files from Transifex, update POT and PO files.
       new  7c229d5   Merge branch 'master' into debian
       new  62597c2   liveusb-creator (3.11.6+tails1-15)
       new  1ef04ce   Import PO files from Transifex, update POT and PO files.
       new  6872cff   Merge branch 'master' into debian
       new  aba45b3   liveusb-creator (3.11.6+tails1-16)
       new  681e0a7   Merge remote-tracking branch 'kurono/bugfix/8691-Installer-lists-devices'
       new  8a7c591   Merge remote-tracking branch 'kurono/bugfix/6538-Tails-Installer-tries-to-install-to-too-small-devices'
       new  dc25779   Port to UDisks2 GIR
       new  a2a0c09   Merge branch 'feature/jessie' into debian_feature-jessie
       new  bbcce27   Adjust gbp.conf to make it easier to work on the Jessie branches.
       new  41869f1   Update dependencies to support the move to GIR.
       new  e614976   liveusb-creator (3.11.6+tails1-16+jessie1)
       new  cdf51d2   Fix "Clone and upgrade"
       new  a875ca4   Fix duplication of logging messages after importing gui
       new  2dcabbe   Better format log messages and cleanup logger setup
       new  3f9f97a   Fix dive changes monitor
       new  5ba1276   Research on setting partition flags with UDisks
       new  9b7962f   Fix unmounting partition
       new  12273c9   Clarify method name
       new  58fe9db   Fix typo in string
       new  7faa282   Merge branch 'feature/jessie' into debian_feature-jessie
       new  41616c8   liveusb-creator (3.11.6+tails1-16+jessie2)
       new  b2680d8   Actually sets the ESP partition type
       new  f651415   Update partition properties consistently with creation
       new  8ab7fb7   Point to upstream bug report about it.
       new  95e2680   Add note for the glorious future when we'll use UDisks to create filesystems.
       new  909463a   Merge remote-tracking branch 'origin/feature/jessie' into feature/jessie
       new  0b50047   Clarify comment.
       new  f09793b   Add missing version number.
       new  f1b0d47   Workaround weird udisk behavhour
       new  12c2587   Fix typo.
       new  e2286d2   Merge branch 'feature/jessie' into debian_feature-jessie
       new  9b0ab91   liveusb-creator (3.11.6+tails1-16+jessie3)
       new  930f159   use recent standard version in debian/control
       new  80dfe84   fix typo
       new  19adca1   Merge remote-tracking branch 'origin/bugfix/8691-and-6538'
       new  2afe740   Import PO files from Transifex, update POT and PO files.
       new  dd8276f   Merge branch 'master' into debian
       new  0df60d6   liveusb-creator (3.11.6+tails1-17)
       new  5245f9f   Add a new entry to debian/changelog. Change old Closed bug numbers to Tails#XXX so that it won't mess around with any Debian bugs once this gets uploaded into Debian.
       new  7999758   adding a note to the upstream changelog about ne history versions.
       new  12d45b1   Added myself to uploaders.
       new  3f45a76   Added myself to uploaders.
       new  53e091b   Adding Tails developers to authors file
       new  1deb673   modify copyright format to be lintian compliant. extend copyright period to 2015
       new  ecbb2f1   modify debian/control to reflect better what this tool does.
       new  0cfe0a7   According to Maintainer Guide: For all packages packaged with the dh command in the debian/rules file, you must have debhelper (>=9) in the
       new  00314c8   Feature 9130: Tails Installer should notify when too small USB drives are not listed
       new  c5db8a8   switch to source format 3.0 (quilt)
       new  fa10bd9   Import PO files from Transifex, update POT and PO files.
       new  984e705   Merge branch 'master' into debian
       new  e599f05   liveusb-creator (3.11.6+tails1-18)
       new  10f891c   Feature 9130: perfom minor format improvements
       new  b156acd   Delete obsolete debian/watch.
       new  51945e2   correct syntax for license
       new  3d799f3   for now, rename the package to its original name, for testing. add dfsg as suffix.
       new  f7b6c7b   Exclude windows binaries from source dfsg compat
       new  f750c83   adding a manpage for liveusb-creator-launcher as each executable should have an own manpage. liveusb-creator's manpage is provided by upstream.
       new  49d7bbb   use my branch for gbp.conf, temporarily.
       new  11c24c4   adding ITP bug number to debian/changelog
       new  d72128f   Feature 5623: Installer should refuse empty device
       new  f5a2596   Tails Installer needs the @syslinux@ command that we ship in the ISO. In Debian, syslinux is only available for i386 and amd64 => likely we'll ship binaries only for these two architectures in the ISO. See Tails#8556
       new  7c7c2ae   debian/changelogs closed bugs refer to Tails bugs, not Debian bgs, until now. Mark them as such. 'Closes: #1234 as Closes: Tails#1234'
       new  33b3c91   Revert "adding a note to the upstream changelog about ne history versions."
       new  c6403fa   Revert "Adding Tails developers to authors file"
       new  5dc897f   Feature 5623: create new function to check device upgrade.
       new  a53ab5f   revert commit 1deb673: Copyright years _document_ whatever upstream claims
       new  94fa797   bump compat to 9, as we now depend on debhelper > 9.
       new  1ca94d8   As this is a change applied to the upstream tarball, not to the packaging bits, the version number suffix should be part of the upstream version number, not the packaging part.
       new  adaafc5   Adding Tails Developers to AUTHORS
       new  42b15e8   Indicate in ChangeLog that recent history is versioned in the new, forked upstream repository.
       new  a5bd07e   Merge branch 'feature/jessie' into installer/debian_feature-jessie_u
       new  36a480a   Merge commit 1d45bf3377d56325dff0287708b08d3f1ca666f1
       new  8ee77d5   Fix help.
       new  63fa706   Merge branch 'feature/jessie' into installer/debian_feature-jessie_u
       new  3769c3f   new package description
       new  7c033a3   update debian/changelog date
       new  a1232c2   fix package description indents
       new  1e9cbf4   use this branch as debian branch
       new  d6f8536   remove dependency on syslinux, as this command is shipped within the Tails ISO and thus not needed here.
       new  b848db5   No empty line at the end of the long description of the package.
       new  5e960f2   Revert "use this branch as debian branch"
       new  3769382   Adding license information for usb-creator icon
       new  fb85fce   reset gbp.conf to its original value
       new  17767fa   Feature 5623: change warning message.
       new  19f6c2c   Don't use a predictable file name for the subprocess error log (Closes: Tails#9349)
       new  aeb4784   Fature 9130: minor change in alert message.
       new  ce0f3ac   feature/5623: include iso9660 and console mode error.
       new  f072058   Feature 9130: create an improved alert message and raise an exception.
       new  6fa14d0   Feature 5623: rewrite the alert message.
       new  b4d709f   Feature 5623: Add function to check if we run on Tails currently
       new  fa6e925   Feature 5623: improve the running from tails check.
       new  b959e33   Update POT, and import PO files from Transifex.
       new  6c428f2   Remove buggy Turkish translation.
       new  e6e158e   use syslinux-amd64
       new  9bcc439   correct typo
       new  1609a8f   Merge remote-tracking branch '451f/feature/jessie_syslinux64_2' into feature/jessie
       new  17893b4   Rename device_can_upgrade method to device_can_be_upgraded, which expresses its function better.
       new  1460a00   Add support for install from ISO.
       new  7d914fd   Create tails-installer-launcher UI with 2 options
       new  7e2e549   Add command for @make gui@
       new  7812f8d   Generated UI file from data/tails-installer-launcher.ui
       new  05b0f82   regenerated files from make gui
       new  b9ea44a   adding files relevant for tails-installer from outside of Tails to Manifest
       new  580dcdb   correct liveusb options for install from iso
       new  8eaff5c   delete unnecessary print
       new  48eb831   check if we are on Tails or not. \n\nThe function definition shall be moved somewhere else.
       new  6b47bf4   Add function to check if we run on Tails currently
       new  ef2d4eb   import is_tails function from utils instead of repeating it here
       new  1ea0fa4   import is_tails function from utils instead of repeating it here
       new  32904db   rename function is_tails to running_in_Tails
       new  0c02b53   Improve running_in_Tails return statements
       new  08f2c39   improve regex for running_in_Tails
       new  c543aec   adding tails_vendor_path to config file
       new  6db3bf2   rename function and use config var for vendor path
       new  aa698cc   rename function is_running_from_tails
       new  9580551   rename function is_running_from_tails
       new  c22615f   revert commit b288973
       new  2d52645   import is_running_from_tails later
       new  ca0a0d2   Stop using dbus.mainloop.qt: we don't use D-Bus ourselves anymore since we've switched to udisks2.
       new  93a6530   Merge branch 'feature/jessie' into debian_feature-jessie
       new  8fe5be4   Remove build and runtime dependency on python-qt4-dbus: we don't use D-Bus ourselves anymore.
       new  f0c8d4b   Change Tails installer wording.
       new  e5925de   ran make gui with new Tails installer wording
       new  12bf80e   Fix buggy tests for text in exception message.
       new  83921a6   TODO++
       new  6d6419a   Add some debug output to help fix race conditions.
       new  7923123   Add the new Tails installer wording
       new  e204a10   ran make gui with new wording
       new  7a90b5d   Add some ugly manual sleep and sync back, to help fix race conditions.
       new  0bf358c   Merge branch 'feature/jessie' into feature/jessie_launcher_2
       new  d26e2ad   Merge branch 'feature/jessie' into debian_feature-jessie
       new  65903d0   liveusb-creator (3.11.6+tails1-16+jessie4)
       new  39ddab6   use GNOME HIG for text
       new  5edf163   make gui for tails_launcher_ui
       new  9c7c4ba   use GNOME HIG for text size
       new  7553a18   use GNOME HIG for text size, ran make gui
       new  c0e60c3   fix typo for checking if platform.arch is 64bits
       new  d297461   Add one more ugly manual sleep and sync back, to help fix a race condition.
       new  dd22956   Merge branch 'feature/jessie' into feature/jessie_syslinux64_2
       new  0fc9969   Merge branch 'feature/jessie' into feature/jessie_launcher_2
       new  b3d3447   Include tails_launcher_ui in MANIFEST, instead of a nonexisting file
       new  e2893ea   Add tails_launcher_ui.py as a translatable file
       new  0c78fef   convert tabs to spaces
       new  82c0796   Revert "make gui for tails_launcher_ui"
       new  df41708   run make gui only on tails_launcher_ui
       new  fe1de31   Remove overlay-related GUI
       new  6371617   Create filesystem with udisks instead of mkfs.vfat.
       new  4a10247   change sentence for dl Tails from _the_ website
       new  66c7971   Initial port to GTK3
       new  cdb4fdf   Make the header cover the full window width
       new  3a8a4cc   call the correct excecutable for 64bit arch
       new  8367d86   adjust dialog width to have the same as the from within Tails dialog
       new  c6d43dd   run make gui on tails_launcher_ui.py
       new  cbf08a7   Merge branch 'master' into feature/jessie
       new  0cb227b   Fix reference to unassigned variable if the device has no size
       new  77c01c0   Merge branch 'feature/jessie' into feature/gtk3
       new  0517a72   Don't tell the user every time we call `sync'.
       new  193d4b0   Use udisks to get an open file descriptor for resetting the MBR.
       new  fde6cfa   Fix: reintroduce the drive monitor
       new  250ed70   Factor out writing to a block device thanks to udisk's file descriptor to a set of utility functions, and use them.
       new  c2eff36   Merge remote-tracking branch 'origin/feature/jessie' into feature/jessie
       new  0138f40   Merge remote-tracking branch 'origin/feature/jessie' into feature/gtk3
       new  ef730a9   Reset the MBR later.
       new  8a69424   TODO++
       new  122f6f1   Drop the {create,remove}_hybrid_mbr() dance.
       new  1e2e06a   Drop duplicate empty line.
       new  6c66a21   Merge remote-tracking branch '451f/feature/jessie_syslinux64_2' into feature/jessie
       new  026fe01   Add a debugging log line that indicates which syslinux executable we'll be using.
       new  6c14106   Merge remote-tracking branch 'origin/feature/jessie' into feature/jessie
       new  d136986   Update setup system for Gtk migration
       new  3e962b3   Remove unused Qt generated file
       new  cc2bd2a   Merge remote-tracking branch 'origin/feature/jessie' into feature/gtk3
       new  02c6c8a   Read extracted MBR while the partition where it lives is still mounted.
       new  18fb972   Merge remote-tracking branch '451f/feature/jessie_launcher_2' into feature/jessie
       new  fc98c91   Revert some compiled files to their previous status: the corresponding source files haven't changed.
       new  f83bdd0   TODO++
       new  b80d0bc   Use InfoBar when appropriate
       new  0c5d71c   Merge remote-tracking branch 'origin/feature/jessie' into feature/gtk3
       new  a11b4b4   Port standalone launcher to Gtk
       new  4c57646   Grammar fixes in newly introduced strings.
       new  0053a5b   Make infobar titles consistent: no trailing period.
       new  d508405   Merge branch 'feature/jessie' into debian_feature-jessie
       new  6bb6bb7   Merge branch 'debian' into debian_feature-jessie
       new  b4123bf   liveusb-creator (3.11.6+tails1-18+jessie1)
       new  0402ede   Fix path to /etc/dpkg/origins/Tails, otherwise the launcher won't ever believe we're running on Tails.
       new  69e8769   Merge branch 'feature/jessie' into debian_feature-jessie
       new  496f977   liveusb-creator (3.11.6+tails1-18+jessie2)
       new  fc1cafc   Merge branch 'feature/gtk3' into debian_feature-gtk3
       new  a6e4762   Update build and runtime dependencies wrt. the port to GTK: drop Qt-related ones, add intltool (build) and gir1.2-gtk-3.0 (runtime).
       new  daf9cef   debian/rules: don't run `make mo' by hand, DistUtilsExtra supposedly handles it in setup.py now.
       new  4568fba   liveusb-creator (3.11.6+tails1-18+jessie2+gtk3~1.gbpdaf9ce)
       new  89431dc   Pulse the progressbar when no guess can be made
       new  61bb71a   Fix the log view editability and margins
       new  80a6fb0   Render the infobar closable
       new  1b70682   Scroll the log view to always display the last enty
       new  33d07e5   Merge remote-tracking branch 'origin/feature/gtk3' into feature/gtk3
       new  3023f05   Remove unused signal handler
       new  1cc2d0e   More reliable datadir guessing
       new  7968107   Also log traceback to log file
       new  d85942c   Be stricter when looking at the script path's first component.
       new  ee3335d   Be stricter when looking for a local 'data' directory.
       new  80d636c   _get_datadir: consistently return a directory path without a trailing slash.
       new  ce548fe   Revert "Pulse the progressbar when no guess can be made"
       new  a95d1e6   Fix comment: _set_partition_flags uses sgdisk, not gdisk.
       new  a9d2d50   Actually shows the end of the log
       new  8856b83   Fix using locally compiled locales from the po/locales directory, when running from a Git checkout.
       new  c27b1d9   Drop duplicate encoding of command.
       new  6af2bd5   Add a unicode_to_filesystemencoding utility function.
       new  57279c5   write_log: return a Unicode (decoded) string, instead of an byte string.
       new  ff58a15   popen: consistently use encoded/decoded strings depending on whether we're at an I/O boundary.
       new  b36e3f9   Force stringification of caught exception to Unicode.
       new  24400a2   Teach Git to ignore the generated files in po/locale/.
       new  fcf35dc   Drop confusing overloaded implementation of partition_device().
       new  2e1a3f6   Set system partition flags with udisks.
       new  80f34b7   Add yet another sync+sleep to try and workaround yet another race condition, this time when resetting the MBR immediately after unmounting the target device.
       new  ca8d8d7   Merge branch 'feature/jessie' into feature/gtk3
       new  d695309   Merge branch 'feature/gtk3' into debian_feature-gtk3
       new  c4c66a5   liveusb-creator (3.11.6+tails1-18+jessie2+gtk3~2.gbpd69530)
       new  e557416   Update manpage: one may specify a path to an ISO file
       new  dd1ec5f   Merge remote-tracking branch '451f/debian_manpage' into debian
       new  62adb5c   Import manpage's source.
       new  acd9d99   Merge branch 'master' into debian
       new  6ac3858   Merge branch 'master' into feature/jessie
       new  bf7fbe9   Merge branch 'debian' into debian_feature-jessie
       new  54b0492   Merge branch 'feature/jessie' into debian_feature-jessie
       new  d816100   Adding Tails Developers to AUTHORS
       new  d8e5f24   Fix help.
       new  fee6230   Merge branch 'master' into debian
       new  73de1c9   Merge branch 'master' into feature/jessie
       new  cef6836   Merge branch 'debian' into debian_feature-jessie
       new  20422a1   Merge branch 'feature/jessie' into debian_feature-jessie
       new  e087e32   Merge branch 'feature/jessie' into installer/debian_feature-jessie_clean
       new  a6b6056   switch pristine-tar to true
       new  22ae384   delete unused icons
       new  9d23089   Delete icon and spec file
       new  d4f5950   This icon is still specified in fedora.ini but we do not install it, so we can delete the icon.
       new  f2af9ec   We do not use the original image anymore, updating manifest with our image.
       new  b883d59   Use tails-liveusb-header image also for fedora.ini. If we deliver the package in Fedora one day, it would be in order to install Tails.
       new  1487c7a   Unused image, replaced by tails-liveusb-header
       new  6bb6781   Merge remote-tracking branch 'installer/debian_feature-jessie' into installer/debian_feature-jessie_clean
       new  34ddccb   Fix resetting of MBR when upgrading: write to the parent device, not to the system partition.
       new  0aa91b2   Merge branch 'feature/jessie' into feature/gtk3
       new  7710784   Merge branch 'debian_feature-jessie' into debian_feature-gtk3
       new  68acad2   Merge branch 'feature/gtk3' into debian_feature-gtk3
       new  26c3e1c   liveusb-creator (3.11.6+tails1-18+jessie2+gtk3~3.gbp68acad)
       new  4e17d10   Merge branch 'feature/gtk3' into feature/gtk3+9358-noicons
       new  2c181fc   setup.py: disable installing deleted icon on Windows.
       new  1a80680   Merge branch 'feature/gtk3+9358-noicons' into feature/gtk3
       new  5abb19d   Merge branch 'feature/gtk3' into debian_feature-gtk3
       new  5d53247   liveusb-creator (3.11.6+tails1-18+jessie2+gtk3~4.gbp5abb19)
       new  e13da47   liveusb-creator (4.0+dfsg-0tails1)
       new  8a1e3e7   Remove TODO: this was tried, and doesn't work.
       new  986ac95   adjust gbp.conf
       new  5166fa1   Imported Upstream version 4.0+dfsg
       new  2c750c5   Merge tag 'upstream/4.0+dfsg' into tails/jessie
       new  fdb1677   Indicate in ChangeLog that recent history is versioned in the new, forked upstream repository.
       new  995e634   Merge branch 'feature/jessie' into tails/jessie
       new  bd58fa4   update debian/changelog for liveusb-creator-4.1+dfsg
       new  315cd8d   Imported Upstream version 4.1+dfsg
       new  aefd337   Merge tag 'upstream/4.1+dfsg' into tails/jessie
       new  929ca52   Merge branch 'feature/9130-tails-installer-notify-on-small-device' of https://git-tails.immerda.ch/kurono/liveusb-creator
       new  3412aca   Wrap text in the status log area.
       new  244f46f   Feature 9130: exclude small devices from the dropdown list.
       new  1f5fe24   Feature 5623: exclude devices without a tails installation.
       new  dc010dd   Feature 9130: fix the exception.
       new  f32ee38   Merge branch 'feature/jessie' into feature/gtk3
       new  a603e7c   Fix typo.
       new  5a7b57d   Slightly rephrase advice to user.
       new  294c574   Make some newly introduced strings translatable.
       new  241da50   Merge branch 'master' into feature/5623-Installer-should-refuse-empty-device
       new  aeb18a4   Merge branch 'feature/gtk3' into feature/jessie
       new  3b1ddfa   Merge branch 'feature/jessie' into debian_feature-jessie
       new  e35d305   liveusb-creator (3.11.6+tails1-18+jessie3)
       new  648c5c8   Merge branch 'master' into bugfix/9349-safer-error-logging
       new  78eaec8   Delete the log file on exit, if it's empty.
       new  6cc842e   Feature 5623: remove false - usb found message -
       new  c370eb4   Merge remote-tracking branch 'origin/feature/gtk3' into feature/gtk3
       new  ec5573d   Feature 9734: Tails Installer should notify when too small USB drives are not listed on gtk3
       new  a540180   Merge remote-tracking branch 'origin/feature/gtk3' into feature/jessie
       new  04ddcc1   Merge branch 'feature/gtk3' into feature/jessie
       new  5f90283   Tails Installer should notify when too small USB drives are not listed on gtk3
       new  92778df   delete unused image
       new  8f293ee   delete unused refresh icon
       new  4eb4720   debian/{gbp.conf,rules}: remove trailing whitespace.
       new  a4084ff   delete refresh.png.
       new  4ff6810   Merge branch 'debian_feature-jessie' into tails/jessie
       new  02c6159   Merge branch 'tails/jessie' of git.tails.boum.org:451f/liveusb-creator into tails/jessie
       new  7062f4e   Merge remote-tracking branch '451f/feature/gtk3+9358-noicons' into feature/jessie
       new  ccc60ce   Feature 5623: remove not nedeed exception.
       new  d68eabd   Delete manpage from debian/
       new  78845e9   Add simple manpage for liveusb-creator-launcher
       new  a12f3d4   liveusb-creator-launcher(1): don't pretend this runs Tails "upgrader".
       new  e75ca7f   liveusb-creator-launcher(1): add a more complete description.
       new  c677efa   Merge branch 'feature/jessie' into tails/jessie
       new  4f5e872   remove duplicate standards-version field, due to merge conflict
       new  dd0dba2   fix missing comma, due to merge conflict
       new  c75558d   Merge remote-tracking branch 'origin/bugfix/9349-safer-error-logging'
       new  c80e56c   Remove pyqt4 dependency
       new  2c02159   rewrap changelog at 80 chars
       new  e72e748   fix merge conflicts.
       new  5a10205   Merge branch 'master' into feature/5623-Installer-should-refuse-empty-device
       new  848824f   Feature #5623: fix merge conflicts.
       new  e43af9e   Feature #5623: small change to message.
       new  f723db9   Bug/9886 remove exception on small device
       new  0bb4a23   When not running from Tails, use syslinux from the currently running system.
       new  8e8445b   When running on Tails, always use the 32-bit syslinux binary.
       new  47b8de5   Merge branch 'feature/5623-Installer-should-refuse-empty-device' (Closes: Tails#5623)
       new  1f47510   Merge remote-tracking branch 'kurono/Bug/9886-installer-should-not-raise-exception' (Closes: Tails#9886)
       new  13b098a   Import PO files from Transifex.
       new  5869063   Merge remote-tracking branch 'kurono/feature/jessie' into feature/jessie
       new  ce5c15f   Import PO files from Transifex.
       new  0dd3327   Apply new wording to GTK port and adapt UI accordingly
       new  6fa64d8   remove merge conflict marker
       new  6e1a776    dependency on python-qt4: I think this is the result of a mistake when resolving a merge conflict.
       new  aa2c1ec   Imported Upstream version 4.1+dfsg
       new  255adfb   Imported Upstream version 4.1+dfsg
       new  ed55290   Imported Upstream version 4.1+dfsg
       new  e7e2c1b   Merge branch 'feature/jessie' into tails/jessie
       new  325b217   Imported Upstream version 4.1+dfsg
       new  a52cb75   Imported Upstream version 4.1+dfsg
       new  44d7f49   Merge tag 'upstream/4.1+dfsg' into tails/jessie
       new  ccb13ca   liveusb-creator (4.1+dfsg-0tails2)
       new  120b03d   liveusb-creator (4.1+dfsg-0tails2)
       new  cd71e19   Imported Upstream version 4.1+dfsg
       new  2f52c07   Merge tag 'upstream/4.1+dfsg' into tails/jessie
       new  0f1472e   Update on the french translation
       new  503c340   Update on the french translation
       new  ffb8a70   [fr] Revert translation of "Clone & Install".
       new  3c33d68   Merge remote-tracking branch 'origin/master'
       new  930168e   add separate button for documentation outside of tails
       new  674681a   Merge branch 'feature/jessie' into feature/jessie+8866-wording
       new  eb1498c   Improve launcher layout
       new  99097c6   delete nonexisting file for l10n
       new  abb7464   add new gtk ui file for translation
       new  2388bf0   delete nonexisting file from file list for l10n
       new  36a10b4   use translatable keyword for glade files.
       new  5aec54c   proposal: do not create new po files
       new  f91f808   update pot file
       new  18ed444   update po files
       new  ad7bb74   Revert "add separate button for documentation outside of tails"
       new  48111db   Add policykit & syslinux to Depends:
       new  de5775a   Imported Upstream version 4.2+dfsg
       new  cc41824   Merge tag 'upstream/4.2+dfsg' into tails/jessie
       new  3d078fd   liveusb-creator (4.2+dfsg-0tails1)
       new  cf01a2e   Imported Upstream version 4.2+dfsg
       new  96ec32c   Add syslinux and policykit-1 as dependencies.
       new  880a26e   Revert "update po files"
       new  2a973df   Remove duplicate and obsolete translation system.
       new  d09aee5   Finish updating setup system for Gtk migration: add data/liveusb-creator-launcher.ui.h.
       new  7186213   Remove obsolete translation changelog.
       new  7374500   Update POT file with "setup.py build_i18n".
       new  1d81e78   Add generated locale files to .gitignore.
       new  8e4e66d   Remove obsolete po/locale/ from .gitignore.
       new  bbffe23   Update POT and PO files.
       new  44ca79e   Set windows title to "Tails Installer".
       new  aa60806   Update POT and PO files.
       new  3580f86   Glade UI: center labels vertically using the appropriate GTK property, and drop newline hacks.
       new  c9cc4c0   Git ignore Glade backup files.
       new  5dca8b6   Update POT and PO files with "setup.py build_i18n".
       new  d3d0994   debian/rules: refactor manpage generation targets.
       new  02f3a4a   dh_auto_clean: remove liveusb-creator-launcher's manpage as well.
       new  151b7e3   dh_auto_build: also depend on liveusb-creator-launcher's manpage to be generated.
       new  2bcee7d   Merge branch 'feature/jessie+9594-non-root' into feature/jessie
       new  afddf4c   Update POT and PO files.
       new  024014d   Imported Upstream version 4.3+dfsg
       new  e598897   Merge tag 'upstream/4.3+dfsg' into tails/jessie
       new  f351845   liveusb-creator (4.3+dfsg-0~1.gbpe59889)
       new  4d2e045   "chmod -x" data files that have no good reason to be executable.
       new  c552c80   liveusb-creator-launcher.desktop: add Keywords entry.
       new  778510b   Add lintian override for debian/watch
       new  9cf201a   Update POT and PO files.
       new  bd10afa   Imported Upstream version 4.3.1+dfsg
       new  c4020c1   Merge tag 'upstream/4.3.1+dfsg' into tails/jessie
       new  0865b1b   Move source Lintian override where it belongs.
       new  16b6b9c   Reflow lines.
       new  fb7e86c   Fix name of Lintian tag.
       new  a8c5e45   Drop Recommends on extlinux: Tails does not support booting from extN filesystems.
       new  ea539e0   Long description: take into account that upstream does not explicitly support using Tails on SD cards anymore.
       new  306ab4e   debian/control: update upstream Homepage control field.
       new  3ed5d96   Use HTTPS in Vcs-* control fields.
       new  e033715   liveusb-creator (4.3.1+dfsg-0tails1)
       new  963af31   Configure gbp to create tags in the tails/* namespace for Tails packaging.
       new  8c80f3c   Adjust gbp.conf for Debian sid.
       new  fddc3ba   gbp: don't embed the package name in generated tags.
       new  a7d5723   Merge branch 'tails/jessie' into debian/sid
       new  acc639e   Update debian/changelog.
       new  a68e8e4   Merge remote-tracking branch 'installer/master' into master_wording
       new  b752315   Update wording for tails/wheezy.
       new  d2f05f1   Run make gui.
       new  a97a102   Merge branch 'debian/sid' of https://git-tails.immerda.ch/liveusb-creator into debian/sid
       new  57452e2   Merge branch 'master' into feature/jessie
       new  0125f6f   Use consistent terminology
       new  6340b93   Mention that settings can be saved in persistence as well
       new  a04acdb   Merge branch 'debian/sid' of https://git-tails.immerda.ch/liveusb-creator into debian/sid
       new  2e98560   correct english
       new  9cc2294   Correct link to documentation
       new  f4cce77   Adding license information
       new  54ad971   Do not require GTK 3.14. We do not need it and it's not in current Ubuntu stable.
       new  bc138f1   We want this to be compatible with GTK 3.0.
       new  01a1763   Update POT file
       new  3db1a0f   Import PO files from Transifex, update POT and PO files.
       new  40955c9   Merge remote-tracking branch 'origin/feature/9672-rework-installer-wording-on-wheezy'
       new  3512021   merge 9cf201a974c5c0210f671fff4d14b5ff11f4dc90: delete ISO md5 sums
       new  8af1328   Update logging method to GTK3
       new  7bf61b0   Rename liveusb-creator to Tails Installer
       new  d58a505   Merge branch 'feature/8552+rename-tails-installer' into feature/jessie
       new  caecc81   Adjust .gitignore accordingly to files having been renamed.
       new  2a89455   Drop support for checking MD5 checksum embedded in ISO.
       new  3eb15e7   Import PO files from Transifex, update POT and PO files.
       new  3718fab   Update POT and PO files.
       new  379f563   Imported Upstream version 4.3.2+dfsg
       new  6eef056   Merge branch 'feature/jessie' into debian/sid
       new  795dfcd   Merge branch 'feature/jessie' into tails/jessie
       new  9d4bc8d   Update POT and PO files.
       new  8c53368   Update POT and PO files.
       new  fff3260   Imported Upstream version 4.4.1+dfsg
       new  be974f1   Merge tag 'upstream/4.4.1+dfsg' into tails/jessie
       new  2eedcad   liveusb-creator (4.4.1+dfsg-0tails1)
       new  f3637b2   Rename as tails-installer
       new  82e5d71   Update POT and PO files.
       new  870bf28   Update POT and PO files.
       new  239e6ed   Imported Upstream version 4.4.1+dfsg
       new  72e4c60   Merge tag 'upstream/4.4.1+dfsg' into tails/jessie
       new  8bf49c9   Debian changelog lines are too long
       new  7d91850   Update to tails-installer rename
       new  24aafd8   Tails#10374 drop dependency on isomd5sum
       new  d73aef2   Merge branch 'tails/jessie' into debian/sid
       new  a8855f5   Delete trailing whitespace.
       new  ef218ea   debian/copyright: update upstream copyright years.
       new  63ac642   debian/copyright: bump copyright years for the packaging.
       new  96cdc68   debian/copyright: update upstream URL in the Source field.
       new  f3192c5   Remove dependency on gdisk: it was used for the hybrid MBR dance, that we stop doing back in July.
       new  53dd9fc   Delete leftovers of the hybrid MBR dance, that we stopped doing back in July.
       new  5c7b7f7   Merge branch 'tails/jessie' into debian/sid
       new  69ba03f   Explicitly require specific versions of the UDisks and Gtk GIR.
       new  2f2270a   Update Debian changelog
       new  049a7f7   Decode output of 7z.
       new  07cf3be   Update maintainer and homepage in setup.py.
       new  56f0613   Update POT and PO files.
       new  76dfd9b   Update translation, in order to test a bugfix.
       new  5bb8bbe   Merge branch 'feature/jessie' into tails/jessie
       new  c03ff31   Merge branch 'tails/jessie' into debian/sid
       new  7365c99   Merge branch 'feature/jessie' into tails/jessie
       new  fad08d0   Merge branch 'tails/jessie' into debian/sid
       new  24ec531   Update POT and PO files.
       new  a1e5edb   Imported Upstream version 4.4.2+dfsg
       new  270a70f   Merge tag 'upstream/4.4.2+dfsg' into tails/jessie
       new  a5587af   tails-installer (4.4.2+dfsg-0tails1)
       new  90b638f   debian changelog line too long
       new  ecbe356   Merge branch 'tails/jessie' into debian/sid
       new  448a860   Merge branch 'tails/jessie' of https://git-tails.immerda.ch/liveusb-creator into tails/jessie
       new  2d6d7a7   Merge branch 'tails/jessie' into debian/sid
       new  c90f60c   Update POT and PO files.
       new  99068a3   Imported Upstream version 4.4.2+dfsg
       new  ef069e5   Imported Upstream version 4.4.2+dfsg
       new  c590c70   Imported Upstream version 4.4.2+dfsg
       new  65482c6   Merge tag 'upstream/4.4.2+dfsg' into debian/sid
       new  44f483b   Update homepage URL.
       new  80e4330   debian/{control,copyright}: update upstream homepage URL.
       new  c08ec04   Re-introduce dependency on gdisk. It ships sgdisk, that we do need.
       new  4300de3   tails-installer (4.4.2+dfsg-0tails2)
       new  f514617   Fix method name.
       new  49f4acd   Fix method invocation syntax.
       new  eb04be3   Changing debian Maintainer, until we figure out if we can do team maintenance.
       new  0a3ffaf   Merge branch 'tails/jessie' into debian/sid
       new  75f8cb9   update debian maintainer and uploader fields
       new  5a4cddc   Merge branch 'tails/jessie' into debian/sid
       new  16bc4e0   Rename icon to tails-installer.svg.
       new  c5a6163   Restore relief around install button
       new  88464af   Remove buggy lines in launcher UI definition
       new  5afb026   Fix launcher window width
       new  4c25fd8   Fix buggy lines in launcher UI definition
       new  54d114f   Remove newly introduced trailing white space in debian/control.
       new  69f6b78   Merge branch 'tails/jessie' into debian/sid
       new  ea654b7   Merge branch 'feature/jessie' into tails/jessie
       new  50f564a   Merge branch 'tails/jessie' into debian/sid
       new  68cd677   correctly verify the label of the device that shall be upgraded
       new  f753f36   Merge branch 'feature/jessie' into tails/jessie
       new  d90b82b   Update POT and PO files.
       new  906f898   Imported Upstream version 4.4.3+dfsg
       new  c1f0392   Merge tag 'upstream/4.4.3+dfsg' into tails/jessie
       new  9a571d4   tails-installer (4.4.3+dfsg-0tails1)
       new  4045916   debian/copyright new file name for usb-creator-gtk.svg, now named tails-installer.svg
       new  b4c5bec   #10538 Add a patch to treat tails-installer as helper
       new  e096477   #10538 Add a patch to treat tails-installer as helper
       new  89d6982   Update debian/changelog
       new  095c589   Merge branch 'tails/jessie' into debian/sid
       new  2fecb7b   Update debian/changelog for Debian release
       new  4a24670   Revert "correctly verify the label of the device that shall be upgraded"
       new  72bd913   Will-fix #10581 #10539
       new  7be04af   Update POT and PO files.
       new  9018145   Imported Upstream version 4.4.4+dfsg
       new  d299cbb   Merge tag 'upstream/4.4.4+dfsg' into tails/jessie
       new  5910c7f   tails-installer (4.4.4+dfsg-0tails1)
       new  6a89a97   Add patch description
       new  daa83db   Merge tag 'tails-installer_4.4.4' into feature/jessie
       new  0627316   Make patch description DEP-3 compliant.
       new  ac466e6   Add missing epoch to versioned dependency on syslinux.
       new  ad6eb72   tails-installer (4.4.4+dfsg-0tails2)
       new  a7f2d68   Merge branch 'tails/jessie' into debian/sid
       new  73e5ebe   Improve phrasing of the long description.
       new  6e7be75   Merge branch 'tails/jessie' into debian/sid
       new  4eab063   Don't close ITP bug in older changelog entry.
       new  1f427ef   Adjust gbp.conf for Debian experimental.
       new  cb421fc   tails-installer (4.4.4+dfsg-1)
       new  670b98b   Merge remote-tracking branch 'installer/feature/jessie' into debian/sid
       new  74c5925   Remove embedded copy of urlgrabber, and all usage thereof.
       new  5866a60   Update POT and PO files.
       new  0ab16d4   Imported Upstream version 4.4.5+dfsg
       new  e66fd1f   Merge tag 'upstream/4.4.5+dfsg' into tails/jessie
       new  e9281d0   tails-installer (4.4.5+dfsg-0tails1)
       new  ac0753e   Merge branch 'tails/jessie' into debian/experimental
       new  401c719   tails-installer (4.4.5+dfsg-1)
       new  835c742   Merge remote-tracking branch 'installer/debian/sid' into debian/sid
       new  a937d18   test if the drive has a partition at all to avoid crash.
       new  2683af6   test if the drive the python way
       new  51a1ee7   Merge remote-tracking branch '451f/bugfix/10660+dontcrashpristineusb' into feature/jessie (Closes: #10660)
       new  60e66f0   Update POT and PO files.
       new  9a75622   Imported Upstream version 4.4.6+dfsg
       new  a91ce29   Merge tag 'upstream/4.4.6+dfsg' into tails/jessie
       new  50df719   tails-installer (4.4.6+dfsg-0tails1)
       new  b501d99   Add missing dependency on p7zip-full.
       new  5cb6472   [fr] Updating the french translation
       new  ec7e8d1   Merge branch 'tails/jessie' into debian/sid
       new  2d3d823   Change the translation of the word key to be consistent with the documentation
       new  12727ee   Import PO files from Transifex, update POT and PO files.
       new  87c788b   Merge tag 'liveusb-creator_3.14'
       new  b71e2d8   Merge branch 'feature/jessie'
       new  56c3eca   Import PO files from Transifex, refresh PO file.
       new  cd1011b   Remove buggy PO files.
       new  876cef4   Merge branch 'tails/jessie' into debian/sid
       new  451dea2   Revert gbp.conf to be suited for Debian unstable.
       new  c000bac   tails-installer (4.4.6+dfsg-1)
       new  1f57cde   Merge remote-tracking branch 'installer/debian/sid' into debian/sid
       new  10d185a   Merge branch 'debian/sid' of git.tails.boum.org:451f/liveusb-creator into debian/sid
       new  2cee931   Update POT and PO files.
       new  c7d12a3   Imported Upstream version 4.4.7+dfsg
       new  25c909c   Merge tag 'upstream/4.4.7+dfsg' into tails/jessie
       new  9078ce7   tails-installer (4.4.7+dfsg-0tails1)
       new  74cabb1   Add missing dependency on dosfstools.
       new  abedb42   Correct debian/changelog
       new  90d08d3   Merge branch 'tails/jessie' into debian/sid
       new  f3acd1a   Release new upstream version 4.4.7

The 1890 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