]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
kes Remove old mmap code from compat.h/cpp
[bacula/bacula] / bacula / ReleaseNotes
1
2        Release Notes for Bacula 2.5.26
3
4   Bacula code: Total files = 522 Total lines = 203,305 (*.h *.c *.in)
5
6 This Director and Storage daemon must be upgraded at the same time,
7 but they should be compatible with all 2.4.x File daemons, unless you
8 use some of the new features that affect the FD.  In other words, you should
9 not have to upgrade all your File daemons when you upgrade. There is
10 no database upgrade needed from version 2.4.x.  However, the next
11 BETA release will require a database upgrade.
12
13 ==================   Warning !!!!!! ==========================
14 This BETA release of Bacula 2.5.x development code uses libtool
15 to generate the Bacula libraries as shared objects rather than
16 being directly linked in as in prior versions.  This means that
17 the Bacula shared objects, must either be in a shared object 
18 directory known to the loader or they must be in the directory
19 that may be specified on the ./configure line using the
20 --libdir option as:
21
22   ./configure --libdir=/full-path/dir
23
24 the default /lib. If --libdir is specified, there should be
25 no need to modify your loader configuration provided that
26 the shared objects are installed in that directory (Bacula
27 does this with the make install command). The shared objects 
28 that Bacula references are:
29
30 libbaccfg.so
31 libbacfind.so
32 libbacpy.so
33 libbac.so
34
35 If you have problems with libtool or you wish to use the old 
36 way of building static libraries, you can do so by disabling 
37 libtool on the configure command line with:
38
39   ./configure --disable-libtool
40 ==============================================================
41
42 This release includes large number of new features and changes.
43 It should be more or less compatible with previous xx.conf files
44 and File daemons providing that you are not using any of the new
45 features.
46
47 Please see the New Features chapter of the new manual, which documents
48 some but not all the new features (we are still working on it):
49
50 http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html
51   
52 The ChangeLog has more details.