diff options
author | adam <adam> | 2009-01-06 11:29:26 +0000 |
---|---|---|
committer | adam <adam> | 2009-01-06 11:29:26 +0000 |
commit | 4453252d64232c3d84a780aaae7761545266c0f5 (patch) | |
tree | 24854017c36d983565bf534adf3904644de4eb91 /sysutils/bacula-doc/PLIST | |
parent | f27faa6eb1eae1e7e2c8c48b18d677fbc9cf791b (diff) | |
download | pkgsrc-4453252d64232c3d84a780aaae7761545266c0f5.tar.gz |
Changes 2.4.4:
* Fix bug: inappropriate Volume purging.
* Modify sql_update.c to edit zeros rather than NULL in unset fields.
* Backport most recent changes to compat.h and compat.cpp
attempt to fix restore problem with accents in path. This
works in version 2.5.x but is not tested in 2.4.4.
* Create and apply 2.4.3-migrate2.patch, which fixes two bugs
- sql error when there are no files to migrate.
- Job catalog log is not migrated during migration.
* Remove extra db_lock() in get_prune_list_for_volume()
* Apply 2.4.3-prune-deadlock.patch that fixes a problem when
using Catalog as message backend.
* Apply 2.4.3-win32-runscript-unicode-path.patch for a problem when
executing a program with Unicode path.
* Apply 2.4.3-unique-inchanger.patch fix bad slot number if the volume
is not in autochanger.
* Fix for bug where Volume is purged while writing on it.
* Get message enhancement to avoid job name lookup.
* Fix bug with job name duplication if more than 60 jobs created
during a minute.
* Correct some bugs of cleanup in SD if the FD connection fails.
* Fix orphaned jobs (possible deadlock) while pruning.
* Backport of the btraceback script that keeps trace file on working dir
* Migrate DB Log records too.
* Modify SQL so that jobs that failed will not be migrated.
* Correct bug where long retention periods caused immediate pruning.
Diffstat (limited to 'sysutils/bacula-doc/PLIST')
-rw-r--r-- | sysutils/bacula-doc/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/bacula-doc/PLIST b/sysutils/bacula-doc/PLIST index a927615fa40..a5c0591613f 100644 --- a/sysutils/bacula-doc/PLIST +++ b/sysutils/bacula-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/11/21 14:09:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/01/06 11:29:26 adam Exp $ share/doc/bacula/manual.pdf share/doc/bacula/manual/ANSI_IBM_Tape_Labels.html share/doc/bacula/manual/About_this_document.html @@ -89,7 +89,6 @@ share/doc/bacula/manual/file.png share/doc/bacula/manual/flow.png share/doc/bacula/manual/home.png share/doc/bacula/manual/idle.png -share/doc/bacula/manual/img2.png share/doc/bacula/manual/index.html share/doc/bacula/manual/index.png share/doc/bacula/manual/md5.png |