From dfafba32934d000349e624ac477b82ea6a0875d0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 18 Jun 2005 13:37:19 +0000 Subject: [PATCH] Final changes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2141 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 5 +++++ bacula/ReleaseNotes | 2 +- bacula/src/version.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index e2f428f2b5..b9f4a32ecf 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,5 +1,10 @@ Changes to 1.37.24: +18Jun05 +- DVD writing/reading seems to be mostly working. +- Set execute bits on dvd-freespace and dvd-writepart +- Make dvd-freespace use existing dummy file. +- Modify dvd-freespace to pickup size from Track Size: 16Jun05 - Add Date, Job, level to updates to .bsr file in dird/backup.c diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 5c854a9e65..f97f507840 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -161,13 +161,13 @@ Items to note!!! old database (the PostgreSQL upgrade scripts not yet tested). - You must add --with-openssl to the configure command line if you want TLS communications encryption support. -- The new DVD code is currently non-functional. Other Items: - 2 new scripts, dvd-writepart and dvd-freespace, in the scripts directory, which are designed to be used as parameters to Write Part Command and Free Space Command. They need the dvd+rw-tools to be installed (http://fy.chalmers.se/~appro/linux/DVD+RW/). + You must have Python installed to run the dvd-freespace script. - Part files support: File volumes can now be splitted in multiple files, called "parts". diff --git a/bacula/src/version.h b/bacula/src/version.h index c323442416..2b07c919be 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -12,7 +12,7 @@ #define TRACE_FILE 1 /* If this is set stdout will not be closed on startup */ -#define DEVELOPER 1 +/* #define DEVELOPER 1 */ -- 2.39.5