Version leap to libisoburn-1.4.3

This commit is contained in:
2015-11-29 08:39:29 +00:00
parent 785f049898
commit d104a18428
21 changed files with 96 additions and 124 deletions

View File

@ -43,7 +43,7 @@
--------------------------------------------------------------------------
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.
(or info xorriso), rather than diving into its source code.
For examples see the functions main() and check_compatibility() below.
--------------------------------------------------------------------------
@ -70,7 +70,7 @@
aux_objects.c various helper classes
misc_funct.c miscellaneous helper functions
findjob.c performs tree searches in libisofs or in POSIX filesystem
check_media.c perform verifying runs on media resp. images
check_media.c perform verifying runs on media or images
text_io.c text i/o functions
match.c functions for pattern matching
emulators.c emulators for mkisofs and cdrecord
@ -111,7 +111,7 @@
*/
#define Xorriso_req_majoR 1
#define Xorriso_req_minoR 4
#define Xorriso_req_micrO 1
#define Xorriso_req_micrO 3
static void yell_xorriso()