Version leap to libisoburn-0.6.1

This commit is contained in:
2010-07-02 20:25:51 +00:00
parent a2d1db4b3b
commit 890adbd243
11 changed files with 85 additions and 69 deletions

View File

@ -30,7 +30,7 @@
xorriso is the higher level API of libisoburn which allows to operate all
three libraries by a unified set of commands.
xorriso.h exposes the public functions.
<libisoburn/xorriso.h> exposes the public functions.
Among these functions are direct equivalents of the xorriso interpreter
commands. There are also functions for fundamental management and for
handling event messages.
@ -40,6 +40,12 @@
One should not mix the use of the xorriso API with the use of the lower
level APIs of libburn, libisofs, libisoburn.
--------------------------------------------------------------------------
The following overview is relevant for development but not for usage of
xorriso. An application programmer should read xorriso.h and man xorriso
resp. info xorriso, rather than diving into its source code.
For examples see the functions main() and check_compatibility() below.
--------------------------------------------------------------------------
The xorriso source is divided in two groups:
@ -104,8 +110,8 @@
version of xorriso.
*/
#define Xorriso_req_majoR 0
#define Xorriso_req_minoR 5
#define Xorriso_req_micrO 8
#define Xorriso_req_minoR 6
#define Xorriso_req_micrO 1
static void yell_xorriso()