]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.5
ebl update copy doc
[bacula/bacula] / bacula / technotes-2.5
index e1c33af9a224a37a05430d538c5d87caf662df0d..7c92cbce7c9ad06c947739f222cc7d14190b13ab 100644 (file)
@@ -30,7 +30,7 @@ that may be specified on the ./configure line using the
 
   ./configure --libdir=/full-path/dir
 
-the default /lib. If --libdir is specified, there should be
+the default /usr/lib. If --libdir is specified, there should be
 no need to modify your loader configuration provided that
 the shared objects are installed in that directory (Bacula
 does this with the make install command). The shared objects 
@@ -50,6 +50,32 @@ libtool on the configure command line with:
 
 
 General:
+23Oct08
+kes  Integrate James Harper's Exchange Win32 plugin patch.
+kes  Apply patch from Marco van Wieringen that implements the new
+     Solaris libsec interface for ACLs so that Bacula can save and
+     restore both the new ACLs and old ACLs.
+kes  Marco's patch also corrects the file dependency generation code
+     so that it works properly both with shared libraries and static
+     libraries.
+kes  Marco's patch also includes a small cleanup of the cats Makefile
+     to remove some references to non-existent files.
+22Oct08
+kes  Modify win32 Makefiles to use full paths in most cases.
+     In particular add MAINDIR environment variable that points
+     to the main Bacula source directory.
+21Oct08
+kes  Add read volume list code to SD -- not yet used.
+kes  Add James' binutils patch
+kes  Split volume management code out of src/stored/reserve.c into
+     a new file vol_mgr.c 
+kes  Modify configure to do an automatic make clean.  This ensures
+     that any changes to ./configure options are handled correctly.
+
+Beta version 2.5.16 release:
+20Oct08
+ebl  Rename JobStat table to JobHistory
+kes  Ensure that only normally terminated jobs are migrated.
 19Oct08
 kes  Add Makefile dependency when using LIBTOOL_LINK so that any
      change in ./configure options will be accounted for.