]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/CHANGELOG
Fix my errors in specifying the configuration defaults:
[bacula/bacula] / bacula / src / wx-console / CHANGELOG
index 46dd48b3294fce385bbfe1c52f50b22e255ccc90..e9485d57945e996236cb291392a2be4dbd20720e 100644 (file)
@@ -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=<Date> 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.