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
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!