General:
+Beta Release 2.5.28-b1
+02Jan09
+kes Fix annoying compiler warnings in console/conio.c
+kes Fix win32 build (depended whether or not ./configure was run).
+28Dec08
+kes Apply fix suggested by Bruno Friedmann to configure.in to
+ find python2.5
+26Dec08
+kes Turn on Eric's match_bsr tape block checking code.
+kes Correct values used for tape block numbers in record.c.
+23Dec08
+ebl Fix a problem with PoolUncopiedJobs option which was broken
+ by the new JT_JOB_COPY type.
+kes Fix bug #1206 -- Error: sql_update.c:194, which was probably
+ caused by the user modifying the Bacula DB schema.
+kes Remove rogue line of C code.
+kes Fix bug #1208
+
Beta Release Version 2.5.26
20Dec08
kes Correct typo in Win32 Makefile editing
- Release Notes for Bacula 2.5.26
+ Release Notes for Bacula 2.5.28
Bacula code: Total files = 522 Total lines = 203,305 (*.h *.c *.in)
being directly linked in as in prior versions. This means that
the Bacula shared objects, must either be in a shared object
directory known to the loader or they must be in the directory
-that may be specified on the ./configure line using the
---libdir option as:
-
- ./configure --libdir=/full-path/dir
-
-the default /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
-that Bacula references are:
-
-libbaccfg.so
-libbacfind.so
-libbacpy.so
-libbac.so
+where the Bacula binaries are installed. It is also possible
+to explicitly specify the libraries directory on the ./configure
+line (--libdir=/full-path/dir), but this should not be necessary.
If you have problems with libtool or you wish to use the old
way of building static libraries, you can do so by disabling
http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html
The ChangeLog has more details.
+
+
mixed priorities
General:
+Beta Release 2.5.28-b1
02Jan09
kes Fix annoying compiler warnings in console/conio.c
kes Fix win32 build (depended whether or not ./configure was run).
caused by the user modifying the Bacula DB schema.
kes Remove rogue line of C code.
kes Fix bug #1208
+
+Beta Release 2.5.16-b1
20Dec08
ebl Work on copy jobs
- Add "list copies" command