Tag '3.13.1' created by Luke Macken lmacken@redhat.com at 2014-11-27 07:14 +0000
3.13.1
Changes since 3.13.0: Luke Macken (40): Merge branch 'release/3.12.1' Merge branch 'release/3.13.0' into develop Sync our RPM spec with rawhide Add the appdata.xml (issue #12) Remove housekeeping comment from appdata Add myself as the updatecontact in the AppData Don't 'make mo' twice in the spec Install the appdata from our setup.py Include the appdata in our spec Optimize our MANIFEST.in Remove the extension from our icon in the desktop file to fix a soon-to-be-fatal warning Fix a bug in the get_fedora_releases function to properly fetch the latest releases Gracefully handle exceptions in the release fetching code (#1096460) Rename the README so it gets rendered as reStructuredText New UI changes for liveusb creation method Add a LiveUSBCreator.dd_image method Hook the gui up to the new destructive installation API s/txt/rst for the README Tweak the radio button label Fire up the progress bar during the dd Update the linux_dialog.py Add a --dd command-line option dd optimizations Use dd oflag=direct Add some tooltips Require confirmation for destructive installs Get the calculate_liveos_checksum method workin on Linux (fixes #1) Revamp the gui to use proper widget layouts (#807) Disable the download group when an ISO has been manually selected Add the chopped up header images Bump version to 3.13.0 Update our license to the latest GPL2, with fixed FSF address. Exclude *.pyc and *.sw* Merge branch 'master' into develop Use polkit (pkexec) instead of consolehelper, thanks to Gene Czarcinski (#1145813) Gracefully handle exception messages of all types (#1044309) Gracefully handle missing paths (#1057640) More robust handling of exception messages (#1098725) Ensure our destination path exists before checking for the liveos (#1006270) Version bump
--- LICENSE.txt | 45 +++++++++----------- MANIFEST.in | 6 +- data/liveusb-creator.desktop | 2 liveusb-creator | 2 liveusb-creator.console | 5 -- liveusb-creator.pam | 5 -- liveusb-creator.spec | 40 +++++++++++------ liveusb-creator_polkit | 6 ++ liveusb/creator.py | 43 ++++++++++--------- liveusb/gui.py | 6 -- org.fedoraproject.pkexec.run-liveusb-creator.policy | 19 ++++++++ setup.py | 2 12 files changed, 105 insertions(+), 76 deletions(-) ---
liveusb-creator@lists.stg.fedorahosted.org