X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fwx-console%2FCHANGELOG;h=e9485d57945e996236cb291392a2be4dbd20720e;hb=c87eb430746cb5d98d0f2016ac0165b39aba61e8;hp=46dd48b3294fce385bbfe1c52f50b22e255ccc90;hpb=aaca200da2c9367b23f7acdcf348ba91d0426726;p=bacula%2Fbacula diff --git a/bacula/src/wx-console/CHANGELOG b/bacula/src/wx-console/CHANGELOG index 46dd48b329..e9485d5794 100644 --- a/bacula/src/wx-console/CHANGELOG +++ b/bacula/src/wx-console/CHANGELOG @@ -1,4 +1,47 @@ +05-05-2005 : + - Fix a problem when link count for a file is greater than 99 (bug #304). + - Add a workaround for a problem when displaying Unicode filenames with + non-Unicode wxWidgets. + +04-05-2005 : + - Remember the last window position and size. + +03-05-2005 : + - Fix compilation warnings with wxWidgets 2.6.0. + - Fix wxChoice height problem under wxGTK-2.6.0 (GTK+-2.0). + +26-04-2005 : + - Improve error handling when reading configuration file. + - Fixes compile error with unicode-enabled wxWidgets. + +25-04-2005 : + - Fixes to make wx-console compatible with wxWidgets 2.6.0. + +24-03-2005 : + - wxbMainFrame : Fix a bug with GTK+-1.2 which caused wx-console to crash + when starting. + - wxbRestorePanel : Fix a major bug which caused wx-console to enter in an + infinite loop which allocate a lot of memory and could make the system crash. + +10-03-2005 : + - wxbMainFrame : Fix bug #0000221 (Debian 292517) + +13-08-2004 : + - wxbHistoryTextCtrl : Fixed Win32 build error + - general : implemented command completion and interactive help. + +06-08-2004 : + - wxbRestorePanel : now parsing '+' sent by the director when building + tree. + - wxbRestorePanel : implemented .backups client=xxx (2.1) + - wxbRestorePanel : implemented the director modification showing + jobid when a job is started. + +28-07-2004 : + - wxbRestorePanel : implemented restore before= parameter. + 17-07-2004 : + - wxbRestorePanel & wxbHistoryTextCtrl : Fixed unsigned comparisons. - wxbRestorePanel : Fixed problem when the newly created job is not at the end of the list.