| 1 | * = new feature, + = improvement/bug fix, - = feature removed |
|---|
| 2 | New in v0.5.1 (26/5/2007) |
|---|
| 3 | -------------------------- |
|---|
| 4 | + Applied distro patches for easier packaging |
|---|
| 5 | + Better handling of the absence of nautilusburn |
|---|
| 6 | + Use scp instead of gnomevfs where it makes sense |
|---|
| 7 | + Now mentions DVD burning as well as CD burning |
|---|
| 8 | + Replaced deprecated string exception with exception class |
|---|
| 9 | + Now called File Backup Manager in menu |
|---|
| 10 | + Now shows in the System -> Administration menu |
|---|
| 11 | + Various minor tweaks |
|---|
| 12 | |
|---|
| 13 | New in v0.5.0 (8/4/2007) |
|---|
| 14 | -------------------------- |
|---|
| 15 | * i18n support using gettext |
|---|
| 16 | + Refactored code |
|---|
| 17 | + Better progress monitoring of mkisofs |
|---|
| 18 | + Saner handling of ssh password/phrase prompting |
|---|
| 19 | + Various minor tweaks and fixes |
|---|
| 20 | |
|---|
| 21 | New in v0.4.5 (6/1/2007) |
|---|
| 22 | -------------------------- |
|---|
| 23 | + Progress bars now show progress properly |
|---|
| 24 | + Fixed directory/file walk is too slow (bug #36) |
|---|
| 25 | + Fixed does not use busy cursor when it's busy (bug #37) |
|---|
| 26 | + Fixed does not redraw screen during "starting backup" (bug #35) |
|---|
| 27 | |
|---|
| 28 | New in v0.4.4 (20/11/2006) |
|---|
| 29 | -------------------------- |
|---|
| 30 | + Fixed broken-symlinks-cause-error (bug #34) |
|---|
| 31 | + Fixed Backing up homedir to homedir causes infinite loop (bug #33) |
|---|
| 32 | + Remembered to increment the version number in setup.py this time |
|---|
| 33 | |
|---|
| 34 | New in v0.4.3 (18/11/2006) |
|---|
| 35 | -------------------------- |
|---|
| 36 | * New maintainer |
|---|
| 37 | * Added man page |
|---|
| 38 | + Updated to work with another newer nautilusburn API (bug #30) |
|---|
| 39 | + Fixed symlink-causes-recursion bug - now uses os.walk() |
|---|
| 40 | + Uses a friendly window title (bug #24) |
|---|
| 41 | |
|---|
| 42 | New in v0.4.2 (22/04/2006) |
|---|
| 43 | -------------------------- |
|---|
| 44 | + Resolved crash on startup (bug #23) |
|---|
| 45 | + Updated to work with newer nautilusburn API |
|---|
| 46 | |
|---|
| 47 | New in v0.4.1 (19/09/2005) |
|---|
| 48 | -------------------------- |
|---|
| 49 | * pyBackPack logo in the about box - credit goes to Graham Cole <chckens@sucs.org> |
|---|
| 50 | + Fixed bug #17 (spacing between actions in output log) |
|---|
| 51 | |
|---|
| 52 | New in v0.4 (28/08/2005) |
|---|
| 53 | ------------------------ |
|---|
| 54 | * SSH backups + restores |
|---|
| 55 | + Increments in the restore window are listed with the most recent first |
|---|
| 56 | + The GUI no longer locks when doing a backup, and gives an indication |
|---|
| 57 | of how much of the backup it's done |
|---|
| 58 | |
|---|
| 59 | New in v0.3 (26/08/2005) |
|---|
| 60 | ------------------------ |
|---|
| 61 | + Tidier interface - output log is in its own window, and is common to |
|---|
| 62 | restores and backups. |
|---|
| 63 | + Fixed the logic that checks if a destination directory is suitable to write to |
|---|
| 64 | - Removed SSH/network elements from the interface until the code to make them |
|---|
| 65 | work is ready. |
|---|
| 66 | |
|---|
| 67 | New in v0.2.999 (23/08/2005) |
|---|
| 68 | ------------------------ |
|---|
| 69 | * Backup sets are editable |
|---|
| 70 | * Files and directories can now be excluded from a backup set |
|---|
| 71 | * An immutable backup set called 'home' is created automatically |
|---|
| 72 | * Single-click home directory backup to CD from the main window |
|---|
| 73 | * local backups and restores keep a history list of destinations/sources |
|---|
| 74 | + Checks are made on the files to be backed up (are they all readable, |
|---|
| 75 | do all paths specified in the backup set exist?) |
|---|
| 76 | + Replaced the cdrecord shell command with nautilusburn, |
|---|
| 77 | and gave it a shiny new interface to match. |
|---|
| 78 | + It'll actually burn CDs now - I accidentally left the cdrecord |
|---|
| 79 | '-dummy' flag turned on in 0.2 ;) |
|---|
| 80 | |
|---|
| 81 | New in v0.2 (17/08/2005) |
|---|
| 82 | ----------------------- |
|---|
| 83 | - User interface looks nicer and works a little more intuitively |
|---|
| 84 | - Output logs now report something more meaningful |
|---|
| 85 | - CD backups/restores are now possible |
|---|
| 86 | This in particular needs lots of testing to see how it copes with |
|---|
| 87 | different hardware combinations |
|---|
| 88 | - Network (SSH) code is not yet active, should be done for 0.3 |
|---|
| 89 | - It's now possible to do multiple backups/restores in the same |
|---|
| 90 | instance of pybackpack |
|---|
| 91 | - lots of other small improvements |
|---|
| 92 | |
|---|
| 93 | New in v0.1 (14/08/2005) |
|---|
| 94 | ------------------------ |
|---|
| 95 | - Initial release. |
|---|