diff options
author | adam <adam@pkgsrc.org> | 2009-08-24 09:20:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-08-24 09:20:29 +0000 |
commit | f61d8ab20bdff8ed6f38ec3c1910066a0c8e58e5 (patch) | |
tree | a3d54a2ede3ef30b79f022cde23409c60a4d7fae /sysutils/bacula-doc/Makefile | |
parent | e55ed7da954b7949c942fcac483473a9ebfb59f8 (diff) | |
download | pkgsrc-f61d8ab20bdff8ed6f38ec3c1910066a0c8e58e5.tar.gz |
Changes 3.0.2:
* Fix 1323 about a problem when mounting a requested volume during a restore.
* Add more example SD Device configurations.
* Force the client_encoding to SQL_ASCII when database is already using this
mode.
* Fix 1335 about postgresql error message during copy session
* Cleanup old job records when starting the director (Created/Running -> Failed)
* Apply patch in bug 1315 by McMichaeli that fixes scripts/logwatch
* Add more output when spooling and no space left
* Fix postgresql driver bug that displayed <NULL> rows from time to time.
* Implement the project 'restore' menu: enter a JobId, automatically
select dependents
* Should fix 1323 about verify accurate jobs and deleted files.
* more...
Diffstat (limited to 'sysutils/bacula-doc/Makefile')
-rw-r--r-- | sysutils/bacula-doc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/bacula-doc/Makefile b/sysutils/bacula-doc/Makefile index 7371a843fc6..1c366b99a7a 100644 --- a/sysutils/bacula-doc/Makefile +++ b/sysutils/bacula-doc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2009/05/20 01:09:12 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2009/08/24 09:20:29 adam Exp $ -DISTNAME= bacula-docs-3.0.1 +DISTNAME= bacula-docs-3.0.2 PKGNAME= ${DISTNAME:S/docs/doc/} -PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} EXTRACT_SUFX= .tar.bz2 |