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-doc | |
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-doc')
-rw-r--r-- | sysutils/bacula-doc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula-doc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/bacula-doc/Makefile b/sysutils/bacula-doc/Makefile index e85f4c97f44..6898f62608a 100644 --- a/sysutils/bacula-doc/Makefile +++ b/sysutils/bacula-doc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2010/05/08 09:05:47 adam Exp $ +# $NetBSD: Makefile,v 1.25 2010/12/26 18:39:46 adam Exp $ -DISTNAME= bacula-docs-5.0.2 +DISTNAME= bacula-docs-5.0.3 PKGNAME= ${DISTNAME:S/docs/doc/} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} diff --git a/sysutils/bacula-doc/distinfo b/sysutils/bacula-doc/distinfo index d266b6de270..634216601d1 100644 --- a/sysutils/bacula-doc/distinfo +++ b/sysutils/bacula-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2010/05/08 09:05:47 adam Exp $ +$NetBSD: distinfo,v 1.22 2010/12/26 18:39:46 adam Exp $ -SHA1 (bacula-docs-5.0.2.tar.bz2) = e5d5494883492ef60c70b72dee62ae08a9a133c3 -RMD160 (bacula-docs-5.0.2.tar.bz2) = fbcbc3c46bd4b5c326ec454b0055029513412b4c -Size (bacula-docs-5.0.2.tar.bz2) = 34587039 bytes +SHA1 (bacula-docs-5.0.3.tar.bz2) = dfe867bc4ac7f82ea01a34fd5ada3c0310aac25f +RMD160 (bacula-docs-5.0.3.tar.bz2) = 9e0af6364d3f36d5580d0af5f4a831fd6033f670 +Size (bacula-docs-5.0.3.tar.bz2) = 34519440 bytes |