From d4cd4de050d8639e89763ac3d9985e1b5fc3a5db Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 1 Oct 2003 07:56:35 +0000 Subject: [PATCH] Misc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@717 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/.cvsignore | 1 + bacula/ChangeLog | 17 +++++++++++++++++ bacula/ReleaseNotes | 2 +- bacula/kernstodo | 24 +++++++++++++----------- bacula/src/version.h | 4 ++-- 5 files changed, 34 insertions(+), 14 deletions(-) diff --git a/bacula/.cvsignore b/bacula/.cvsignore index e87bcd24e3..50e8a78fef 100644 --- a/bacula/.cvsignore +++ b/bacula/.cvsignore @@ -1,5 +1,6 @@ 1 2 +autom4te.cache Makefile bacula btraceback diff --git a/bacula/ChangeLog b/bacula/ChangeLog index bf5d6580de..69fbb60943 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,4 +1,21 @@ +2003-10-01 Version 1.32 30Sep03 Release +28Sep03 +- Enhance manual faq, regression ... +- Make FreeBSD read sizes always be a multiple of 512. Needed + to read raw disks. +- Make FreeBSD accept block AND character devices for raw + disk reads. On FreeBSD there are no block devices. +27Sep03 +- Fix printing of EndTime on job report after rescheduling. +- Fix jobq.c error returns to clean up before returning. +- Make Cleaning tape aware of "unlabeled" volumes. +- If a job is rescheduled, ensure that old job is + removed from SD's jcr queue -- i.e. it is still waiting + for FD connection. +- Test rescheduling code. +- Change ./configure to detect Cygwin enviornments. + 2003-09-26 Version 1.32 26Sep03 Beta - Add regression and GUI-interface chapters to the manual. - Fix "label" of a volume that is already in the catalog, diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 668426ebe3..792bdc9e11 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,7 +1,7 @@ Release Notes for Bacula 1.32 - Bacula code: Total files = 259 Total lines = 77,702 (*.h *.c *.in) + Bacula code: Total files = 259 Total lines = 77,740 (*.h *.c *.in) Major Changes this Release: - Implemented forward space file/block whenever possible diff --git a/bacula/kernstodo b/bacula/kernstodo index 3edeac324b..2fd0b1e697 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -1,5 +1,5 @@ Kern's ToDo List - 26 September 2003 + 30 September 2003 Documentation to do: (any release a little bit at a time) - Document running a test version. @@ -26,21 +26,11 @@ Testing to do: (painful) For 1.32 Testing/Documentation: - Document new records in Director. SDAddress SDDeviceName, SDPassword. FDPassword, FDAddress, DBAddress, DBPort, DBPassword. -- Document that it is safe to use the drive when the lights stop flashing. - Document new Include/Exclude ... -- Document all the status codes JobLevel, JobType, JobStatus. - Add test of exclusion, test multiple Include {} statements. - Add counter variable test. For 1.32: -- Add GUI interface to manual -- Document that Volume pruning can delete last Full backup and - hence you will not have a valid backup. -- Clarify the fact that having the Bacula cygwin1.dll loaded - is not the same as having cygwin installed. -- Fix sparse file handeling so that it always reads a multiple - of 512. Currently, it subtracts 8 bytes (for faddr). -- Separate Dir heartbeat in FD from the SD heartbeat. For 1.33 - When job rescheduled, status gives is waiting for Client Rufus @@ -957,3 +947,15 @@ Done: (see kernsdone for more) - Add regression testing to the manual - End time: in job output of rescheduled job is time of first run. - Document list nextvol and status output. +- Separate Dir heartbeat in FD from the SD heartbeat. +- Fix sparse file handeling so that it always reads a multiple + of 512. Currently, it subtracts 8 bytes (for faddr). + Kludged with #ifdef for FreeBSD. +- Document that Volume pruning can delete last Full backup and + hence you will not have a valid backup. +- Clarify the fact that having the Bacula cygwin1.dll loaded + is not the same as having cygwin installed. +- Document that it is safe to use the drive when the lights stop flashing. +- Document all the status codes JobLevel, JobType, JobStatus. +- Add GUI interface to manual + diff --git a/bacula/src/version.h b/bacula/src/version.h index 47e2bf31fa..48e6090daa 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -2,8 +2,8 @@ #undef VERSION #define VERSION "1.32" #define VSTRING "1" -#define BDATE "26 Sep 2003" -#define LSMDATE "26Sep03" +#define BDATE "30 Sep 2003" +#define LSMDATE "30Sep03" /* Debug flags */ #undef DEBUG -- 2.39.5