X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Frelease-3-status.txt;h=ead67ce943f53df9d4bb1a50c35910555d535677;hb=65f4f4b07acc1888d5320bb1f59317b26e1ce883;hp=9e8e2c6c06d4327baff56ddddeb32ad8d2e5646a;hpb=d5ff54cddf54683254334ddab60a1d96faad3ef0;p=bacula%2Fbacula diff --git a/bacula/release-3-status.txt b/bacula/release-3-status.txt index 9e8e2c6c06..ead67ce943 100644 --- a/bacula/release-3-status.txt +++ b/bacula/release-3-status.txt @@ -45,9 +45,12 @@ New features implemented: - Win64 File daemon - Postmortum dump improvements in SD - Deadlock mutex detection in SD +- Improved Volume management in SD to avoid deadlocks. - New configure install options --docdir= (default=/usr/share/doc/bacula-VERSION) --htmldir= (default=/usr/share/doc/bacula-VERSION/html -- bat help files) + --plugindir= (default=sysconfdir, where plugins will be installed) +- New Bare Metal Recovery with USB key. See rescue/linux/usb New Directives: - Max Full Interval - Max Diff Interval @@ -83,35 +86,7 @@ Item 27: make changing "spooldata=yes|no" possible for Item 28: Implement an option to modify the last written date for volumes Item n: Split documentation into several books -New features needing documentation: -- command separator in console (!$%&'()*+,-/:;<>?[]^`{|}~) -- examples/database/dbcheck.sql -- dbport in dbcheck -- Eliminated license problems with OpenSSL. -- The exchange plugin truncates the exchange logs as soon as it has - sent the data to the sd. If the sd is spooling and something - goes wrong and the data doesn't make it to the backup medium then - the logs are lost, which could be a problem under some - restore scenarios. -- Regex filtered bsrs Kjetil Torgrim Homme 15Aug08 -- Allow Mixed Priorities Kjetil Torgrim Homme 30Jun08 -- New configure options --disable-libtool, --docdir, --htmldir, ... - -Code to be completed before 3.0.0 is released: -1. Fix Exchange plugin bugs 1234,1235,1236,1237 - *1234 fixed. -2. Finish documentation (some noted above) -3. Make plugins work with Accurate -- needs two new API calls - - mark file not deleted - - is file deleted (at end of job) - - Pass accurate flag to Plugin (* this works) - * code implemented not yet intgrated into Exchange plugin -4. Plugin checks - - check plugin version - - check plugin entry point definitions - - check plugin license, author, ... - -Features that will not be completed: +Features that will not be completed in 3.0: - Plugin Options - Dir plugin implementation somewhat minimal - No example Dir plugin