]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.39
- Work on getting wx-console building on MinGW. wxWidgets now builds
[bacula/bacula] / bacula / kes-1.39
index e214dad2be25566c8fbe71565d1062d64303de1b..49fd0bdd2939d90a1c7a215be53cc8a4c293cc5b 100644 (file)
@@ -2,6 +2,43 @@
                         Kern Sibbald
 
 General:
+01Ma06
+- Work on getting wx-console building on MinGW. wxWidgets now builds
+  started adding Makefile ...
+- Moved MinGW library objects to src/win32/lib to reduce clutter.
+30Apr06
+- Reloading a bad configuration file doesn't kill director any more.
+  Thanks to fix from Eric Bollengier.
+29Apr06
+- Fix problem of accents with new Win32 code.
+- Integrate Howard's VSS patch. Tweak it a bit. VSS now
+  works in the MinGW build with the exception that there
+  is a problem with accented characters -- i.e. there is
+  some mapping problem with wide characters.
+- The code no longer compiles with Microsoft VC++.
+28Apr06
+- Start implementing Christopher's St.Bernard code.
+- Add Christopher's mods for opening files.
+- Strip \r \n from Win32 error messages (Christopher)
+- Add more info about Win32 system if unknown (Christopher)
+- Use bstrn(cpy, cat) routines to avoid overrun in compat.cpp
+- Fix a number of incorrect strings marked for translation, when
+  they should not be (e.g. commands).
+- Fix StartTime bug reported for ClientRunBeforeJob and RunBeforeJob
+  Patches supplied by user in bugs #608 and #599.
+- Use most recent of st_ctime and st_mtime in restore tree DIR
+  listing. This fixes some problems with Win32 printing incorrect
+  values.
+- Correct the clock shift comm time calculation between the DIR
+  and the FD. It was added rather than subtracted.
+- Strip all backslashes in filenames to be restored on Win32
+  machines -- the names should all be in Unix format, and if
+  there are any backslashes it is most likely due to an improper
+  FileSet definition, and the files will not otherwise be 
+  restorable.
+- Remove lib/regex.c (replaced by bregex.c).
+- Delete src/win32/License.txt
+- Modify installer to install LICENSE
 26Apr06
 - Fix bug in build-win32-cross-tools script reported by Howard
 - Implement cross compiled bconsole