]> git.sur5r.net Git - bacula/bacula/commitdiff
Update new features
authorKern Sibbald <kern@sibbald.com>
Sat, 28 Mar 2009 17:10:40 +0000 (17:10 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 28 Mar 2009 17:10:40 +0000 (17:10 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8627 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/release-3-status.txt

index a9b7b337a8b92e2283bcb1dfa7248e7b223dbf2f..e801d08dc8f199110fd74f9bde72599d96675834 100644 (file)
@@ -3,6 +3,28 @@
 Target:
   Release before 15 April
 
+New features needing documentation:
+- command separator in console (!$%&'()*+,-/:;<>?[]^`{|}~)
+- 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 <kjetilho@linpro.no> 15Aug08
+- Allow Mixed Priorities  Kjetil Torgrim Homme <kjetilho@linpro.no> 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
+
 New features implemented:
 - Accurate Backup
 - Copy Jobs
@@ -83,33 +105,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 (!$%&'()*+,-/:;<>?[]^`{|}~)
-- 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 <kjetilho@linpro.no> 15Aug08
-- Allow Mixed Priorities  Kjetil Torgrim Homme <kjetilho@linpro.no> 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