From 50bfe3842be752fb1c30ed7908b411de071844fe Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 24 Jun 2003 07:28:57 +0000 Subject: [PATCH] Update ChangeLog and ReleaseNotes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@611 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 10 +++++++++- bacula/ReleaseNotes | 13 +++++++------ bacula/kernstodo | 1 + 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index fd6021dcc2..a7c43fc46d 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,12 @@ -2003-xx-xx Version 1.31 Beta 20Jun03 +2003-06-24 Version 1.31 Beta 22Jun03 +- Change Purging Oldest Volume message to Recycling Oldest Volume. +- Limit results from find_oldest_volume to one. +- Fix possible buffer overrun in the restore tree handling routines. +- Fixed a crash in VerifyToVolume because I moved the close_db() + down into the free_ua_context() and should not have done so. +- At a "var" command in the Console that does variable expansion and + prints it. +- Implement first cut of estimate command. - Change find_next_volume() for oldest to use LastWritten instead of FirstWritten -- also add Append to volumes slected. - Do normal recycling before checking for RecycleOldestVolume. diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index f34f01dfcc..135c204260 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -36,8 +36,6 @@ Other Changes this Release: - Use smtp instead of mail to send the traceback message. - Fixed a race condition in the "list" command while a backup is in progress. -- Beginning of support for SSL encryption. -- Beggining of support for Base level backups. - Improvements to gnome-console. - Prune orphaned jobs (no files saved, no Volume used). - Added non-fatal errors to Job reports. @@ -73,6 +71,7 @@ Items to note: !!!!! Please see the installation documentation for building MySQL. - Version 1.31 and 1.30 daemons/Director are not compatible. You must upgrade all or nothing. + - The format of the catalog database has changed, so you must either re-initialize your database (losing all the old info) with: @@ -82,10 +81,12 @@ Items to note: !!!!! or you can use the appropriate script (you must choose the name according to which database you have) in the /src/cats directory. - BEFORE APPLYING THE ALTER SCRIPT PLEASE BACKUP YOUR DATABASE. Do one - of the following only if you wish to keep your old tables (not doing - the re-initialize documented above), and do this only after configuring - an building the new Bacula, but before trying to run it: + BEFORE APPLYING THE ALTER SCRIPT PLEASE BACKUP YOUR DATABASE. + If you have previously upgraded to version 1.31, please do not run + this procedure a second time. Do one of the following only if you + wish to keep your old tables (not doing the re-initialize documented + above), and do this only after configuring an building the new Bacula, + but before trying to run it: MySQL: cd working-directory (or where you want to backup the catalog) diff --git a/bacula/kernstodo b/bacula/kernstodo index d4dd548770..95e5cdd9c9 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -34,6 +34,7 @@ Testing to do: (painful) - Figure out how to use ssh or stunnel to protect Bacula communications. For 1.31 release: +- Remove multiple simultaneous devices code in SD. - Check that Block number in JobMedia are correct. - Complain if record dropped in bnet_recv because too long. - Suppress Job Name in Jmsg for console -- 2.39.5