diff options
author | ghen <ghen> | 2006-06-13 16:00:39 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-06-13 16:00:39 +0000 |
commit | c5348ff3d374af8ba4a5d93442e390713a198fe7 (patch) | |
tree | 62e460388ba091e8cd6c789b62bbc95eeddea731 /sysutils/bacula-doc | |
parent | 4174b751788faf6028374164d07114c2f40ec861 (diff) | |
download | pkgsrc-c5348ff3d374af8ba4a5d93442e390713a198fe7.tar.gz |
Update the Bacula packages to 1.38.10.
Here are the major highlights for 1.38.10:
=============
Warning for version 1.38.8 and greater:
- The Windows FD no longer automatically folds the case in wild-card
comparions. To get the same behavior as before, you must explicitly use
"Ignore Case = yes" in your FileSet.
- Backslashes are no longer permitted in File directives (typical error for
Windows users), unless the string is enclosed in double quotes, in which
case, the backslashes must be doubled.
Major Changes for 1.38.10:
- This is a primarily a bug fix release, with the following bugs being
resolved #570, 609, 611, 613, 614, 617 as well as other bugs not
reported in the bugs database. See below for details.
- The bconsole "reload" command should now work properly in virtually
all situations thanks to the efforts of a number of people (Eric,
Christopher, and myself).
- There is an untested fix to eliminate the scheduling problems (either
no job run or the same job run twice) during sudden clock shifts (daylight
savings time change).
- The manual has been released under the GNU Free Documentation License (FDL).
The major difference is that this removes the prior restriction on
commercial reproduction of the manual.
- Fixed a race condition (thanks to Christopher) on dual processor machines
that caused jobs to block when starting with the SD.
===========
Please read the ReleaseNotes for more details.
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 becc00c9374..1547752f621 100644 --- a/sysutils/bacula-doc/Makefile +++ b/sysutils/bacula-doc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2006/05/05 16:13:16 ghen Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/13 16:00:39 ghen Exp $ -DISTNAME= bacula-docs-1.38.9 +DISTNAME= bacula-docs-1.38.10 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 095b929bd12..1625e5b450b 100644 --- a/sysutils/bacula-doc/distinfo +++ b/sysutils/bacula-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2006/05/05 16:13:16 ghen Exp $ +$NetBSD: distinfo,v 1.11 2006/06/13 16:00:39 ghen Exp $ -SHA1 (bacula-docs-1.38.9.tar.gz) = 91134af141575f5deeb9f04af30c7260483b47d4 -RMD160 (bacula-docs-1.38.9.tar.gz) = a781602f70722a60f628ee890cef67cf270d5c1e -Size (bacula-docs-1.38.9.tar.gz) = 22727098 bytes +SHA1 (bacula-docs-1.38.10.tar.gz) = 6cd0889dc01686d09e7614bb5090b5365f9080a7 +RMD160 (bacula-docs-1.38.10.tar.gz) = c4c9a4675a90831b1619c8fe5ce7a0d1caf89891 +Size (bacula-docs-1.38.10.tar.gz) = 23723682 bytes |