pkgsrc-wip/bacula/TODO
Sergey Svishchev 5c0ccc8b69 Summary of changes from 1.34.6 to 1.36.2 released 28Feb05:
- Fix seg fault if debug level 900 set in SD.
- Fix deadlock in multiple simultaneous jobs.
- Add a number of new features from 1.37, and apply fixes
  for all known bugs. See ReleaseNotes for details.
- Fix mutex deadlock in dequeue of messages.
- Correct crash after "list nextvol" "list media" bug 160
- Fix Seg Fault with -D100 in bpipe.c.
- Fix Seg Fault in run specifying a JobId.
- Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
  new /lib/tls. This is done in the startup scripts.
- Fix segfault in lsmark command in restore tree.
- Fix segfault in editing numbers in count command of restore tree.
- Fix bug where SD crashes on label if drive is not open
  (i.e. Always Open = no).
- Added "Rerun Failed Levels = yes/no"
- Attempt to fix Solaris crash in SD during status command.
- Fix Win32 so that it can backup files that are opened by programs
  such as Word (certain open system files cannot be backed up).
- Fix initialization and copying of the storage resource when
  starting jobs (and in jobq.c when restarting). In some cases
  jcr->store was not set causing a segfault -- bug 116
- Incremented the release number because this version requires
  an update to the database.
  Use:
    cd src/cats
    ./update_bacula_tables
  to update an existing database.
- Integrate Phil Stracchino's code (thanks for Matt's help).
  It permits lists and ranges of jobids on the delete as in:
  delete job jobid=1,3,5,11-16
- Added Ignore FileSet Changes = yes
- Fixed a mutex deadlock between the job queue scheduler and the
  watchdog.
- If block header is destroyed, read the next block. Probably
  should return with new status similar to the SHORT block
  return.
- Correct a crash reported (with patch) by Jonathan Soong
  when attempting to backup an ACL on a symlinked file.
- Modify spooling code to handle write error (e.g. spooling disk full)
  more gracefully. Previously despooling would fail.
- Correct socket close on Win32 in bnet.c (in addition to compat.cpp).
  Caused fd leak in Win32 for each connection.
- Close socket in SD when connection rejected. Caused fd leaks.
2005-08-23 20:08:41 +00:00

9 lines
383 B
Text

$Id: TODO,v 1.4 2005/08/23 20:08:41 shattered Exp $
This package can be compiled with or without gnome support; Same for SQL --
it can support MySQL or SQLite. Any ideas how we could add such packages
with deps nicely? The one I'm thinking of right now (add 6 different
packages: gnome-* and no-gnome-*, where * is nosql, mysql or sqlite) seems
quite unreasonable.
-- dotz@irc.pl