]> git.sur5r.net Git - bacula/bacula/commitdiff
Misc
authorKern Sibbald <kern@sibbald.com>
Wed, 1 Oct 2003 07:56:35 +0000 (07:56 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 1 Oct 2003 07:56:35 +0000 (07:56 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@717 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/.cvsignore
bacula/ChangeLog
bacula/ReleaseNotes
bacula/kernstodo
bacula/src/version.h

index e87bcd24e3564d805aab53b9d1f72dd0d222886e..50e8a78fefa5f0a3cf14855c8bf65a4c5c3d5998 100644 (file)
@@ -1,5 +1,6 @@
 1
 2
+autom4te.cache
 Makefile
 bacula
 btraceback
index bf5d6580de491e24779101f929749fbf74b2f93a..69fbb609437d1c3a617f607ae7125a15f5eba529 100644 (file)
@@ -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,
index 668426ebe3254564edec5eedb90c54ffdbd66e8d..792bdc9e110ad008a5afe6e2eac9b41e47ad23d0 100644 (file)
@@ -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 
index 3edeac324b4d87d525265641e86b7639744ac7b3..2fd0b1e69720b88e53f5609b575438e0f55b7ef3 100644 (file)
@@ -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
+
index 47e2bf31fa5c6b71bb3d8540f635469cdf86c647..48e6090daa0ba0edef3537f228bcd574b98019f2 100644 (file)
@@ -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