root/tags/pybackpack-0.5.6/CHANGELOG

Revision 195, 4.8 kB (checked in by andy, 18 months ago)

Finalise things for 0.5.6

Line 
1* = new feature, + = improvement/bug fix, - = feature removed
2New in v0.5.6 (25/09/2008)
3--------------------------
4+ Remove Encoding key from pybackpack.desktop
5+ Remove ancient "Foo" placeholder labels
6+ Add Japanese translation by Tomoe Sugihara
7+ Improve error reporting when genisoimage fails
8+ Various code refactoring
9+ Fix backup set selection and 'backup' button sensitivity bugs
10* New build_mo command in setup.py to build message catalogues
11* setup.py now installs message catalogues
12
13New in v0.5.5 (08/09/2008)
14--------------------------
15+ Fix TypeError in on_overwrite_dialog_response()
16+ Fix TypeError in on_treeview_backup_sets_cursor_changed()
17+ Fix OSError in rmtree()
18+ Fix AttributeError in do_ssh_backup() (bug #64)
19+ Add Czech translation by Kamil Páral
20+ Fix parts of GUI where text was being obscured
21
22New in v0.5.4 (23/12/2007)
23--------------------------
24+ Code cleanup based on pychecker results
25+ Use genisoimage instead of mkisofs
26+ Rearrange the source tree for easier installation and packaging
27+ Set the backup set path on creation (bug #60)
28+ Strip newlines from MRU entries
29
30New in v0.5.3 (08/12/2007)
31--------------------------
32+ Fixed showstopper bug
33
34New in v0.5.2 (03/12/2007)
35--------------------------
36+ Improved abstractions using new BackupSet class
37+ Various minor bug fixes and tweaks
38+ New translations
39
40New in v0.5.1 (26/5/2007)
41--------------------------
42+ Applied distro patches for easier packaging
43+ Better handling of the absence of nautilusburn
44+ Use scp instead of gnomevfs where it makes sense
45+ Now mentions DVD burning as well as CD burning
46+ Replaced deprecated string exception with exception class
47+ Now called File Backup Manager in menu
48+ Now shows in the System -> Administration menu
49+ Various minor tweaks
50
51New in v0.5.0 (8/4/2007)
52--------------------------
53* i18n support using gettext
54+ Refactored code
55+ Better progress monitoring of mkisofs
56+ Saner handling of ssh password/phrase prompting
57+ Various minor tweaks and fixes
58
59New in v0.4.5 (6/1/2007)
60--------------------------
61+ Progress bars now show progress properly
62+ Fixed directory/file walk is too slow (bug #36)
63+ Fixed does not use busy cursor when it's busy (bug #37)
64+ Fixed does not redraw screen during "starting backup" (bug #35)
65
66New in v0.4.4 (20/11/2006)
67--------------------------
68+ Fixed broken-symlinks-cause-error (bug #34)
69+ Fixed Backing up homedir to homedir causes infinite loop (bug #33)
70+ Remembered to increment the version number in setup.py this time
71
72New in v0.4.3 (18/11/2006)
73--------------------------
74* New maintainer
75* Added man page
76+ Updated to work with another newer nautilusburn API (bug #30)
77+ Fixed symlink-causes-recursion bug - now uses os.walk()
78+ Uses a friendly window title (bug #24)
79
80New in v0.4.2 (22/04/2006)
81--------------------------
82+ Resolved crash on startup (bug #23)
83+ Updated to work with newer nautilusburn API
84
85New in v0.4.1 (19/09/2005)
86--------------------------
87* pyBackPack logo in the about box - credit goes to Graham Cole <chckens@sucs.org>
88+ Fixed bug #17 (spacing between actions in output log)
89
90New in v0.4 (28/08/2005)
91------------------------
92* SSH backups + restores
93+ Increments in the restore window are listed with the most recent first
94+ The GUI no longer locks when doing a backup, and gives an indication
95  of how much of the backup it's done
96 
97New in v0.3 (26/08/2005)
98------------------------
99+ Tidier interface - output log is in its own window, and is common to
100  restores and backups.
101+ Fixed the logic that checks if a destination directory is suitable to write to
102- Removed SSH/network elements from the interface until the code to make them
103  work is ready.
104
105New in v0.2.999 (23/08/2005)
106------------------------
107* Backup sets are editable
108* Files and directories can now be excluded from a backup set
109* An immutable backup set called 'home' is created automatically
110* Single-click home directory backup to CD from the main window
111* local backups and restores keep a history list of destinations/sources
112+ Checks are made on the files to be backed up (are they all readable,
113  do all paths specified in the backup set exist?)
114+ Replaced the cdrecord shell command with nautilusburn,
115  and gave it a shiny new interface to match.
116+ It'll actually burn CDs now - I accidentally left the cdrecord
117  '-dummy' flag turned on in 0.2 ;)
118 
119New in v0.2 (17/08/2005)
120-----------------------
121- User interface looks nicer and works a little more intuitively
122- Output logs now report something more meaningful
123- CD backups/restores are now possible
124  This in particular needs lots of testing to see how it copes with
125  different hardware combinations
126- Network (SSH) code is not yet active, should be done for 0.3
127- It's now possible to do multiple backups/restores in the same
128  instance of pybackpack
129- lots of other small improvements
130
131New in v0.1 (14/08/2005)
132------------------------
133- Initial release.
Note: See TracBrowser for help on using the browser.