]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Tweak ReleaseNotes
[bacula/bacula] / bacula / ReleaseNotes
1
2                Release Notes for Bacula 5.2.0
3
4   Bacula code: Total files = 1,110 Total lines = 231,439 (Using SLOCCount)
5
6 General:
7 --------
8
9 This 5.2.0 version is a major release since the last version 5.0.3.
10 It includes well over 371,803 lines of changes made by 21 contributors
11 and a number of important new features:
12
13 Compatibility:
14 --------------
15  As always, both the Director and Storage daemon must be upgraded at
16  the same time.
17
18  Older 5.0.x and 3.0.x File Daemons are compatible with the 5.2.0
19  Director and Storage daemons. There should be no need to upgrade older File
20  Daemons.
21
22 Main New Features:
23 ------------------
24 - LZO Compression
25 - New Tray Monitor
26 - Purge Migration Job
27 - Changes in Bvfs (Bacula Virtual FileSystem)
28 - Changes in the Pruning Algorithm
29 - Ability to Verify any specified Job
30 - Additions to RunScript variables
31 - Additions to the Plugin API
32 - ACL enhancements
33 - XATTR enhancements
34 - Class Based Dtabase Backend Drivers
35 - Hash List Enhancements
36
37 Some of the above are described below; all the above are
38 described in more detail in the New Features chapter of the
39 manual.
40
41
42 ================== Warning !!!!!! ==========================
43
44  The new pruning algorithm will not allow pruning of jobs that are essential to
45  restore since the last Full backup. This is, of course, correct and desirable,
46  but it is different from older Bacula versions that could inappropriately
47  prune jobs. Pruning of volumes is not affected.
48
49 Building Bat:
50 -------------
51 To build Bat, you need Qt4 version 4.6.2.  If you build with any other
52 version it is likely not to work.  If you do not have version 4.6.2, on
53 your system, you can download the Bacula depkgs_qt version 16Dec10.
54
55 New Catalog format in version 5.2.0
56 -----------------------------------
57 This release of Bacula uses a new catalog format. We provide a set of
58 scripts that permit to convert a 5.0.x (version 12) catalog to 5.2.0 (version
59 14).  The Bacula project rpm spec files have been modified to
60 detect the database change and do the upgrade for you.  We strongly
61 recommend that you save a copy of your existing database before upgrading
62 using rpms.
63
64 The simplest way to upgrade the database assuming you are building from
65 source (i.e. manually):
66 1. Stop any current version of Bacula from running.
67 2. Save a copy of your existing database.
68 3. Configure, build, and install the 5.2.0 version of Bacula
69    Note the new ./configure options in the manuals see the link
70    at the bottom of this file.
71 4. cd <your-scripts-installation-directory>
72 5. ./update_bacula_tables
73 6. If you have multiple catalogs, edit the update_bacula_tables
74    script and put the name of another database, and then
75    execute the script again. Repeat this until all Bacula
76    catalogs have been updated.
77 7. Start the new Bacula.  If everything worked, it should
78    not print any error messages.
79
80 If you start from scratch, you don't need to run the update_bacula_tables
81 script because the create_bacula_tables script automatically creates the new
82 table format.  However, if you are using a version of Bacula older than 5.0.0
83 (e.g.  3.0.3) then you need to run the update_bacula_tables script that will
84 be found in the <bacula>/src/cats directory after you run the ./configure
85 command.  As mentioned above, before running this script, please backup your
86 catalog database, and when you do running it, be sure shutdown Bacula and be
87 aware that running the script can take some time depending on your database
88 size.
89
90 ================================================================
91
92 Changes:
93
94 Speed and Memory Usage Enhancements:
95 - Implement LZO compression algorithm (need lzo2 headers to activate this option)
96 - New Pruning algoritm -- safer and faster
97 - Use of PostgreSQL cursor when doing large queries, should reduce the
98   memory usage during restore and accurate backups.
99 - limit command in some list commands
100 - Bacula Virtual File System for fast catalog access
101 - Faster crc32 algorithm
102
103 Security Enhancements:
104 - Additional security against injection of illegal characters
105 - Fix possible fnmatch problem
106
107 Features Enhancements:
108 - Improvements in ACL and xattr handling on additional platforms:
109   AIX, Darwind, FreeBSD, HPUX, IRIX, Solaris, Tru64
110 - Tray monitor for Windows
111 - New SQL backend and ./configure that permits building multiple catalog
112   backends in one build, and has the main Bacula core code totally independent
113   of the SQL backend, which should simplify packaging (only the
114   libbacsql.so/dll needs to be changed to switch from one database backend
115   to another (e.g. MySQL to PostgreSQL).
116 - Indent lsmark during restore
117 - Disable batch insert config item
118 - Director selection option in bconsole
119 - restorejob command in bconsole
120 - Many additional features for bat such as "brestore" panel
121 - The old bat version browser has been turned off since it does not
122   work correctly and the brestore panel provides the same functionality
123 - Improved hash table for hard links
124 - Additional script variable editing such as %b (JobBytes), %F (JobFiles) 
125   and %h (Client Address)
126
127 Other Enhancements:
128 - Includes better handling for Windows repares points, mount points, and 
129   junction points.
130 - New database format
131 - Many new plugin API features
132 - Improved memory handling for restores
133 - Significant stability enhancements to bat
134 - xattr/ACL restore failure are now printed as Warning
135 - A few path name length limits in Windows have been removed.
136
137
138 ===========================================================================
139
140 The 5.0.3 version is significant bug fix update to version 5.0.2.
141 It includes new code and some new features.
142 There is no database change since prior versions of 5.0.
143
144 Note, if you are running 5.0.0, read the 5.0.1 and 5.0.2 release notes below in
145   the 5.0.1 release section.
146   Important!!!
147
148 Compatibility:
149 --------------
150  As always, both the Director and Storage daemon must be upgraded at
151  the same time.
152
153  Older 5.0.x and 3.0.x File Daemons are compatible with the 5.0.3
154  Director and Storage daemons. There should be no need to upgrade older File
155  Daemons.
156
157 Changes and New Features:
158 - If a VSS (Windows) snapshot fails, the whole Job is failed, previously
159   it printed a warning message and continued.
160 - New editing codes %b = Job Bytes and %f = Job Files for runscripts
161 - Any non-Bacula project plugins (i.e. third party plugins) 
162   must be upgraded to specify AGPLv3 in place of the GPLv2 used previously 
163   for the PLUGIN_LICENSE.
164 - The bat Media page text columns can be sorted by clicking on the column.
165 - If possible, the SD will automatically update the catalog Volume size if 
166   it does not match the Volume size. The mismatch between the Volume sizes
167   typically occurs when the FD has a comm line drop or the FD crashes.
168
169
170 Bug fixes
171 1538 1554 1564 1567 1568 1569 1571 1577 1581 1582 1587 1594 1595 1606 1610
172
173 - Change license from GPLv2 to AGPLv3
174 - Make Win32 no filesystem change more explicit
175 - Backport Branch-4.0 release to Branch-5.0
176 - Massive backport from Branch-5.1 to Branch-5.0
177 - Fix postgresql catalog creation when version is not on the first line
178 - Fix bug #1610 handle empty xattr values on Linux and xBSD.
179 - Garbage collect memory pool at end of job and before sm_dump
180 - Add xattr seg fault protection suggested by Marco for bug #1610
181 - Add archlinux to os.m4
182 - More fixes for 32/64 bit problems in smartall
183 - Fix 32/64 bit problem in smartalloc dump routine
184 - Fix bad copy/paste in commit c88dccb88 prably a seg fault
185 - Add .dump and .exit commands for daemons
186 - Make SD automatically fix the Volume size in the Catalog when out of sync
187 - Use Pmsg in smartall.c rather than printf for tracing Windows
188 - Up maximum block size to 20M
189 - Fix for TLS bugs #1568 and #1599
190 - Improve comm line error handling for TLS, may fix bug #1568 and #1599
191 - Fix problem when sending Cancel event to plugin
192 - Convert all Jmsg on the watchdog thread to Qmsg
193 - Fix SD crash due to mismatched lock/unlock in error condition
194 - Fix bug #1587 if you have clients with different catalogs configured, both 
195   catalogs contains all clients after a reload or restart of the dir
196 - Fix bug #1577 During migration: ERROR in block.c:950 Failed ASSERT: dev->is_open() 
197   by moving and commenting out the ASSERT()
198 - Skip HB kill in FD if HB thread terminated
199 - Fix crash from unequal volume_lock/unlock calls
200 - New prunning algorithm -- should be more accurate
201 - Save any dumps during regression to dumps directory
202 - Fix crash from rw_lock/unlock miss match
203 - Attempt to fix duplicate job kill seg fault
204 - Replace pthread_kill by my_thread_send_signal() in jcr.c
205 - fix #1595 about batch mode detection problem for postgresql with non standard 
206   install dir
207 - Fix #1594 about prune copy jobs
208 - Apply literal string fix in printf submitted by Luca Berra
209 - Fix bug #1582 Restore from multiple storage daemons breaks subsequent backups
210 - Fix segfault on "cancel jobid=" command
211 - Fix bug #1554 Windows installer doesn't honor /S flag
212 - Remove pool zap code that breaks 2drive-concurrent-test
213 - Fix #1571 and install libraries with 755 perms
214 - Fix bug #1581 ASSERTs in src/dird/jobq.c can never trigger
215 - Fix problem with BaseJob and Accurate FileSet options on client side
216 - Fix for bug #1569 deadlock/crash in Dir
217 - Fix segfault when loading Plugins
218 - Fix #1567 about display of long volume names truncated during restore
219 - Added new bacula-libs package.
220 - Fix bug #1538 Start Scripts return incorrect value
221 - Fix bug #1564 init scripts not LSB compliant
222
223 See ChangeLog for more details.
224
225 =============================================================================
226
227
228 ============= Release 5.0.2 ========================
229
230 Changes since 5.0.1
231 -------------------
232
233 Bug fixes
234 1502 1511 1517 1524 1527 1532 1536 1541 1549 1551 1553 1559 1560
235
236 - Probable fix for SD crash bug #1553
237 - Fix #1559 problem when restoring pruned jobs with a regexp
238 - Fix for bug #1560 bcopy cannot find Volume
239 - Fix cancel crash bug #1551
240 - Check if sql backend is thread-safe
241 - Correct Pool display in SD status. Fixes bug #1541
242 - Fix cancel crash reported by Stephen Thompson
243 - Rewind on close to fix #1549
244 - Remove closelog() in bpipe fixes bug #1536
245 - Fix #1517 about missing Base level in .level command
246 - Replace ASSERT in block.c with fail Job
247 - Fix database locking calling db_lock and returning from function without
248   calling db_unlock.
249 - Add missing db_unlock to bvfs_update_cache.
250 - Fix #1532 about permission on binaries
251 - Fix #1527 about deadlock during migration
252 - Another fix for OpenSSLv1
253 - Add -lrt to Solaris links
254 - Fix tls.c for OpenSSLv1
255 - Fix #1511 when trying to insert more than 50.000 directories in bvfs
256 - Fix plugin load not to stop if one plugin bad -- pointed out by James
257 - Remove --without-qwt from configure statement.
258 - Second correct fix to bug #1524 verify fails after adding or removing files
259 - Fix bug #1524 verify fails after adding or removing files
260 - Apply fix suggested by Andreas in bug #1502 for mediaview column sort problem
261 - Fix OpenSSL 1.x problem in crypto.c on Fedora 12
262 - Display AllowCompress warning message only if compression used in FileSet
263
264 =============================================================================
265
266
267 ============= Release 5.0.1 ========================
268
269 !!!!!!!!!!!!!!! NOTE FOR 5.0.0 USERS !!!!!!!!!!!!!!!!!!!!
270 The Allow Duplicate Jobs directive has been significantly 
271 reworked, and the default value has changed. See below.
272
273 Truncate On Purge has been totally rewritten. See the new
274 features section of the manual.
275
276 When Volume Poll Interval is set in the SD DEVICE configuration,
277 (default 5 mins), after a certain number of polling tries (approx
278 10) polling will stop and the operator will be asked to
279 resolve the problem.  Previously there was no limit, and an
280 error message could be produced at each poll attempt.
281 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
282
283 Changes since 5.0.0
284 -------------------
285 - We believe that we have resolved most of the problems
286   concerning canceled or failed jobs being "stuck" in the
287   Director.  There is one outstanding problem in the SD when
288   canceling jobs that we will fix in the next major release.
289   If you see jobs that seem to be stuck, in general issuing
290   a cancel command in bconsole should now make them go away.
291
292 Directives:
293 - The default for "Allow Duplicate Jobs" has been changed from 
294   no to yes.  If you use this directive, please check your
295   conf file, and note the next two items !!!!!!!!!!!!!!!!!!!
296 - AllowHigherDuplicates disabled. It did not work as documented   
297     and was confusing.
298 - New directive "CancelLowerLevelDuplicates" See New Features
299   section in the manual.
300 - Truncate on Purge rewritten.  See New Features section in the manual.
301
302 Bug fixes:
303 1448 1466 1467 1468 1476 1481 1486 1488 1494 1497 
304 1499 1501 1505 1509 1513
305
306 - Ensure SD asks for help when looping even if poll set. Fixes bug #1513.
307 - Fix three-pool regress bug
308 - Modify bacula.spec fixes bug #1505
309 - This version fixes an issue where the console window would start out
310   docked. It is fixed by initiating the variables in the Pages class wi
311   constructor.
312 - Fix make_catalog_backup.pl fails when catalog db is on other host
313 - Apply MacOSX installer patch from bug #1509
314 - Apply fix to previous fix of Copy problem. Fix proposed by reporter o
315   #1476
316 - Fix bug #1501 -t does not print errors
317 - Apply SQLite3 update fix from bug #1497
318 - Apply bashism fix for diskchanger.in script from bug #1499
319 - Apply rpm fix for Sci Linux from bug #1494
320 - Take most recent Ukranian po from bug #1448
321 - Probable fix for Copy/Migration bug #1476
322 - Fix bug #1488 -- avoid recursion and race conditions in messages.c
323 - Upgrade cats library also to 5.0.0
324 - Fix missing console page in bat
325 - Add bat help files to Window install
326 - Improve Windows upgrade to ensure old FD is shutdown
327 - Fix bug #1481 -- bat consumes all console file descriptors
328 - Backport truncate on purge from 5.1.x
329 - Fix bug #1486 -- bat doesn't show any errors on command-line
330 - Update the bsock error URL
331 - Correct .my.cnf umask in make_catalog_backup.pl
332 - Apply fix for dbcheck use by make_catalog_backup.pl
333 - Fix seg fault in bscan from new comment field
334 - Allow multiple CNs when using TLS
335 - Fix seg fault in SQlite driver
336 - Make shared libs version the same as the Bacula release version
337 - Remove file_index sequential check
338 - Fix #1466 about Bogus pruning message
339
340 For Packagers:
341 1.  The default query.sql file is now, except for some comments, empty.
342 The old file, which we no longer support (it is impossible or difficult to
343 make it work on every backend, and the queries are mostly contributed) can
344 be found in <bacula-source>/examples/sample-query.sql.  The sample file is
345 not installed by the Makefiles
346
347 2.  When you install the mtx-changer script, you must also install
348 mtx-changer.conf if it does not exist.  This new file (mtx-changer.conf) is
349 required for mtx-changer to work, but it is a user configurable file, so on
350 any update, any existing file should not be overwritten.
351
352 3.  Bat should be built on every platform that is capabable of running Qt.
353 However, the Qt code is changing rather quickly and is not always
354 compatible from version to version.  We have built and verified bat on Qt
355 4.3.4.  We strongly recommend that you do not build and distribute bat with
356 any other version of Qt unless you personally test it.  To build against Qt
357 4.3.4, download the depkgs-qt package from the Bacula Source Forge download
358 location, read the README file and follow the instructions.
359
360 If you are building for Bacula version 5.0.0, please ensure that you do not
361 have qmake-qt4 loaded on your system.  If you do, either remove it or
362 rename it before trying to build bat.  If you do not, bat will probably be
363 built using the shared objects on your system.  For Bacula 5.0.1 and later,
364 this problem (bug) does not exist.
365
366 depkgs-qt does not install Qt on your system, nor does it interfere with
367 you having any other version of Qt installed on your system.  Once you
368 build bat with depkgs-qt, it should *not* use the Qt shared objects, but
369 rather they will be linked into the program.  After fully installing bat
370 (make install), you can run "ldd bat" to see what shared objects it will
371 use.  If any Qt shared objects are referenced, something has gone wrong.
372
373 4.  Unless absolutely necessary, we recommend that you do not define any
374 special library environment variables that apply to the ./configure -- for
375 example: LIBDIR=/...  ./configure <your-options> is strongly discouraged.
376 Doing so, could potentially cause Bacula to be linked against the wrong
377 shared objects.
378
379 5.  The Bacula project strongly recommends that you install Bacula into a
380 single directory, with a few minor exceptions such as the MySQL or
381 PostgreSQL databases.  Preferrably this should be /opt/bacula.  The full
382 recommendation is:
383
384 #!/bin/sh
385 # Recommended configure script for Bacula
386 prefix=/opt/bacula
387 email=xxx@yyy.zz
388 CFLAGS="-g -O2 -Wall" \
389   ./configure \
390     --sbindir=${prefix}/bin \
391     --sysconfdir=${prefix}/etc \
392     --docdir=${prefix}/html \
393     --htmldir=${prefix}/html \
394     --with-working-dir=${prefix}/working \
395     --with-pid-dir=${prefix}/working \
396     --with-subsys-dir=${prefix}/working \
397     --with-scriptdir=${prefix}/scripts \
398     --with-plugindir=${prefix}/plugins \
399     --libdir=${prefix}/lib \
400     --enable-smartalloc \
401     --enable-tray-monitor \
402     --enable-bat \
403     --with-mysql \
404     --with-dump-email=${email} \
405     --with-job-email=${email} \
406     --with-smtp-host=localhost \
407     --with-baseport=9101
408
409 Obviously, the email, and some of the minor options (mysql, postgresql,
410 ...) can be changed to suit your distribution, but the directory names
411 defined above are strongly recommended, and over time the default values in
412 the bacula-dir.conf and bacula-sd.conf will reflect these choices.
413
414 If you have any questions about this or would like a detailed document
415 describing our recommendations including packaging requirements, please
416 send an email to the bacula-devel list.
417
418 6.  Starting with Bacula version 3.0.0 up to Bacula 5.0.0, the shared
419 libraries that Bacula uses by default are named xxx-1.0.0.  Starting with
420 Bacula 5.0.1, we are going to name the libraries using the Bacula version.
421 So in Bacula 5.0.1, the libraries will be named xxx-5.0.1.  With future
422 versions, the last digit may or may not change when we distribute patch
423 updates (i.e.  the last digit of the version changes).  This will depend on
424 whether or not we have changed something in the library.  Hopefully this
425 new procedure will resolve some of the incompatibility problems between
426 different versions of the shared objects.
427
428 7.  The default build option for bconsole is conio (my own little console
429 routines).  I did this because some years ago, readline was very difficult
430 to maintain -- it and where it was found seemed to change on every release.
431 This generated at the time a number of support problems.  It seems to me
432 that since then there have been very few problems with readline.  As a
433 consequence, I have no problem if you want to make bconsole with readline
434 enabled.  It will actually give some very nice new bconsole command
435 completion functionality that Eric has written.  Bottom line: feel free to
436 use readline or not as you please.
437
438 ==========================================================
439
440
441
442 Release Notes for Bacula 5.0.0
443
444 Release Numbering:
445 -----------------------------------------------------------
446 You might be wondering why this release jumps from 3.0.x to 
447 5.0.0 thus skipping version 4.0.0.  We have done this for 
448 several reasons: first, we wanted a way of distinguishing
449 the numbering system for the Bacula System Enterprise version
450 and the Bacula Project version.  So, to do so, we have decided
451 that the first number of the Bacula Project version will always
452 be odd, and the first number of the Enterprise version will always
453 be even. Thus the Bacula Project now moves from 3.0.x to 5.0.x.
454 In addition, we want to keep the Bacula Project version larger
455 than the Enterprise version to indicate that the Bacula Project
456 version is more advanced or has more features than the 
457 Enterprise version. For memory, the current Enterprise version
458 is 2.6.1, and the next release (in a few months -- before June 2010)
459 will be version 4.0.0.
460
461 Warning:
462 --------------------------------------------------------------
463 Please note the three Warnings below before doing any install or
464 upgrade.
465        
466
467 Changes since 3.0.3a (the last Bacula Project release):
468 -------------------------------------------------------
469
470 Bug fixes:
471 1337 1351 1352 1354 1357 1361 1367 1369 1370 1373 
472 1376 1391 1403 1409 1420 1422 1427 1428 1431 1450 
473 1454 1455 1458 1456
474
475 Fixed:
476  - Problem that locks the Director when the SMTP server wasn't 
477    responding to the bsmtp program 
478  - Restore's dir command shows incorrect file sizes 
479  - Fix various problems with the reload command   
480  - Fix problems with conio
481  - Eliminate several deadlocks or potential race conditions from SD
482
483 Enhancements:
484  - Project 5: Truncate volume after purge
485  - Project 6: File Deduplication using Base Jobs 
486  - Project 10: Restore from Multiple Storage Daemons
487  - Project 11: AllowCompression per Device
488  - Project 23: Add Maximum Concurent Jobs for Devices to balance load 
489    between drives
490  - Add Accurate Fileset Options to configure accurate detection. Can use 
491    checksum verification for example.
492  - Allow FD to keep root read but drop write permission (CAP)
493  - Secure handling of passwords for catalog backup
494  - Add Tab-completion for Bconsole when using Readline
495  - Add Bvfs API to query the catalog without building a memory tree
496  - Add new speed test to btape program
497  - Add new Bat screens (Autochanger content, Job view, Media view, ...)
498  - Windows version of Bat
499  - Added Spanish Bacula translation   
500  - New bconsole -u nnn option to have timeout on commands
501  - Allow Migrate, Copy, and Virtual Full to read and write
502    to the same Pool
503  - show disabled   -- shows disabled Jobs
504  - Add Pool File and Job retention periods (take precedence over Client)
505  - Many ACL improvements
506  - Level added to FD status Job entry
507  - Allow turning on/off Block Checksum per device
508  - Set Device Poll interval to 5 minutes -- previously did not poll
509  - Implement lock manager with bad order protection
510
511 Compatibility:
512 As always, both the Director and Storage daemon must be upgraded at
513 the same time, and on any given machine, you must run only one version
514 of Bacula. This means that on the Director and Storage daemon machines,
515 you *must* upgrade your File daemon as well.
516
517 Older 3.0.x and possibly 2.4.x File Daemons are compatible with the 5.0.0
518 Director and Storage daemons. There should be no need to upgrade older File
519 Daemons immediately. However, we recommend that you do so as soon
520 as is reasonable for your situation.
521
522 ================== Warning !!!!!! ==========================
523
524 New Catalog format in version 5.0.0 (3.1.9 or later)
525 -----------------------------------------------------
526
527 This release of Bacula uses a new catalog format. We provide a set of
528 scripts that permit to convert a 3.0.x (version 11) catalog to 5.0.0 (version
529 12).  The Bacula project rpms distributed on Source Forge will automatically
530 detect the database change and do the upgrade for you.  We strongly
531 recommend that you save a copy of your existing database before upgrading
532 using rpms.
533
534 The simplest way to upgrade the database assuming you are building from
535 source:
536 1. Stop any current version of Bacula from running.
537 2. Save a copy of your existing database.
538 3. Configure, build, and install the 5.0.0 version of Bacula
539    Note the new ./configure options in the manuals see the link
540    at the bottom of this file.
541 4. cd <your-scripts-installation-directory>
542 5. ./update_bacula_tables
543 6. If you have multiple catalogs, edit the update_bacula_tables
544    script and put the name of another database, and then
545    execute the script again. Repeat this until all Bacula
546    catalogs have been updated.
547 7. Start the new Bacula.  If everything worked, it should
548    not print any error messages.
549
550 If you start from scratch, you don't need to run the update_bacula_tables
551 script because the create_bacula_tables script automatically creates the new
552 table format.  However, if you are using a version of Bacula older than 3.1.9
553 (e.g.  3.0.3) then you need to run the update_bacula_tables script that will
554 be found in the <bacula>/src/cats directory after you run the ./configure
555 command.  As mentioned above, before running this script, please backup your
556 catalog database, and when you do running it, be sure shutdown Bacula and be
557 aware that running the script can take some time depending on your database
558 size.
559 ================================================================
560
561
562 ================== Warning !!!!!! ==========================
563 If you upgrade a previous Win32 client installation, you must
564 first stop the File daemon, then uninstall it before attempting
565 the upgrade. If you do not do so, the upgrade will probably
566 fail and you will need to manually find and run the 
567 Uninstall.exe file, before you can upgrade to the new version.
568 This is because the file locations are different.  If you want
569 to save your previous bacula-fd.conf file, please do so before
570 uninstalling it.
571 ================================================================
572
573 ================== Warning !!!!!! ==========================
574 Due to permissions problems on Windows Vista and later systems,
575 we no longer require SYSTEM or Administrator permissions to 
576 access the binaries and configuation files.  If you wish
577 to restrict access to these files, please see the New Features
578 section of the manual for how to set access control lists.
579 ================================================================
580
581 Note, the Win32 Installer no longer installs the Bacula Servers
582 (Director and Storage daemon). See the New Features section of
583 the manual for more details.
584
585 ============ Documentation improvements needed ==================
586
587 Note!!!!! The 5.0.0+ documentation has a number of known problems:
588
589 1. We have reduced the number of manuals, which has fixed many
590    of the broken links found in the old 3.0.x version, but there
591    are still some that need fixing.
592
593 2. Integration of the 3.0.x features into the main manuals has
594    not yet been done.
595
596 The documentation will not be completed in the near future due to lack
597 manpower.  If you are unhappy with this situation as we are, we suggest
598 you help by submitting patches to the documentation.  Thanks.
599 =====
600
601
602 This release includes large number of new features and changes.
603 It should be more or less compatible with previous xx.conf files
604 and File daemons providing that you are not using any of the new
605 features.
606
607 Please see the New Features chapter of the new manual, which documents
608 some but not all the new features (we are still working on it):
609
610 http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_5_0_1.html
611   
612 The ChangeLog has more details.