Requiring libisofs-0.6.9 because of bug fixes with El Torito
This commit is contained in:
parent
1625db8bbd
commit
daadfc113d
@ -200,7 +200,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
|||||||
*/
|
*/
|
||||||
#define isoburn_libisofs_req_major 0
|
#define isoburn_libisofs_req_major 0
|
||||||
#define isoburn_libisofs_req_minor 6
|
#define isoburn_libisofs_req_minor 6
|
||||||
#define isoburn_libisofs_req_micro 8
|
#define isoburn_libisofs_req_micro 9
|
||||||
|
|
||||||
/** The minimum version of libburn to be used with this version of libisoburn
|
/** The minimum version of libburn to be used with this version of libisoburn
|
||||||
at compile time.
|
at compile time.
|
||||||
@ -1183,10 +1183,9 @@ int isoburn_prepare_blind_grow(struct burn_drive *d, struct burn_disc **disc,
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Revoke isoburn_prepare_new_image() or isoburn_prepare_disc() instead of
|
Revoke isoburn_prepare_*() instead of running isoburn_disc_write().
|
||||||
running isoburn_disc_write().
|
|
||||||
libisofs reserves resources and maybe already starts generating the
|
libisofs reserves resources and maybe already starts generating the
|
||||||
image stream when one of above two calls is performed. It is mandatory to
|
image stream when one of above three calls is performed. It is mandatory to
|
||||||
either run isoburn_disc_write() or to revoke the preparations by the
|
either run isoburn_disc_write() or to revoke the preparations by the
|
||||||
call described here.
|
call described here.
|
||||||
@since 0.1.0
|
@since 0.1.0
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.09.28.113256"
|
#define Xorriso_timestamP "2008.09.30.102243"
|
||||||
|
Loading…
Reference in New Issue
Block a user