Change logs for usb-creator source package in Quantal

  • usb-creator (0.2.40ubuntu3) quantal-proposed; urgency=low
    
      [ Chris Wulff ]
      * Initialise threads, before starting background task thread. (LP:
        #915626)
     -- Brian Murray <email address hidden>   Mon, 16 Dec 2013 15:55:39 -0800
  • usb-creator (0.2.40ubuntu2) quantal-security; urgency=low
    
      * SECURITY UPDATE: possible privilege escalation via policykit UID lookup
        race.
        - bin/usb-creator-helper: pass system-bus-name as a subject instead of
          pid so policykit can get the information from the system bus.
        - CVE-2013-1063
     -- Marc Deslauriers <email address hidden>   Fri, 13 Sep 2013 10:13:48 -0400
  • usb-creator (0.2.40ubuntu1) quantal; urgency=low
    
      * debian/control: remove Build-Depends on kdesdk-scripts so kdesdk
        can live in universe
     -- Jamie Strandboge <email address hidden>   Tue, 31 Jul 2012 11:02:49 -0500
  • usb-creator (0.2.40) quantal; urgency=low
    
      [ Dmitrijs Ledkovs ]
      * Increase the height of both source and target treeviews in the GTK+
        frontend. Thanks to Ross Lagerwall.
      * Search Desktop in addition to Downloads directory for ISOs. Thanks to
        Lucian Adrian Grijincu (LP: #761646)
      * Update debian/copyright to copyright specification 1.0
      * Bump standards version to 3.8.3
    
      [ Harald Sitter ]
      * KDE: don't duplicate entries by improper removal of entries on update
        (LP: #992061)
      * udisks: on successful format the ended callback must be called
      * KDE: strip() ISO labels as some derivates end up having newlines in
        their label (e.g. netrunner)
      * KDE: auto-populate the ISO list with files found in downloads dir
        (LP: #761745)
    
      [ Jonathan Riddell ]
      * KDE: do not clear formatting list in backend, fix breakage at
        end of format
     -- Harald Sitter <email address hidden>   Fri, 06 Jul 2012 13:22:46 +0200
  • usb-creator (0.2.39) quantal; urgency=low
    
      [ Colin Watson ]
      * Clean up various pyflakes warnings.
      * Only pass unicode=True to gettext.install in Python 2.
      * Open subprocesses with universal_newlines=True when expecting to read
        text from them.  On Python 2, this only enables \r\n conversion and the
        like, but on Python 3 this also causes subprocess-related file objects
        to read str rather than bytes.
      * Use str() rather than unicode() in Python 3.
      * Remove __pycache__ directories on clean.
      * Use 'isinstance(obj, collections.Callable)' instead of 'callable(obj)'
        in Python 3.
      * Change 'except StandardError' to 'except Exception'; StandardError was
        removed in Python 3.
      * Use Python 3 name for Queue if available.
      * Handle a few cases of builtins being changed to return iterators in
        Python 3.
      * Just use dict.items() rather than bothering with Python 2/3
        compatibility for dict.iteritems().
    
      [ Evan Dandrea ]
      * Only clear the selected partition on the disk, not the entire disk
        (LP: #484252). Thanks Dmitrijs Ledkovs!
     -- Evan Dandrea <email address hidden>   Mon, 28 May 2012 17:58:43 +0100
  • usb-creator (0.2.38) precise; urgency=low
    
      [ Colin Watson ]
      * Fix production of Ubuntu <= 10.04 images on Ubuntu >= 10.10 using
        syslinux-legacy (LP: #645818).
    
      [ Evan Dandrea ]
      * When comparing against 10.04, treat its point releases the same as
        the initial release.
      * Drop code to insert 'ui' in front of 'gfxboot bootlogo' in 10.04.
        The ui command was added after 10.04.
     -- Evan Dandrea <email address hidden>   Mon, 16 Apr 2012 11:29:30 +0100