]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.39
Update
[bacula/bacula] / bacula / kes-1.39
index 7c254d35461a08ad1b8bf101a2b4816f6a7842fb..5f3add35036f05597f671dfa8a5a52aa93198a4d 100644 (file)
@@ -3,9 +3,43 @@
 
 General:
 
-Changes to 1.39.5
+27Feb06
+- Modify the Python class examples to inherit object -- new way
+  of defining classes. Patch from Felix Schwartz.
+- Implement jobuid to replace old usage of job in keywords as
+  suggested by Eric Bollengier.
+- Apply patch for enhancing wait from Eric Bollengier. On can now:
+   wait  (wait for all jobs to stop)
+   wait jobid=nn
+   wait jobuid=unique id
+   wait job=job-name
+- Implement write variables for Python to set Priority (anytime), and
+  Job Level, only during JobInit event.
+
+26Feb06
+- Fix the block listing bug pointed out by Arno.
+- Update the po files at Eric's request.
+
+24Feb06
+- Fix Maximum Changer Wait, Maximum Open Wait, Maximum Rewind Wait to 
+  accept time qualifiers.
+- Make catalog respect ACL.
+- Add recycle count to Media record.
+
+Changes to 1.39.6-beta1 24Feb04
+23Feb06
+- Add Rudolf Cejka's new rc-chio-changer.
+- Implement pulling Volume from Scratch Pool if the
+  Volume is in the autochanger.
+- Implement additional command arguments for update Volume.
+
+Changes to 1.39.5 
+22Feb06
+- Back port changes to 1.38.5
+- Fix recycle SQL for StorageId.
+- Fix misplaced quote in mtx-changer script.
 20Feb06
-- Note!!! Your database must be updated, or you must create 
+- Note. Your database must be updated, or you must create 
   a new database. I have not yet incremented the database level.
 - Add Location table. 
 - Add LocationId, DeviceId, and MediaTypeId to Media record.
@@ -77,7 +111,7 @@ Changes to 1.39.5
 - Fix typo (strcpy->strcmp) in ua_prune.c as reported by Martin.
 - Fix command arg name->volume in label command of gnome-console.
 - Fix SD acquire.c to release correct DCR by explicitly testing
-  on the dcr address rather than trying to "devine" if it is a read
+  on the dcr address rather than trying to devine if it is a read
   or write dcr.  This failed in error conditions when the device was
   not fully setup.