# HG changeset patch # User nathan # Date 1198938486 -3600 # Node ID a306b5e43b447e7bc41fbe0518c49b3ee04448e7 # Parent d707b7211484054c9c33b2e29826beaf588ffc94 release 0.7.0 diff -r d707b7211484 -r a306b5e43b44 .hgtags.orig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgtags.orig Sat Dec 29 15:28:06 2007 +0100 @@ -0,0 +1,3 @@ +d85c12073deaa1b5048d3a8c761d9dd55d8169a1 0.6.2 +6bcb44b9edb16f763d32184678a6f6627675c0ab 0.6.3 +79da91042fccaa22239cd847e7f83301a54e4b10 0.6.4beta diff -r d707b7211484 -r a306b5e43b44 CHANGES --- a/CHANGES Sat Dec 29 15:27:35 2007 +0100 +++ b/CHANGES Sat Dec 29 15:28:06 2007 +0100 @@ -1,3 +1,8 @@ +0.7.0 +----- +- fixed a length check which prevented dumping of images which are bigger than + half of their maximum size. + 0.6.5beta --------- - fixed adding a track to a virtual image >2GB. diff -r d707b7211484 -r a306b5e43b44 CREDITS --- a/CREDITS Sat Dec 29 15:27:35 2007 +0100 +++ b/CREDITS Sat Dec 29 15:28:06 2007 +0100 @@ -17,7 +17,7 @@ S: Manchester, UK N: Stefan Huelswitt -E: huels@iname.com +E: s.huelswitt@gmx.de D: multidisk support, code cleanup, bugfixes S: Monheim, Germany diff -r d707b7211484 -r a306b5e43b44 README --- a/README Sat Dec 29 15:27:35 2007 +0100 +++ b/README Sat Dec 29 15:28:06 2007 +0100 @@ -14,10 +14,6 @@ See manpages for further details. -This release has beta-state as it introduces many new features -and also changed on-disk data format. It has been carefully -tested, but for now I cannot be sure that it's as reliable and -stable as the 0.6.3 release. Take care! INSTALL: -------- diff -r d707b7211484 -r a306b5e43b44 cdbackup.1 --- a/cdbackup.1 Sat Dec 29 15:27:35 2007 +0100 +++ b/cdbackup.1 Sat Dec 29 15:28:06 2007 +0100 @@ -1,4 +1,4 @@ -.TH "cdbackup" "1" "0.6.4beta" "Stefan Hülswitt" "" +.TH "cdbackup" "1" "0.7.0" "Stefan Hülswitt" "" .SH "NAME" .LP cdbackup \- Streaming backup to CD\-R(W)/DVR\-R(W) diff -r d707b7211484 -r a306b5e43b44 cdbackup.c --- a/cdbackup.c Sat Dec 29 15:27:35 2007 +0100 +++ b/cdbackup.c Sat Dec 29 15:28:06 2007 +0100 @@ -283,7 +283,7 @@ Vopen(1); n=VreadToc(0); if(n<1) serror("It's not usefull to dump an empty image"); secs=Vsize(); cont=VhasCont(); - if(cd_avail