]> git.sur5r.net Git - bacula/bacula/commitdiff
Add new doc sed file
authorKern Sibbald <kern@sibbald.com>
Sat, 28 Aug 2004 05:54:20 +0000 (05:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 28 Aug 2004 05:54:20 +0000 (05:54 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1563 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ReleaseNotes
bacula/kernstodo
bacula/scripts/mtx-changer.in

index 792b4d73d70670757c0875dc29830353082ff7f8..980daccaa5f17c9edd5a4c796cb79b5c71766dd5 100644 (file)
@@ -1,10 +1,11 @@
 
-          Release Notes for Bacula 1.35.1
+          Release Notes for Bacula 1.35.2
 
-  Bacula code: Total files = 384 Total lines = 110,682 (*.h *.c *.in)
+  Bacula code: Total files = 395 Total lines = 115,027 (*.h *.c *.in)
 
 Changes for 1.35.1
 Major Changes:
+- Tray monitor program
 - Added Tape Alert feature (see Alert Command).
 - New IPv6 code (untested)
 - New way of specifying Addresses and Ports -- permits having
index ec8756c606a250d7b6a2dfccbd4901f1bee1b9b8..8cf343e52fba6fd41ab72359326609c0f2b23dfd 100644 (file)
@@ -12,16 +12,13 @@ Version 1.35                Kern (see below)
 
 1.35 Items to do for release:
 - Bacula rescue CDROM
-- Implement a pool of 10 buffers of random data that btape
-  can use when filling a tape (rather than calling random for
-  each new buffer).
 - Fix error handling in spooling both data and attribute.
-- Perhaps add read/write programs and/or plugins to FileSets.
 - Add new DCR calling sequences everywhere in SD. This will permit 
   simultaneous use of multiple devices by a single job.
-- Look at Chris' patch for bscan bug.
-- Look at patches/bacula_db.b2z postgresql that loops.
+- Look at patches/bacula_db.b2z postgresql that loops during restore.
   See Gregory Wright.
+- Perhaps add read/write programs and/or plugins to FileSets.
+- Implement Ignore FileSet Change.
 
 - Add bscan to four-concurrent-jobs regression.
 - Doc new IPv6 syntax
@@ -1198,3 +1195,4 @@ Block Position: 0
    file = yyy
 - Test Win32 errno handling.
 - port 1.34.6-block.patch to 1.35
+- Look at Chris' patch for bscan bug.
index e4fdee8ba6b4fd865b4e903db3df08dca91f1603..37b7cc63706c4871d0fce183ff39a973c1da108e 100644 (file)
@@ -124,6 +124,10 @@ case $cmd in
       ${MTX} -f $ctl status | grep " *Storage Element [0-9]*:.*Full" | awk "{print \$3 \$4}" | sed "s/Full *\(:VolumeTag=\)*//"
 # Comment out the previous line and add a line here
 # to print "fake" barcodes.
+#
+# If you have a VXA PacketLoader and the above does not work, try
+#  turning it off and enabling the following line.
+#     ${MTX} -f $ctl status | grep " *Storage Element [0-9]*:.*Full" | sed "s/*Storage Element //" | sed "s/Full :VolumeTag=//"
       ;;
 
    loaded)