diff options
author | adam <adam@pkgsrc.org> | 2010-12-26 18:39:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-12-26 18:39:45 +0000 |
commit | 841de32d4400e1e254f11beb965515d687989a26 (patch) | |
tree | 71d2b298ba2794b53c40aee99a230609d4c6ed77 /sysutils/bacula/PLIST.common | |
parent | 6397682b4465663542c15c0575517b3e11b13e08 (diff) | |
download | pkgsrc-841de32d4400e1e254f11beb965515d687989a26.tar.gz |
Changes 5.0.3:
This 5.0.3 version is significant bug fix update to version 5.0.2.
It includes new code and some new features.
There is no database change since prior versions of 5.0.
Compatibility:
--------------
As always, both the Director and Storage daemon must be upgraded at
the same time.
Older 5.0.x and 3.0.x File Daemons are compatible with the 5.0.3
Director and Storage daemons. There should be no need to upgrade older File
Daemons.
Changes and New Features:
- If a VSS (Windows) snapshot fails, the whole Job is failed, previously
it printed a warning message and continued.
- New editing codes %b = Job Bytes and %f = Job Files for runscripts
- Any non-Bacula project plugins (i.e. third party plugins)
must be upgraded to specify AGPLv3 in place of the GPLv2 used previously
for the PLUGIN_LICENSE.
- The bat Media page text columns can be sorted by clicking on the column.
- If possible, the SD will automatically update the catalog Volume size if
it does not match the Volume size. The mismatch between the Volume sizes
typically occurs when the FD has a comm line drop or the FD crashes.
Diffstat (limited to 'sysutils/bacula/PLIST.common')
-rw-r--r-- | sysutils/bacula/PLIST.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bacula/PLIST.common b/sysutils/bacula/PLIST.common index a3842f2f315..b3dd1fe3ad4 100644 --- a/sysutils/bacula/PLIST.common +++ b/sysutils/bacula/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.12 2010/03/09 07:06:00 adam Exp $ +@comment $NetBSD: PLIST.common,v 1.13 2010/12/26 18:39:45 adam Exp $ lib/bpipe-fd.la lib/libbac.la lib/libbaccfg.la @@ -12,6 +12,7 @@ libexec/bacula/bacula_config libexec/bacula/bconsole libexec/bacula/btraceback.dbx libexec/bacula/btraceback.gdb +libexec/bacula/btraceback.mdb libexec/bacula/disk-changer libexec/bacula/mtx-changer libexec/bacula/mtx-changer.conf |