[Pkg-privacy-commits] [tails-installer] annotated tag 3.9.3 created (now 2ab2945)

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


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

anonym-tails-guest pushed a change to annotated tag 3.9.3
in repository tails-installer.

        at  2ab2945   (tag)
   tagging  b7e0e5b6ab72548d1d1080cb94c2e6e8e3f92683 (commit)
 tagged by  Luke Macken
        on  Wed Jan 5 20:26:16 2011 -0500

- Log -----------------------------------------------------------------
3.9.3

Adam Pribyl (2):
      complete czech translation
      czech translation update

Colin Walters (1):
      Various fixes

Daniele Catanesi (1):
      Updated Italian translation

Domingo Becker (3):
      Spanish translation
      updated Spanish translation
      updated Spanish translation

Fabian Affolter (10):
      Initial German translation
      Updated German translation
      Updated German translation
      Updated German translation
      Updated German translation
      Updated German translation
      2008-11-20  Fabian Affolter <fabian at bernewireless.net> (via
      Updated German translation
      Updated German translation
      Updated German translation

Igor Miletic (5):
      Updated sr translation
      Updated sr translation
      Updated sr at latin
      Updated sr
      Updated sr at latin

Igor Pires Soares (2):
      Initial Brazilian Portuguese translation
      Updated Brazilian Portuguese translation

Jeremy Katz (1):
      Fix up to work with new pyparted

Kushal Das (9):
      liveusb-creator.py filename fixed in setup.py also changed the icon path in the same file
      New persistent overlay spinbox added in the GUI, also text changed for the burnBttn
      Added LICENSE.txt into MANIFEST
      setup.py fixed, now it will create different packages for different platform
      Fixed to have a cleaner Linux based package
      tried to write a PolicyKit policy file, which is not working btw :)
      moved to consolehelper to have root power
      fixed the applications menu entry and icon issue
      new spec file

Luke Macken (491):
      Initial code dump
      Add license to header
      Add a README
      Throw our download message in the exception.
      Proper syntax tends to help
      Fix up some error message formatting
      Specify that this works on F7+
      Notify the user if their USB key already contains a LiveOS
      Remove unused module
      s/FAT16/FAT/
      Elaborate on our invalid filesystem exception message
      Add fedora.ico, thanks to Máirín Duffy.
      Include syslinux and 7-Zip in our setup.py
      Catch exceptions when calling win32api.GetVolumeInformation, and tell the user to make sure their USB key is plugged in and formatted properly.
      Rename project to liveusb-creator
      Wipe out any old syslinux directories if we have to
      Add a ChangeLog
      Update our copyright and license
      Update ChangeLog
      Pull our PyQt gui out into the liveusb.gui module
      Pull our LiveUSBCreator out into the liveusb.creator module.
      Reorganize the project, making it much more modular.
      Add '--nogui' option to liveusb-creator.py
      Add authors file
      Update the path to our icon
      Update our setup.py to pull in PyQt4 when we py2exe
      Update the changelog
      Add a logo from Kushal
      README updates
      Add an __all__ global to our liveusb module
      Docstrings and new-style classes are good
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Remove luDialog.py in favor of the new liveusb.dialog module
      Add a newly generated dialog module from the newdialog.ui interface
      Add a redesigned UI file
      Add overlay and log fields to the LiveUSBCreator parent class
      Add persistent overlay support.  This is not fully complete yet, as
      Remove the syslinux directory if it exiss
      Replace our os.system calls with subprocess.  Upon errors, write the
      Add a writeLog method to the LiveUSBCreator that is called before throwing an exception after a failing subprocess
      If we only find 1 drive, then default to it
      Add a checkFreeSpace method to make sure we have enough space on the device before proceeding
      Lots of GUI changes.
      Add win32 dd.exe, and update our README
      Add a LICENSE file
      Flip some bits
      Flip some more executable bits
      Update our setup.py
      dos2unix
      Some minor exception cleanups
      Get persistence working!
      Have py2exe bundle everything into a single exe.  Reorg our tools a bit too.
      Call 7-Zip with the right path
      Lots of GUI improvements.
      Pull our releases out into a separate module
      Add a LiveUSBError exception
      Handle read-only files in our syslinux directory.
      Clean up the WindowsLiveUSBCreator._getDeviceUUID method.
      Tons of features:
      LiveUSBCreator class enhancements
      Whitespace cleanups
      Pipe std{err,out} with our syslinux subprocess
      Fix a release name
      Include a the urlgrabber module
      Fix our 7-Zip path
      Make the LiveUSBCreator.installBootloader an OS independent method, due
      Interface modifications.  Added lots of help documentation for when users use
      Fix a bug in the ProgressThread where our totalsize has not been initialized.
      Add our compiled PyQt resource module, and move a bunch of other stuff around.
      Add instructions for compiling the PyQt resources to the README
      Use PyQt resources for our header pixmap.  Also change the wording a bit
      Add our README, LICENSE, and 7-zip license to our distribution
      Fix some file extensions
      Update the README with instructions for getting the latest code in Windows,
      Move some tools around
      Terminate any subprocesses if the application is closed in the middle of one
      Alter our progress polling interval
      Some of our data files have moved.
      Sync up our QtDesigner UI changes
      Rename our QtDesigner file to liveusb-creator.ui
      Add our PyQt resources.qrc file that contains our pixmap reference
      Some minor dialog tweaks
      Some minor dialog tweaks
      Shipping the README does not seem to be necessary at the moment.
      Add the gimp file for our shiny new header
      More tools/data organization
      Update the ChangeLog
      Fix ui filename in README
      Add a refresh button for our device list (Ticket #10)
      Remove some unnecessary files
      Remove some unnecessary files
      update changelog
      Populate releases before devices.  This way, if no devices are found, we
      Enable/disable the refresh button as necessary.
      Don't force our syslinux install.  This could potentially hide some problems
      Catch LiveUSBErrors while detecting devices.  Disable the start button
      Update ChangeLog
      Have syslinux use a 'safe' version, install an MBR sector, and mark it as bootable.
      Update changelog for v2.0
      Use the device UUID instead of the label
      Update syslinux to 3.63
      v2.1
      Add the Fedora 9 release
      Fix a typo in one of the tooltips
      Remove the miliseconds from our duration time
      Switch back to using the LABEL for the root device by default, as we
      Add setDrive and setOverlay methods to the LiveUSBCreator.
      Make the LiveUSBCreator._getDeviceUUID a bit less insane for Windows platforms.
      Try and grab the UUID before we being, to see if we have to disable persistence
      If we can't find a UUID, use a LABEL instead.  This makes it so persistence can work
      Fix persistence for devices that have a label containing a space (ticket #34)
      Catch all exceptions in _getDeviceUUID, and fallback to dealing with labels.
      v2.4
      Add a '--force' option to force the use of a specific device (ticket #15)
      Set stdin to a subprocess.PIPE, to avoid "the handle is invalid" errors (#38)
      Fix the optional force argument to syslinux
      v2.5
      Add an alt+b shortcut for the Browse button
      Remove non-existant method call
      Add a setImage method to our LiveUSBCreator
      Fix a typo in one of the tooltips, and make an alt+b shortcut to browse for an ISO
      Pass the optional 'safe' argument to LiveUSBCreator.installBootloader
      Move a lot of logic up into the LiveUSBCreator class, making our
      Rename 7z.exe to 7za.exe, which will let us use the same method across Linux (p7zip) and Windows (7-Zip)
      Make our fonts a bit smaller
      Add a --noverify option to allow skipping checksum verification
      Update the dialog module for the new ui changes
      If we can't acquire the UUID and set a label, bail out.
      Linux support!  Along with a ton of refactoring...
      Remove an unused module from the gui
      Clear the status window when the devices are refreshed
      Whitespace and some comment cleanups
      Replace our use of the 'const QString &' signal arguments with PyQt_PyObject
      Clean up our main script
      Make sure we always terminate() our dialog  window
      Add a logger to the LiveUSBCreator class
      Read 1mb chunks when doing the SHA1 check.
      Remove the last two lame setter methods, setImage/setOverlay.
      Refactor our UUID handling.  Remove the need for LiveUSBCreator._getDeviceUUID.
      Make some minor cleanups to LiveUSBCreator.popen
      Replace blank spaces with underscores in device labels in our LinuxLiveUSBCreator
      mv liveusb-creator{.py,}
      Add a tweaked out QtDesigner ui file specifically for Linux,
      Make our "not enough drive space" message a bit more useful.
      Use HAL via D-Bus to Mount and Unmount our device when using Linux.
      Remove p7zip from our spec requirement
      Catch OSErrors when trying to remove the previous LiveOS
      Fixes to our HAL mounting/unmounting code, making it more robust.
      Catch LiveUSBErrors when trying to remove an existing LiveOS
      No need to str()ify our slot arguments anymore, thanks to PyQt_PyObject.
      Add some error handling for when people do not fully extract the zip file.
      Fix a log typo
      s/Overlay/Storage/
      s/Overlay/Storage/
      Keep track of all of the free bytes of our drives upon detection.
      Make --force work in Linux
      Actually check the value of the 'unmount' flag when exiting
      If we cannot remove the existing LiveOS, something is wrong, so bail out.
      Dynamically alter the max persistence slider based on the selected device.
      Catch dbus and filesystem label change errors
      Catch some more errors in the gui
      Add the free space and fstype of our devices upon detection in Windows
      Make sure our tools exist.  If not, tell the user to extract the entire zip.
      Fix a logic bug in unmountDevice()
      Minor status formatting change
      If we cannot decode the iso filename, which is most likely due to unicode
      Patch from Caio Begotti to fix our py2exe configuration
      Fix mounting unmounted devices
      Support proxies in Windows (Ticket #111)
      Create a _to_unicode method to help us mitigate some unicode issues
      Lots of PEP8 semantic changes based on an initial pylint check.
      LiveUSBCreator.setup_logger does not need to be 'public'
      Clean up the API a bit by removing the force/safe arguments from our methods.
      Use the self.opts.safe, instead of the method argument
      Bail out if we cannot get/set a label or a uuid
      Add the opts back to the LiveUSBDialog
      Add the beginnings of a test suite
      Improve our detect_removable_drives test case
      Write a test_mount_device unit test
      Add a test_verify_filesystem test case
      Change the way we access the selected drive from the LiveUSBCreator.
      Don't unmount in the extract_iso method
      Add an extract_iso test case
      Revert to the previous _get_device_uuid implementation.
      Make sure to add a 'device' field to each drive in self.drives
      Remove some superfluous output
      Ensure we always unmount our ISO
      Automatically detect when drives have been added/removed, and update the GUI.
      Catch all Exceptions in our GUI, as to not cause silent explosions.
      Update the ChangeLog
      Update our setup.py to handle distutils.  Patch from caio1982 at gmail.com (#94)
      Return 0 from get_free_bytes if win32file.GetDiskFreeSpace throwns an exception
      Make WindowsLiveUSBCreator._get_device_uuid errors less fatal
      2.7
      Make our use of the %{buildroot} consistent
      Add a po directory, along with a POTFILES.in
      Add translation.ugettext (as _) in liveusb.__init__ module
      Make our strings translatable
      Add our liveusb-creator.pot file
      Make the rest of our GUI strings translatable, and update our pot file.
      Remove an unnecessary manifest
      Remove the refresh button from our Linux UI, as we are able to detect new
      Pull our dialogs out into platform specific interfaces
      Update our resources file
      Add a LiveUSBInterface class to the liveusb module.
      Fix an annoying device AlreadyMounted HAL/DBus race-condition.
      Don't unmount the device if it was already mounted
      Add a MANIFEST.in
      Add a bunch of Makefile targets (dist, srpm, pyflakes, pylint, pot)
      Update the POTFILES.in
      Add mki18n.py to help with our internationalization.
      Instead of scraping the wx module for language names, lets just use whatever po
      Return 0 upon success, to make `make` happy.
      Update our README
      Add a 'mo' and 'clean' Makefile targets
      Update our MANIFEST.in with some new files
      Add an 'rpm' Makefile target
      Update our 'mo' Makefile target
      Update our RPM spec to handle the new translations
      Dynamically determine our locale directory
      Ensure we're dealing with UTF8 bytestrings when displaying exception messages.
      Encode our translated GUI strings to UTF8 bytestrings before sending to PyQt4
      Update our setup.py to include our locales
      Add an app.fil list for the mk18n.py
      Add our logo
      Add a smaller logo
      Clean up more
      Calculate the number of megabytes per second for our iso extraction
      s/Mb/MB/g
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Fix the error message that occurs when the tools are missing (#243)
      Calculate the transfer speed in our WindowsLiveUSBCreator
      Add a LinuxLiveUSBCreator.get_proxies method that grabs the proxy
      Quote our paths when copying the live image (#221)
      Fix our Mb/MB nomenclature (#162)
      Add Fedora 10 Beta support!
      Fix our %find_lang usage in the spec
      Add an os.path.sep hack to see if this fixes a Windows issue.
      Update our AUTHORS file
      Update our ChangeLog
      v3.0
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Remove our PyQt4._qt py2exe include, as it no longer seems to be necessary.
      Ensure the release sha1 exists before attempting to verify it.
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Improve our liveusb.gui status message architechure.
      Add support for creating OLPC-bootable LiveUSB sticks / SD cards.
      Clean up some translatable strings
      Add a soft dependency on PyQt4 for KDE proxy detection.
      Organize the release list
      Update our test suite to allow empty sha1's in our release list
      Add an '--extra-kernel-args' argument
      Update our win32 syslinux.exe to version 3.72
      Add a verify_iso_md5 method to call checkisomd5 on our ISO.
      Store our 'info.parent' device interface in self.drives
      Handle devices that are prematurely unmounted
      Hack around dosfslabel's return codes
      Change an info message to a debug
      Make our final unmount a bit more robust with regard to traceback handling
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Make sure to quote our ISO path to support spaces (#470402)
      Add a 'docs' Makefile target
      Add a new shiny tabbed-gui layout.
      Exclude ppc and ppc64
      Update a docstring
      Fix our Master Boot Record unit test.
      Add reset_mbr and blank_mbr methods
      Revert "Add reset_mbr and blank_mbr methods"
      Update our test_mbr unit test
      Add reset_mbr and blank_mbr methods, and use them.
      Do not encode our unicode strings back to UTF-8 before rendering in QTextArea.
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Always return True from the WindowsLiveUSBCreator.verify_iso_md5.
      Trivial test case change
      Add a HACKING file
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Refactor the olpc installation method, pulling some of it out into a
      Ensure that the selected partition is flagged as bootable.
      Add Fedora 10 release
      Pull some logic from bootable_partition() into a get_disk_partition() method
      Add a LinuxLiveUSBCreator.format_device method.
      Keep track of if we are currently in the process of creating a liveusb key,
      Clean up some of the unmount_device exception handling
      Some trivial comment updates
      No need to catch LiveUSBError if we are doing the same thing with Exception
      Add a --usb-zip flag to format the device with zip-like geometry.
      Always try to unmount the device when we call unmount_device, regardless of if we mounted it or not
      Unmount the device upon completion, not termination
      Use log.exception in a couple of places.
      If we've already acquired the uuid, then don't do it again
      Handle None/'None'/'' uuids
      reset the 'confirmed' boolean after we've confirmed
      Update the Sugar Spin to 0.82-2
      Add a new logo, and update our PyQt4 resources
      Update our Translators list
      Update our spec file for the 3.0 release
      Rebase our olpc.py with the latest OLPC boot script from the livecd-iso-to-disk.sh
      Rebase our olpc.py with the latest OLPC boot script from the livecd-iso-to-disk.sh
      Update our spec file again
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Fix a typo
      Add a noop bootable_partition method to the parent LiveUSBCreator class
      Add a hack to not display 0mb/sec, until we can do this properly.
      Setup the logger a bit differently for windows.
      Escape part of the path in the OLPC boot file.
      Use hashlib instead of the sha module.
      Fix some Python2.6 deprecation warnings with regard to the BaseException.message
      Use the new uac_info=requireAdministrator py2exe flag to ensure that the liveusb-creator is being run as an admin
      Some py2exe optimizations
      Disable the --usb-zip experimental feature, for now.
      3.1
      Fix some windows logger issues.  If we're not in verbose mode, then remove the StreamHandler, as this will cause extra noise in windows.
      Fix our syslinux directory path for Windows
      Actually disable the usb-zip feature, for now
      Revert our unmount change, as this sometimes causes random segfaults.
      Fix our syslinux -d flag for linux
      v3.2
      Support USB hard drives, which don't have the `storage.removable` property.
      Support detection of all partitions.  Thanks to Horst from the Sidux project for the patch.
      v3.3
      Patch from Yanko Kaneti to avoid duplicating urlgrabber on !win32 systems.
      Require python-urlgrabber
      Update the version in our `liveusb-creator` script
      3.4
      Fix some typos in the olpc fth boot file
      v3.5
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Revert "Fix some Python2.6 deprecation warnings with regard to the BaseException.message"
      Require pyparted
      Handle cases in unmount_device where the drive key doesn't exist
      Better handle unmount exceptions
      Fix dd commands when output path contain whitespaces.
      Add Fedora 11 Alpha to our releases list
      Allow for ext4
      Minor readme update
      Create a LiveUSBCreator.set_iso method.
      Instead of warning about it, just silently skip loop devices.
      Enable OLPC support by default.
      Allow ext4. Bug #480495
      Refresh the free space once the device is mounted.
      Properly handle LiveUSBError objects in our gui status method
      Overlay slider changes.
      Don't fill the device 100%
      Support ext filesystems, and ext4 support until we have an extlinux that supports it
      Do not reset the MBR for now, since we cannot seem to umount, reset, then remount...
      Handle OSErrors when trying to mount the device
      Update our win32 syslinux to 3.73
      Update our translators list
      v3.6
      Import the pywintypes module (#517)
      3.6.1, windows bugfix release
      Make our windows device detection a little bit more robust
      3.6.2
      Skip devices when we cannot their volume information.
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Handle all Exceptions, not just LiveUSBError's.
      Update to v3.6.3
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      v3.6.4
      If no 'sha1' is specified in our releases list, don't try and verify it
      Add F11 beta, and the latest Sugar on a Stick to our releases list
      v3.6.5
      Store our version in liveusb.__version__
      Revert "Store our version in liveusb.__version__"
      Support sha256 checksums for our release ISOs
      Display the appropriate hash algorithm
      Fedora 8 is EOL'd
      Use our syslinux's menu com32 modules (#492370, #494000)
      Add Fedora 11 releases!
      Update our win32 syslinux to 3.81
      3.6.6
      Make olpc.fth unfreeze disply for newer BIOSes than Q2E30 (#501688)
      Merge our spec file with rawhide
      Fix a bug when using ext formatted sticks.
      3.6.7
      Be more vocal about our ISO MD5 checksum results
      Don't prompt about overwriting files from mtools (#491234)
      Remove some stray print statements
      v3.6.8
      Update a unit test to handle sha256 checksums in our liveusb.releases file
      Ensure the MBR matches the installed syslinux mbr.bin.
      Bump version for next release
      Make our unmount method a bit more robust.
      Fix our ldlinux.sys cleanup code
      Some minor command formatting tweaks
      Don't try and unmount th device every time the window is closed
      Allow people to pass the ISO as a command line argument
      Don't clear the text area when another stick is inserted
      Make our MBR checking work on devices w/o parents
      Refactor some of our mbr checking code, so it is essentially a NOOP in Windows
      Update Sugar on a Stick to the new "Strawberry" release
      Drop a warning if the MBR doesn't match syslinux, and don't force people to reset.
      A little bit of unnecessary code removal
      Hack around some odd Windows file permission issues
      v3.7
      Update our Changelog file
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Ensure we reference the absolute path to the ISO.
      Specify the absolute path of our tools as well
      Revert "Specify the absolute path of our tools as well"
      Prepend '.' to our tools path in Windows, to avoid being interpreted as a UNC path
      3.7.1
      Make our device unmount handling more robust.  [ticket:617]
      3.7.2
      Update copyright
      Fix a bug with the overlay size on sticks with not much free space.
      Add F12 alpha and remove F9
      Fix our --reset-mbr command
      v3.7.3
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Add a --device-checksum option to calculate the SHA1 of the entire drive (#621)
      Create platform specific calculate_device_checksum methods
      Add a _get_device_size method and run it when initializing drives
      Add a _get_win32_logicaldisk method, and cache.
      Hook up the calculate_device_checksum method up to the progress bar
      Sleep for a few seconds before calculating the SHA1 of the device to
      Skip probing the A:, which causes an exception on one of my old machines *with*
      Be sure to close the isofile when we're done with it
      Make the LiveUSBCreator.bootable_partition method a little more robust
      Add a WindowsLiveUSBCreator.calculate_liveos_checksum method
      Add a --liveos-checksum option
      Add a --hash option
      Take the checksum of all files, and then generate a checksum of the checksums
      Hardcode the list of files to checksum
      3.7.4
      3.8.5
      Disable --liveos-checksum by default
      Make our windows device detection more robust
      Merge branch 'device-checksum'
      Make our Linux device detection more robust (#517053)
      Don't utf8 encode our unicode strings from exceptions (#471367)
      Make our automatic device detection code more robust (#519134)
      Update to the latest version of the Sugar Spin (#522240)
      Update to the latest SoaS v2 beta snapshot
      Add the F12 beta release
      Remove some duplicate po files (#516841)
      Quote our syslinux path when running extlinux (#490843)
      Trivial os.path usage tweak
      3.8.6
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Properly handle unicode from the drive text field (#549)
      Add a po file for locale zh_TW (#351)
      Fix a bug with the optional `parent` argument in the _add_device method (#622)
      Add the stable SoaS back (#627)
      Add Fedora 12!
      3.8.7
      Make our pyparted usage more robust (Kingson DataTraveller workaround).
      Make another string translatable
      Make a note that unmounting after completion can sometimes cause DBus to segfault.
      v3.8.8, bugfix release
      Handle cases where we select an ISO without an available device (#540255)
      3.8.9, fixes bug #540255
      Fix a typo in the SoaS beta URL
      v3.9
      Make our remove_liveos method more robust (#542136)
      Add a a nullsoft scriptable install system config, thanks to Wade Brainerd.
      Add a script for automating Windows builds & packaging.
      Handle unsupported filesystems before mounting the device
      Do our filesystem checking even if the device is already mounted
      Ensure our command and subprocess output are byte strings
      Add a --format command line option, and a windows implemention
      Make our GUI labels translatable through our standard _ function
      Bump our version for the upcoming 3.9.2 release
      Make our EFI configuration copying a little more robust
      Disable --format until it is tested
      Update our copyright
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Disable the format method until it works, because it's causing some issues now
      Fix a Python 2.6 deprecation warning regarding Exception.message
      Don't attempt to reset the MBR if we can't find one (if syslinux isn't
      Update our MANIFEST.in with resources required to build this package
      Add a 'make everything' target for things I do alot'
      Improve our new tabbed UI
      Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator
      Add the spec to our manifest (#645)
      Flush filesystem buffers upon completion (linux only)
      Add Fedora 14 to the release list
      Add Sugar on a Stick v4.0 to the release list
      Merge branch 'master' of git+ssh://git.fedorahosted.org/git/liveusb-creator
      F12 is EOL
      Update to syslinux 4.03
      Download releases to the Downloads folder by default.
      Write out our fail log to the temporary directory
      Ship a newer version our win32 C/C++ dlls
      Version bump to 3.9.3
      Update our windows release batch script to automatically build the installer
      Add a py2exe win32com.shell hack to our setup.py
      Add a LiveUSBCreator.is_admin method, and warn the user if they are not running as an admin.
      Mention the error log filename when we write one out
      Look for our tools in the windows PROGRAMFILES.

Manatsawin Hanmongkolchai (1):
      Updated Thai translation

Marcus Nitzschke (2):
      Updated German Translation
      Updated German translation

Mario Santagiuliana (2):
      Submit Italian Traslation of liveusb-creator
      update Italian traslation

Matt Domsch (1):
      add EFI directory preparation

Michael Ughetto (1):
      First french translation (100%)

Milos Komarcevic (2):
      Initial Serbian translation
      Initial Serbian Latin translation

Nikos Charonitakis (1):
      Added Greek translation

Ondrej Sulek (3):
      Added Slovak translation.
      Updated Slovak translation
      Corrected and updated Slovak translation.

PabloMartin-Gomez (1):
      Updated French translation

Piotr Drąg (8):
      Initial Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation

Rui Manuel da Costa Gouveia (3):
      Minor Portuguese Update
      Portuguese Update
      Minor Portuguese update. String added without notice in ml...

Sebastian Dziallas (5):
      Add support for Sugar Spin
      sugar on a stick blueberry build is in now
      correct SoaS v2 SHA1 sum - this is ready for release now
      last exhausted try to get the checksum right - finally
      update release list for F13 & add new SoaS

Sharuzzaman Ahmat Raslan (1):
      New Malay translation

Valter Fukuoka (2):
      Portuguese Brazilian translation.
      Portuguese translation including GUI strings

Xavier Conde (2):
      Added catalan po
      Updated catalan po

aalam (1):
      l10n: Punjabi Translation Added

aguskov (1):
      Sending translation for Russian

astur (1):
      Sending translation for po/ast.po

beckerde (1):
      Sending translation for Spanish

bruce89 (1):
      Sending translation for po/en_GB.po

ccielogs (1):
      Sending translation for Italian

charnik (1):
      l10n: Updates to Greek (el) translation

chenh (1):
      Sending translation for Chinese (Simplified)

covex (1):
      Sending translation for Czech

deejay1 (1):
      l10n: Updates to Polish (pl) translation

dichi (1):
      Sending translation for po/id.po

eukim (2):
      Sending translation for po/ko.po
      Sending translation for Korean

fab (1):
      Sending translation for German

feonsu (1):
      Sending translation for Slovak

goeran (3):
      l10n: Dummy placeholder for Swedish translation, so I can lock in Transifex.
      l10n: Updates to Swedish (sv) translation
      l10n: Updates to Swedish (sv) translation

htaira (1):
      l10n: Updates to Japanese (ja) translation

hyuuga (2):
      Sending translation for po/ja.po
      Sending translation for Japanese

kmaraas (2):
      Sending translation for po/nb.po
      l10n: Updates to Norwegian Bokmål (nb) translation

kmilos (2):
      Sending translation for Serbian
      Sending translation for po/sr at latin.po

kristho (2):
      Sending translation for po/da_DK.po
      Sending translation for po/da.po

lashar (1):
      l10n: new persian translation

mvdz (1):
      l10n: Added Ukrainian translation

ncfiedler (1):
      l10n: Added Low German translation

peti (1):
      Sending translation for po/hu.po

pkst (2):
      Sending translation for Greek
      Sending translation for Greek

ppapadeas (2):
      Sending translation for Greek
      Sending translation for Greek

ptr (1):
      l10n: Updates to Hungarian (hu) translation

rafaelgomes (1):
      Sending translation for Brazilian Portuguese

raven (11):
      Sending translation for Polish
      Sending translation for Polish
      Sending translation for Polish
      Sending translation for Polish
      Sending translation for Polish
      Sending translation for Polish
      Sending translation for Polish
      Sending translation for Polish
      Sending translation for Polish
      Sending translation for Polish
      l10n: Updates to Polish (pl) translation

renault (1):
      Sending translation for French

ruigo (1):
      Sending translation for Portuguese

sainrysec (1):
      finish zh_CN.po

sankarshan (1):
      Sending translation for po/bn_IN.po

sergeyr (2):
      Sending translation for po/pt_RU.po
      Sending translation for po/pt_RU.po

shadowc10ne (3):
      Sending translation for po/bs.po
      Sending translation for Bosnian
      Sending translation for Bosnian

sveinki (1):
      Sending translation for po/is.po

taljurf (2):
      Sending translation for po/ar.po
      Sending translation for Arabic

tbull (1):
      Sending translation for German

tchuang (1):
      Sending translation for Chinese (Traditional)

tombo (1):
      Sending translation for Italian

vpv (1):
      Sending translation for po/fi.po

warrink (3):
      Sending translation for po/nl.po
      Sending translation for Dutch
      l10n: Updates to Dutch (Flemish) (nl) translation

willwill (1):
      Sending translation for Thai

xconde (1):
      Sending translation for Catalan

yaron (2):
      l10n: Added Hebrew translation
      l10n: Updates to Hebrew (he) translation

ypoyarko (4):
      Sending translation for po/ru.po
      Sending translation for Russian
      Sending translation for Russian
      Sending translation for Russian

zoltanh721 (2):
      l10n: Updates to Hungarian (hu) translation
      l10n: Updates to Hungarian (hu) translation

甘露(Gan Lu) (1):
      Add zh_CN.po

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

No new revisions were added by this update.

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



More information about the Pkg-privacy-commits mailing list