From owner-cvs-ports@FreeBSD.ORG Wed Aug 15 09:44:42 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97D8716A41A; Wed, 15 Aug 2007 09:44:42 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85A5713C4DA; Wed, 15 Aug 2007 09:44:42 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7F9ig6F096104; Wed, 15 Aug 2007 09:44:42 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7F9igEb096103; Wed, 15 Aug 2007 09:44:42 GMT (envelope-from itetcu) Message-Id: <200708150944.l7F9igEb096103@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 15 Aug 2007 09:44:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bacula-server Makefile distinfo pkg-plist.client X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 09:44:42 -0000 itetcu 2007-08-15 09:44:42 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile distinfo pkg-plist.client Log: Upgrade to 2.2.0 This release contains significant speed improvments. This Director and Storage daemon must be upgraded at the same time, but they should be compatible with all 2.0.x File daemons, unless you use some of the new features that affect the FD. In other words, you should not have to upgrade all your File daemons when you upgrade. There is no database upgrade needed from version 2.0.x to 2.2.0. The major new features are: - Much faster insertion of attributes (somewhere around 10 times), many thanks to Eric Bollengier and Marc Cousin. - First release of bat (Bacula Administration Tool). Note to build bat you must explicitly enable it on the ./configure line, you must have the Qt4 version 4.2 or later libraries loaded, the qwt (Qt Graphics) package loaded, and qmake and the other Qt4 tools must be available. Most of the implementation was done by Dirk Bartley. - Red/Black restore in memory tree (500 times faster loading). Full release notes: http://sourceforge.net/project/shownotes.php?release_id=531447 PR: ports/115468 Submitted by: Dan Langille (maintainer) Revision Changes Path 1.88 +20 -19 ports/sysutils/bacula-server/Makefile 1.34 +3 -3 ports/sysutils/bacula-server/distinfo 1.5 +1 -0 ports/sysutils/bacula-server/pkg-plist.client