]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2003/kes29Oct02
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/docs
[bacula/docs] / docs / techlogs / 2003 / kes29Oct02
1               Technical notes on version 1.27 26Oct02  
2                      29 October 2002
3                        Kern Sibbald
4
5 General:
6 - Major change to the bnet communications routines.
7
8 Changes submitted this submission:
9 - Modified the bacula script to use pid files, so this script should
10   now work on more platforms.  Updated devel_bacula as well.
11 - Added the full GNU hostname on the configuration print output.
12 - Added gettimeofday() to configure, and tweaked a few variables for
13   OpenBSD.
14 - Added a chapter to the manual on Porting Bacula to other platforms.
15 - Documented in Tips how to use the WriteBootstrap record.
16 - Modified bc_types.h to error if 64 bit types are not found.
17 - Pass replace option for restore to the FD (no code to use it yet).
18 - Modify the FD to pass back the GNU OS string as well as the DISTNAME
19   and DISTVER. This needs to be put in the Client record in the catalog.
20 - Major reworking of the bnet routines to eliminate the zero length which
21   previously indicated a signal. This risks to create some subtle communications
22   bugs.  The changes now permit blank lines to be sent from the user to the
23   Director.
24 - Found and corrected a few more places where the Win32 attributes were not
25   being recognized.
26 - Permit spaces in the Where string (restore) by bashing/unbashing them.
27 - Handle quotes correctly in the Console program (actually Dir ua code).
28   Previously they were not handled in the middle of a string.
29 - Corrected two error message (error reading file), which previously stated
30   it was a network error.
31 - Reworked the files in the binary Windows release. Removed unused programs 
32   and added a README with the copyright as suggested by John. Also added
33   console.exe to the release.
34 - Found and corrected an autoloader mount problem where the wrong tape
35   was specified.  Previously it looped, then gave up.  Now it correctly
36   detects the volume is not correct and zaps the Slot in the catalog.