From 6b470f755654c9406823eb1f8ec4d7b3682e0248 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 28 Apr 2009 15:29:53 +0000 Subject: [PATCH] Update release notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8759 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 33 +++++++++++++++++++++++++++ bacula/ReleaseNotes | 55 ++++++++++++++++++++++++++++++++------------- bacula/technotes | 6 ++--- 3 files changed, 75 insertions(+), 19 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index 391c2cd5d0..8b4016bb42 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -2,6 +2,39 @@ General: +Release Version 3.0.1: +28Apr09 +dirk Correct bat Select dialog. Fixes bug #1276. +kes Check for job_canceled() in fd_plugin code. +kes Update Win32 table creation to have new DB version 11 format +kes Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf +27Apr09 +ebl Fix bug #1274 where a migration job can be canceled like the + original job by the MaxRunTime directive. +mvw Added fix for bug #1275 where acl or xattr data is saved for + virtual filenames generated by filed plugins. +26Apr09 +ebl Remove "Reposition" message when restoring +kes Fix platform scripts not to clean configured files during + 'make clean' use 'make distclean' to clean everything. Fixes + bug #1272. +kes Update projects file +21Apr09 +ebl Tweak version string to display versionid field at the end + and keep fields order. +16Apr09 +kes Add additional mysql connection debug code submitted by: + Chandranshu +14Apr09 +kes Fix bug #1246 Sometimes access denied with VSS enabled. UCS + conversion cache was not properly flushed at the end of a Job. +kes Fix bug #1268 Full Max Run Time cancels jobs (when Max Run Time = 0). +11Apr09 +kes Modify insertion of read Volumes in SD to be done before the + drive reservation. This ensures that a Volume to be read will not + be reserved for writing. Significant enhancement. + + Release Version 3.0.0: 05Apr09 kes Fix Win32 make clean to clean correctly diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index bbc44d59fa..f8c3a36342 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,5 @@ - Release Notes for Bacula 3.0.0 + Release Notes for Bacula 3.0.1 Bacula code: Total files = 520 Total lines = 205,459 (*.h *.c *.in) @@ -12,6 +12,43 @@ 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. However, any release of version 2.5.40 or greater requires a database upgrade. +Changes since 3.0.0: +Bug fixes: + 1276, 1274, 1275, 1272 1246, 1268 + +Fixed: +- Check for job_canceled() in fd_plugin code. +- Update Win32 table creation to have new DB version 11 format +- Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf +- Remove "Reposition" message when restoring +- Updated projects file +- Tweak version string to display versionid field at the end + and keep fields order. +- Add additional mysql connection debug code submitted by: + Chandranshu + +Enhancement: +- Modify insertion of read Volumes in SD to be done before the + drive reservation. This ensures that a Volume to be read will not + be reserved for writing. Significant enhancement. + +============ Documentation improvements needed ================== + +Note!!!!! The documentation needs rather extensive modifications in the +following areas: + +1. Missing documentation. +2. Correction of links within various manuals -- most fail. +3. Integration of the new features into the main documents. +4. Much more. + +The documentation will not be completed in the near future due to lack +manpower. If you are unhappy with this situation as we are, we suggest +you help by submitting patches to the documentation. Thanks. +===== + +See below for 3.0.0 release notes... + ================== Warning !!!!!! ========================== New Catalog format in version 3.0.0 (2.5.40 or later) @@ -24,7 +61,7 @@ detect the database change and do the upgrade for you. We strongly recommend that you save a copy of your existing database before upgrading using rpms. -The simplest way to upgrad the database assuming you are building from +The simplest way to upgrade the database assuming you are building from source: 1. Stop any current version of Bacula from running. 2. Save a copy of your existing database. @@ -111,20 +148,6 @@ some but not all the new features (we are still working on it): http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html -============ Documentation improvements needed ================== - -Note!!!!! The documentation needs rather extensive modifications in the -following areas: - -1. Missing documentation. -2. Correction of links within various manuals -- most fail. -3. Integration of the new features into the main documents. -4. Much more. - -The documentation will not be completed in the near future due to lack -manpower. If you are unhappy with this situation as we are, we suggest -you help by submitting patches to the documentation. Thanks. -===== diff --git a/bacula/technotes b/bacula/technotes index cb9e0c45aa..0cd58cc729 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -3,8 +3,9 @@ General: 28Apr09 +dirk Correct bat Select dialog. Fixes bug #1276. kes Check for job_canceled() in fd_plugin code. -kes Update Win32/64 table creation to have new DB version 11 format +kes Update Win32 table creation to have new DB version 11 format kes Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf 27Apr09 ebl Fix bug #1274 where a migration job can be canceled like the @@ -17,7 +18,6 @@ kes Fix platform scripts not to clean configured files during 'make clean' use 'make distclean' to clean everything. Fixes bug #1272. kes Update projects file -======= 21Apr09 ebl Tweak version string to display versionid field at the end and keep fields order. @@ -31,7 +31,7 @@ kes Fix bug #1268 Full Max Run Time cancels jobs (when Max Run Time = 0). 11Apr09 kes Modify insertion of read Volumes in SD to be done before the drive reservation. This ensures that a Volume to be read will not - be reserved for writing. + be reserved for writing. Significant enhancement. Release Version 3.0.0 06Apr09 -- 2.39.5