]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
ebl fix sql scripts and add new update stats query
[bacula/bacula] / bacula / ReleaseNotes
index d70945b793ed13b8f3ddc936984ed4866fcf34f6..4443960fa01664ddd11208d0bcc711f98819464b 100644 (file)
@@ -1,35 +1,64 @@
-          Release Notes for Bacula 1.27
-
-  Bacula code: Total files = 220 Total lines = 59,468 (*.h *.c *.in)
-
-Major Changes this Release:
-- Implemented support for Sparse files.
-- Implemented support for all Win32 attributes.
-- New Volume format. Will permit faster restores,
-  and correct restores of Volumes written with multiple
-  simultaneous jobs.
-- Important change to communications protocol. Eliminated
-  deprecated 0 signal. 
-
-Minor Changes this Release:
-- Mount Anonymous Volumes is now dropped from the Storage
-  daemon configuration files.
-- Accept Any Volume is by default "Yes" and permits Bacula
-  to accept any appendable volume from the pool. Previously,
-  it would accept ONLY the next appendable volume. To get
-  the old behavior add "Accept Any Volume = No" to the
-  Storage resources of your Director's configuration file.
-- Improve handling of the "Where" prefix on Win32 by first
-  stripping any previous drive. This allows restoration to
-  any drive.
-- Modified Director-FD logon sequence to pass the OS id strings
-  to the director.
-- Fixed mount loop when the autochanger slot is incorrect in 
-  the catalog.
-- Updated the bacula script to work on more systems.
-
-Items to note:
-- The Dir-SD protocol has changed since 1.26, so you must
-  update the Director and Storage daemons.
-- The Dir-FD protocol has changed since 1.26 (and earlier versions
-  of 1.27).
+
+       Release Notes for Bacula 2.5.28
+
+  Bacula code: Total files = 522 Total lines = 203,305 (*.h *.c *.in)
+
+This Director and Storage daemon must be upgraded at the same time,
+but they should be compatible with all 2.4.x File daemons, unless you
+use some of the new features that affect the FD.  In other words, you should
+not have to upgrade all your File daemons when you upgrade. There is
+no database upgrade needed from version 2.4.x.  However, the next
+BETA release will require a database upgrade.
+
+================== Warning !!!!!! ==========================
+
+New Catalog format :
+--------------------
+
+This BETA release of Bacula uses a new catalog format. We provide a set of
+script that permit to convert a 2.4.x (version 10) catalog to 2.5.x (version
+11). If you are using already a 2.5 version, you need to drop the JobHistory
+table before upgrading your catalog (if you are using the new "long term
+statistics" module, you can upgrade this table like with the Job table, see
+upgrade_<database>_table script).
+
+The upgrade operation will convert an essential field of the File table, and
+this operation will take TIME and will DOUBLE THE SIZE of your
+catalog temporarily. Depending on your catalog backend, you won't be able to run jobs
+during this period. For example, a 3 million files catalog will take 2mins to
+upgrade on a normal machine. Don't forget to backup it before executing the
+script.
+
+
+New configure option :
+----------------------
+
+This BETA release of Bacula 2.5.x development code uses libtool
+to generate the Bacula libraries as shared objects rather than
+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
+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 
+libtool on the configure command line with:
+
+  ./configure --disable-libtool
+==============================================================
+
+This release includes large number of new features and changes.
+It should be more or less compatible with previous xx.conf files
+and File daemons providing that you are not using any of the new
+features.
+
+Please see the New Features chapter of the new manual, which documents
+some but not all the new features (we are still working on it):
+
+http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html
+  
+The ChangeLog has more details.
+
+