[Bug 484252] Re: Format action wipes all partitions
Launchpad Bug Tracker
484252 at bugs.launchpad.net
Mon May 28 17:05:15 UTC 2012
This bug was fixed in the package usb-creator - 0.2.39
---------------
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 <ev at ubuntu.com> Mon, 28 May 2012 17:58:43 +0100
** Changed in: usb-creator (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to usb-creator in Ubuntu.
https://bugs.launchpad.net/bugs/484252
Title:
Format action wipes all partitions
Status in “usb-creator” package in Ubuntu:
Fix Released
Bug description:
"Erase Disk" action formats *all* partitions, instead of the selected
partition only.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/484252/+subscriptions
More information about the foundations-bugs
mailing list