From da84d1ecc02f042788fd260d4e436e2c477d9f6c Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 22 Nov 2005 18:35:25 +0000 Subject: Update to 1.38.1, provided by Geert Hendrickx in private mail. - Corrected ACL for Solaris (David Duchscher and Attila Fulop). - Add bacula_mail_summary.sh to examples directory. It makes a single email summary of any number of jobs. Submitted by Adrew J. Millar. - Unmount command now unloads autochanger. - Fix hang in FD (Martin Simmons) - Fix Win98 stat() problem in FD (Thorsten Engel) - Fix update slots which did not clear missing tapes. - Fix autostart install for FreeBSD (user reported) - Fix several problems with PostgreSQL scripts (Eric Bollinger) - Critical: allow restore of the first file of non-portable Win32 backup. - Important: with muliple concurrent jobs the autochanger could get confused because of a missing mutex. - Fix accessing last slot in label and update slots. - Modify configure.in to add execute option to sqlite3 catalog scripts. - Create update_xxx_table_8_to_9 scripts for updatedb - Move the -lcrypt for PostgreSQL after the PostgreSQL libs in autoconf/bacula-macros/db.m4 as suggested by user. Fixes bug #457. - Remove @STATIC_CONS@ from tray-monitor Makefile as suggested by user. Fixes bug #456. --- sysutils/bacula/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/bacula/Makefile.common') diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index db7ed25411d..724d8046b50 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.16 2005/11/18 07:21:04 wiz Exp $ +# $NetBSD: Makefile.common,v 1.17 2005/11/22 18:35:25 wiz Exp $ -DISTNAME= bacula-1.38.0 +DISTNAME= bacula-1.38.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} -- cgit v1.2.3