~usb-creator-hackers/usb-creator/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Evan Dandrea
  • Date: 2008-09-14 10:05:05 UTC
  • Revision ID: evan.dandrea@canonical.com-20080914100505-8uw2vngi3iezu9xn
* Replaced the log-output backed command wrapper with a simpler solution
  (LP: #269044).
* Now logging to ~/.usb-creator.log instead of just stdout.
* Moved the persistence code from the backend to scripts/install.py and
  wired up the persistence scale in the frontend.
* The backend now reports the task description in addition to the progress
  value.
* A failure dialog is now shown when scripts/install.py exits non-zero
  (LP: #269035).
* Mount the target device at install time if it has not already been
  mounted (LP: #269032).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
      to delete some files to free up space before continuing.
14
14
  * Fixed the left-alignment of labels thanks to a tip from Colin Watson.
15
15
  * Merged the separate CD and ISO lists into the CD list in the backend.
 
16
  * Replaced the log-output backed command wrapper with a simpler solution
 
17
    (LP: #269044).
 
18
  * Now logging to ~/.usb-creator.log instead of just stdout.
 
19
  * Moved the persistence code from the backend to scripts/install.py and
 
20
    wired up the persistence scale in the frontend.
 
21
  * The backend now reports the task description in addition to the progress
 
22
    value.
 
23
  * A failure dialog is now shown when scripts/install.py exits non-zero
 
24
    (LP: #269035).
 
25
  * Mount the target device at install time if it has not already been
 
26
    mounted (LP: #269032).
16
27
 
17
28
  [ Colin Watson ]
18
29
  * Avoid executing commands via the shell (LP: #269048).