]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/technotes-2.5
Fix bug #1206 -- Error: sql_update.c:194, which was probably
[bacula/bacula] / bacula / technotes-2.5
index cc9bd593479d75d4f2c9db39735e9311d4706d31..c06cd5f2adca99cafe90d16a1f265de020260fd3 100644 (file)
@@ -10,6 +10,81 @@ filepattern (restore with regex in bsr)
 mixed priorities
 
 General:
+23Dec08
+kes  Fix bug #1206 -- Error: sql_update.c:194, which was probably
+     caused by the user modifying the Bacula DB schema.
+kes  Remove rogue line of C code.
+kes  Fix bug #1208
+20Dec08
+ebl  Work on copy jobs
+     - Add "list copies" command
+     - Add JT_JOB_COPY type for job copies
+     - Don't allow copy jobs in automatic restore
+     - Promote next copy job as backup when original job is deleted
+kes  Closed bug #1207 -- 2.4.4-b1 strange volume/device handling
+kes  Closed bug #1204 -- Undescriptive help options
+kes  Closed bug #1202 -- Revise documentation
+kes  Closed bug #1178 -- Bat 2.4.3 tries to double-purge volumes 
+     unable to reproduce.
+kes  Closed bug #1166. Fixed by Eric -- Problem canceling job if 
+     client looses connection while being backed up.
+kes  Fixed bug #1200 -- inconsistent auto purge documention
+kes  Fix documentation for Recyling ambiguity. Fixes bug #1200.
+kes  Remove old mmap code from compat.h/cpp
+kes  Update ChangeLog
+kes  Correct typo in Win32 Makefile editing
+kes  Correct typos in debug output.
+kes  Improved error detection in creating bsrs.
+kes  Add debug code to Win32 restore
+19Dec08
+kes  Fix Win32 build.
+ebl  Cleanup director VolParam struct
+18Dec08
+ebl  Replace File:Block in BSR by Address to fix #1190
+16Dec08
+kes  Correct missing return in Darwin code.
+15Dec08
+ebl  Copy joblog after a Copy job
+14Dec08
+kes  Tweak block.c read to more closely simulate write for computing
+     block addresses and turn on disk block testing.
+kes  Implement a crude 'list joblog' mostly for debugging.
+13Dec08
+kes  Fix Migration bug #1206 sql error with NULL FileSetId when no jobs
+     to migrate.
+kes  Fix Migration JobLog bug #1171. Get the JobIds correct.
+12Dec08
+ebl  Fix segfault in bscan when using debug mode
+11Dec08
+kes  Fix configure to do minimum Win32 configure so that make clean
+     works.
+kes  Tweak modify FD header to use %ld instead of %d.
+kes  Remove hand scanning of FD header in SD and use Bacula's
+     sscanf, which is now OS independent.
+kes  Define new object (file/dir) begin and end Volume label records 
+     in SD.
+kes  Use new method of defining XATTR #defines to avoid need for having
+     them in config.h.in
+10Dec08
+ebl  Rename all STREAM_ACL_..._T into STREAM_ACL_..
+09Dec08
+ebl  Add a new lock manager that can detect deadlock situation
+     This new option is activated with a --enable-lockmgr configure
+     option.
+ebl  Add new Director->MaxConsoleConnections directive
+03Dec08
+ebl  Fix bacula-sd hanging after tape gets full + unload 
+02Dec08
+ebl  Remove extra db_lock() in get_prune_list_for_volume()
+ebl  Apply 2.4.3-prune-deadlock.patch that fixes a problem when
+     using Catalog as message backend.
+01Dec08
+kes  Apply Marco's Darwin xattr patches.
+28Nov08
+kes  Fix Win32 build.
+26Nov08
+kes  Apply Marco's Extended attribute support patch.
+kes  Update projects file
 25Nov08
 kes  More changes to ensure that during thread switches the jcr
      is removed from the TSD.
@@ -25,7 +100,8 @@ kes  Add more debug to match_bsr.c and use %u for unsigned debug editing.
 ebl  Apply patch for bug #1182  about Recycle flag
      that is not updated after a pool change.
 kes  Since the user has been warned, allow console purge command 
-     to purge volumes that are in use.
+     to purge volumes that are in use. This is a fix for bug
+     #1191 before it was submitted.
 kes  Fix Win32 build to add new sd_plugins.c
 ebl  Apply patch from bug #1175 that reset the Slot and the Inchanger
      flag in db_make_inchanger_unique().