Version leap to libisoburn-1.0.1

This commit is contained in:
2011-01-17 09:25:21 +00:00
parent 470102f195
commit 3e7e538293
11 changed files with 82 additions and 80 deletions

View File

@ -2,7 +2,7 @@
/*
Lower level API definition of libisoburn.
Copyright 2007-2010 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
Copyright 2007-2011 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
and Thomas Schmitt <scdbackup@gmx.net>
Provided under GPL version 2 or later.
*/
@ -285,9 +285,9 @@ int isoburn_libburn_req(int *major, int *minor, int *micro);
time.
@since 0.1.0
*/
#define isoburn_header_version_major 0
#define isoburn_header_version_minor 6
#define isoburn_header_version_micro 7
#define isoburn_header_version_major 1
#define isoburn_header_version_minor 0
#define isoburn_header_version_micro 1
/** Note:
Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time.
@ -1097,7 +1097,7 @@ int isoburn_igopt_get_extensions(struct isoburn_imgen_opts *o, int *ext);
ISO level 1 by allowing DOS style 8.3 names rather than
only 8 characters.
(mkisofs and its clones obviously do this violation.)
@since 0.6.8
@since 1.0.0
@return 1 success, <=0 failure
*/
#define isoburn_igopt_omit_version_numbers 1
@ -1131,7 +1131,7 @@ int isoburn_igopt_get_relaxed(struct isoburn_imgen_opts *o, int *relax);
Currently the length limit is 96 characters, because an ECMA-119 directory
record may at most have 254 bytes and up to 158 other bytes must fit into
the record. Probably 96 more bytes can be made free for the name in future.
@since 0.6.8
@since 1.0.0
@param o The option set to work on
@param len 0 = disable this feature and perform name translation
according to other settings.