]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/kes-1.39
17Mar06
[bacula/bacula] / bacula / kes-1.39
index 5f3add35036f05597f671dfa8a5a52aa93198a4d..ee005f41c63a329c504b1448fa329fa8bd414618 100644 (file)
@@ -2,10 +2,73 @@
                         Kern Sibbald
 
 General:
+17Mar06
+- Implement regex test program in tools directory.
+- Attempt to fix time problem with bsmtp with foreign langs.
+- Add strip_trailing_newline() submitted by user.
+- Implement regex matching in migrate.c
+16Mar06
+- Fix bug #537 to allow arbitrary time to mount a volume for
+  restore, if polling is turned on.     
+- If dir_user or dir-group is specified in ./configure apply it to
+  the working-dir. Fixes bug #533.
+- If rescheduling a job cancel the previous incarnation with the SD.
+  Fixes bugs #566 and 557.
+- Fix bug #567 do_message() definition type conflict.
 
+14Mar06
+- Add more jcr methods and make mutex and use_count private.
+- Create lock/unlock methods for jcr.
+- Fix PostgreSQL bug doing sql_data_seeek() by explicitly reading
+  records to get to seek position.
+- Integrate patch from bug #561 to correct conio.c signal definitions.
+- Fix Rescheduling failed Jobs. Ensure that SD message thread 
+  terminates correctly by doing pthread_kill(). Do not destroy
+  SD cond wait variable between executions of the job. Use local
+  mutex for cond variable to avoid blocking jcr chain. Fix poor 
+  use of jcr use count in jobq.c for restarted jobs.
+- Fix obsolete usage of foreach_dlist() to use foreach_jcr() in
+  lib/jcr.c -- prevents locking the jcr chaing.
+- Apply patch from bug #564, which corrects listing volumes with
+  multiple autochangers. Apply same fix to next volume list.
+- Fix bug #562 where restore bootstrap file is not unique.
+- More details in implementing David's migration syntax proposal.
+- Save and restore dcr when swapping drives so that if we have
+  a write dcr it is not lost.
+- Use new routine lock_reservations() to lock the reservations
+  system, and call it while looking for a volume in askdir.c.
+  This could possibly fix bug #543.
+- Stop SD command loop if job is canceled.
+
+08Mar06
+- Remove old code from findlib/create_file.c
+- Rename mac.c migrate.c
+- Add user friendly display of VolBytes in job report.
+- Rename target... to previous... to make it a bit easier to
+  understand.
+- Add selection type and selection pattern to Migration (idea
+  given by David Boyes). 
+
+04Mar06
+- The po files should now be current.
+- Fix new sql_use_result() code to properly release the
+  buffers in all cases.
+- Use the keyword ujobid to mean the unique job id; job or jobname
+  to mean the Job name given on the Name directive, and jobid to
+  be the numeric (non-unique) job id.
+- Allow listing by any of the above.
+- Add the user friendly job report code for reporting job elapsed time
+  and rates with suffexes from John Kodis <kodis at comcast.net>.
+- Add Priority and JobLevel as Python settable items.
+- Use TEMPORARY table creation where the table is created by
+  Bacula.
+- Add new code submitted by Eric for waiting on specific jobid.
+- Add ACL checking for the dot commands.
+- Fix restore of writable FIFOs.
+- Fix a bug in bpipe where the string was freed too early.
 27Feb06
 - Modify the Python class examples to inherit object -- new way
-  of defining classes. Patch from Felix Schwartz.
+  of defining classes. Patch from Felix Schwarz.
 - 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:
@@ -15,11 +78,9 @@ General:
    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.
@@ -101,7 +162,8 @@ Changes to 1.39.5
 - Move updating bootstrap code in backup.c to subroutine
   update_bootstrap_file().
 - Add new job status elapsed time and bytes written user
-  friendly job report output patch sent by a user.
+  friendly job report output patch sent by John Kodis
+  <kodis at comcast.ne>.
 - Implement a storage list in Pools.
 - Separate out setup_job() code from run_job().
 - Get migration working -- lots of changes in mac.c in both