]> git.sur5r.net Git - bacula/bacula/commitdiff
Final changes
authorKern Sibbald <kern@sibbald.com>
Sat, 18 Jun 2005 13:37:19 +0000 (13:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 18 Jun 2005 13:37:19 +0000 (13:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2141 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/src/version.h

index e2f428f2b5dc1978b22089e6a333928b9bd2bd78..b9f4a32ecf9b9901c5dbdafd86191f7116bc37d9 100644 (file)
@@ -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
index 5c854a9e65f857daf45cb8f2644a7c44484aabb6..f97f507840bc681fcaf2c5f823c86eaad99585e1 100644 (file)
@@ -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".
 
index c3234424166fc62c7a81b0e8d6ebd5de92ee3665..2b07c919be0a66d055574247c85647cc1f1753b6 100644 (file)
@@ -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 */