Made number transition to 1.1.5

This commit is contained in:
Thomas Schmitt 2011-08-08 12:20:01 +00:00
parent 76c4c76722
commit 60dde60ebd
9 changed files with 89 additions and 67 deletions

View File

@ -118,9 +118,9 @@ test_structest_CPPFLAGS = -Ilibburn
test_structest_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS) test_structest_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
test_structest_SOURCES = test/structest.c test_structest_SOURCES = test/structest.c
## cdrskin construction site - ts A60816 - B10618 ## cdrskin construction site - ts A60816 - B10808
cdrskin_cdrskin_CPPFLAGS = -Ilibburn cdrskin_cdrskin_CPPFLAGS = -Ilibburn
cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_1_1 cdrskin_cdrskin_CFLAGS = -DCdrskin_libburn_1_1_5
# cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS) # cdrskin_cdrskin_LDADD = $(libburn_libburn_la_OBJECTS) $(LIBBURN_EXTRALIBS)
# ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking # ts A80123, change proposed by Simon Huggins to cause dynamic libburn linking

28
README
View File

@ -11,7 +11,7 @@ Still containing parts of Libburn. By Derek Foreman <derek@signalmarketing.com>
and Ben Jansens <xor@orodu.net> and Ben Jansens <xor@orodu.net>
Copyright (C) 2002-2006 Derek Foreman and Ben Jansens Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
http://files.libburnia-project.org/releases/libburn-1.1.0.tar.gz http://files.libburnia-project.org/releases/libburn-1.1.4.tar.gz
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -19,10 +19,10 @@ Copyright (C) 2002-2006 Derek Foreman and Ben Jansens
From tarball From tarball
Obtain libburn-1.1.0.tar.gz, take it to a directory of your choice and do: Obtain libburn-1.1.4.tar.gz, take it to a directory of your choice and do:
tar xzf libburn-1.1.0.tar.gz tar xzf libburn-1.1.4.tar.gz
cd libburn-1.1.0 cd libburn-1.1.4
./configure --prefix=/usr ./configure --prefix=/usr
make make
@ -110,7 +110,7 @@ See README files there.
libburnia-project.org is an open-source software project for reading, mastering libburnia-project.org is an open-source software project for reading, mastering
and writing optical discs. and writing optical discs.
For now this means CD media, all DVD media except DVD-R DL, all BD media. For now this means CD media, all DVD media, all BD media.
The project comprises of several more or less interdependent parts which The project comprises of several more or less interdependent parts which
together strive to be a usable foundation for application development. together strive to be a usable foundation for application development.
@ -180,7 +180,8 @@ The project components (list subject to growth, hopefully):
sparse emulation of cdrecord and a more laborate one of mkisofs. sparse emulation of cdrecord and a more laborate one of mkisofs.
All features of xorriso are also available via a C language API All features of xorriso are also available via a C language API
of libisoburn. of libisoburn.
See xorriso/README for more. A static compilation of xorriso and the libraries is dedicated
to the GNU Operating System. See xorriso/README_gnu_xorriso .
- "test" is a collection of application gestures and examples given by the - "test" is a collection of application gestures and examples given by the
authors of the library features. The burn API example of libburn authors of the library features. The burn API example of libburn
@ -624,7 +625,22 @@ Project history as far as known to me:
The consumption of stack memory was reduced. Statical program analysis found The consumption of stack memory was reduced. Statical program analysis found
some rarely occuring memory leaks. Several small bugs were fixed. some rarely occuring memory leaks. Several small bugs were fixed.
The suffix .plXY was dropped from tarball names of libburn and libisoburn. The suffix .plXY was dropped from tarball names of libburn and libisoburn.
- Mon Jun 20 2011 patch release libburn-1.1.0.pl01:
libburn-1.1.0 compiled only on Linux, FreeBSD, and Solaris, but not on
other X/Open compliant systems.
- Fri Jul 08 2011 release libisofs-1.1.2 and libisoburn-1.1.2:
A severe regression was fixed in libisoburn and xorriso, which was introduced
with version 1.0.6. It caused ISO 9660 images to be unreadable if they were
written to a write-only random-access file. E.g. by: xorrisofs ... >image.iso
- Mon Aug 08 2011 release 1.1.4:
Several bugs were fixed in libburn. The most severe of them prevented xorriso
on some drives from burning mountable ISO 9660 images to CD media.
New means to list drives by their udev symbolic links help to deal with
the non-persistent drive addresses on modern GNU/Linux.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------

View File

@ -4,7 +4,7 @@
cdrskin. By Thomas Schmitt <scdbackup@gmx.net> cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia-project.org but also published via: Integrated sub project of libburnia-project.org but also published via:
http://scdbackup.sourceforge.net/cdrskin_eng.html http://scdbackup.sourceforge.net/cdrskin_eng.html
http://scdbackup.sourceforge.net/cdrskin-1.1.1.tar.gz http://scdbackup.sourceforge.net/cdrskin-1.1.5.tar.gz
Copyright (C) 2006-2011 Thomas Schmitt, provided under GPL version 2 or later. Copyright (C) 2006-2011 Thomas Schmitt, provided under GPL version 2 or later.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
@ -26,10 +26,10 @@ By using this software you agree to the disclaimer at the end of this text
Compilation, First Glimpse, Installation Compilation, First Glimpse, Installation
Obtain cdrskin-1.1.1.tar.gz, take it to a directory of your choice and do: Obtain cdrskin-1.1.5.tar.gz, take it to a directory of your choice and do:
tar xzf cdrskin-1.1.1.tar.gz tar xzf cdrskin-1.1.5.tar.gz
cd cdrskin-1.1.1 cd cdrskin-1.1.5
Within that directory execute: Within that directory execute:
@ -560,7 +560,7 @@ contributions in a due way.
Based on and sub project of: Based on and sub project of:
libburnia-project.org libburnia-project.org
By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net> By Mario Danic <mario.danic@gmail.com> and Thomas Schmitt <scdbackup@gmx.net>
Copyright (C) 2006-2010 Mario Danic, Thomas Schmitt Copyright (C) 2006-2011 Mario Danic, Thomas Schmitt
libburnia-project.org is inspired by and in other components still containing libburnia-project.org is inspired by and in other components still containing
parts of parts of

View File

@ -12,8 +12,7 @@ See also : http://scdbackup.sourceforge.net/cdrskin_eng.html
Interested users of cdrecord are encouraged to contribute further option Interested users of cdrecord are encouraged to contribute further option
implementations as they need them. Contributions will get published under GPL implementations as they need them. Contributions will get published under GPL
but it is essential that the authors allow a future release under LGPL and/or but it is essential that the authors allow a future release under LGPL.
BSD license.
There is a script test/cdrecord_spy.sh which may be installed between There is a script test/cdrecord_spy.sh which may be installed between
the cdrecord command and real cdrecord in order to learn about the options the cdrecord command and real cdrecord in order to learn about the options
@ -88,7 +87,7 @@ or
/** The official program version */ /** The official program version */
#ifndef Cdrskin_prog_versioN #ifndef Cdrskin_prog_versioN
#define Cdrskin_prog_versioN "1.1.1" #define Cdrskin_prog_versioN "1.1.5"
#endif #endif
/** The official libburn interface revision to use. /** The official libburn interface revision to use.
@ -101,7 +100,7 @@ or
#define Cdrskin_libburn_minoR 1 #define Cdrskin_libburn_minoR 1
#endif #endif
#ifndef Cdrskin_libburn_micrO #ifndef Cdrskin_libburn_micrO
#define Cdrskin_libburn_micrO 1 #define Cdrskin_libburn_micrO 5
#endif #endif
@ -135,43 +134,37 @@ or
#endif /* Cdrskin_libburn_cvs_A60220_tS */ #endif /* Cdrskin_libburn_cvs_A60220_tS */
#ifdef Cdrskin_libburn_1_1_0 #ifdef Cdrskin_libburn_1_1_4
#define Cdrskin_libburn_versioN "1.1.0" #define Cdrskin_libburn_versioN "1.1.4"
#define Cdrskin_libburn_from_pykix_svN 1 #define Cdrskin_libburn_from_pykix_svN 1
#endif #endif
#ifdef Cdrskin_libburn_1_1_1 #ifdef Cdrskin_libburn_1_1_5
#define Cdrskin_libburn_versioN "1.1.1" #define Cdrskin_libburn_versioN "1.1.5"
#define Cdrskin_libburn_from_pykix_svN 1 #define Cdrskin_libburn_from_pykix_svN 1
#endif
/* Place novelty switch macros here.
Move them down to Cdrskin_libburn_from_pykix_svN on version leap
*/
#endif /* Cdrskin_libburn_1_1_1 */
#ifndef Cdrskin_libburn_versioN #ifndef Cdrskin_libburn_versioN
#define Cdrskin_libburn_1_1_1 #define Cdrskin_libburn_1_1_4
#define Cdrskin_libburn_versioN "1.1.1" #define Cdrskin_libburn_versioN "1.1.4"
#define Cdrskin_libburn_from_pykix_svN 1 #define Cdrskin_libburn_from_pykix_svN 1
#endif #endif
#ifdef Cdrskin_libburn_1_1_0 #ifdef Cdrskin_libburn_1_1_4
#undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_majoR
#undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_minoR
#undef Cdrskin_libburn_micrO #undef Cdrskin_libburn_micrO
#define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_majoR 1
#define Cdrskin_libburn_minoR 1 #define Cdrskin_libburn_minoR 1
#define Cdrskin_libburn_micrO 0 #define Cdrskin_libburn_micrO 4
#endif #endif
#ifdef Cdrskin_libburn_1_1_1 #ifdef Cdrskin_libburn_1_1_5
#undef Cdrskin_libburn_majoR #undef Cdrskin_libburn_majoR
#undef Cdrskin_libburn_minoR #undef Cdrskin_libburn_minoR
#undef Cdrskin_libburn_micrO #undef Cdrskin_libburn_micrO
#define Cdrskin_libburn_majoR 1 #define Cdrskin_libburn_majoR 1
#define Cdrskin_libburn_minoR 1 #define Cdrskin_libburn_minoR 1
#define Cdrskin_libburn_micrO 1 #define Cdrskin_libburn_micrO 5
#endif #endif

View File

@ -65,7 +65,7 @@ connected via SCSI, PATA (aka IDE, ATA), USB, or SATA.
GPL software included:<BR> GPL software included:<BR>
</H2> </H2>
<DL> <DL>
<DT>libburn-1.1.0</DT> <DT>libburn-1.1.4</DT>
<DD>(founded by Derek Foreman and Ben Jansens, <DD>(founded by Derek Foreman and Ben Jansens,
developed and maintained since August 2006 by developed and maintained since August 2006 by
Thomas Schmitt from team of libburnia-project.org) Thomas Schmitt from team of libburnia-project.org)
@ -200,9 +200,16 @@ Standalone ISO 9660 multi-session CD/DVD/BD tool
<P> <P>
<DL> <DL>
<DT>Download as source code (see README):</DT> <DT>Download as source code (see README):</DT>
<DD><A HREF="cdrskin-1.1.0.tar.gz">cdrskin-1.1.0.tar.gz</A> <DD><A HREF="cdrskin-1.1.4.tar.gz">cdrskin-1.1.4.tar.gz</A>
(870 KB). (870 KB).
</DD> </DD>
<DD><A HREF="cdrskin-1.1.4.tar.gz.sig">cdrskin-1.1.4.tar.gz.sig</A></DD>
<DD>
(detached GPG signature for verification by
<KBD>gpg --verify cdrskin-1.1.4.tar.gz.sig cdrskin-1.1.4.tar.gz</KBD>
<BR>
after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>).
</DD>
<DD> <DD>
The cdrskin tarballs are source code identical with libburn releases The cdrskin tarballs are source code identical with libburn releases
of the same version number. of the same version number.
@ -250,20 +257,24 @@ cdrskin_0.4.2.pl00-x86-suse9_0-static.tar.gz</A>, (310 KB), -static compiled,
<HR> <HR>
<P> <P>
Enhancements towards previous stable version cdrskin-1.0.6.pl00: Enhancements towards previous stable version cdrskin-1.1.0.pl01:
<UL> <UL>
<LI>none</LI> <LI>
New option --device_links for GNU/Linux with unpredictable
device numbers and udev
</LI> </LI>
<!-- <!--
<LI>none</LI> <LI>none</LI>
--> -->
</UL> </UL>
Bug fixes towards cdrskin-1.0.6.pl00: Bug fixes towards cdrskin-1.1.0.pl01:
<UL> <UL>
<LI> <LI>
Option -format as_needed issued a wrong block size. Some drives returned wrong CD sizes after having burned DVD-R
A Pioneer BDR-205 drive refused on that command. </LI>
<LI>
Empty ROM drive was mistaken to hold an unsuitable disc
</LI> </LI>
<!-- <!--
<LI>none</LI> <LI>none</LI>
@ -274,8 +285,8 @@ A Pioneer BDR-205 drive refused on that command.
<P> <P>
<DL> <DL>
<DT><H3>Development snapshot, version 1.1.1 :</H3></DT> <DT><H3>Development snapshot, version 1.1.5 :</H3></DT>
<DD>Enhancements towards current stable version 1.0.0: <DD>Enhancements towards current stable version 1.0.4:
<UL> <UL>
<LI>none yet</LI> <LI>none yet</LI>
<!-- <!--
@ -285,7 +296,7 @@ A Pioneer BDR-205 drive refused on that command.
</UL> </UL>
</DD> </DD>
<DD>Bug fixes towards cdrskin-1.1.0: <DD>Bug fixes towards cdrskin-1.1.4:
<UL> <UL>
<LI>none yet</LI> <LI>none yet</LI>
<!-- <!--
@ -295,10 +306,10 @@ A Pioneer BDR-205 drive refused on that command.
</DD> </DD>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
<DD><A HREF="README_cdrskin_devel">README 1.1.1</A> <DD><A HREF="README_cdrskin_devel">README 1.1.5</A>
<DD><A HREF="cdrskin__help_devel">cdrskin-1.1.1 --help</A></DD> <DD><A HREF="cdrskin__help_devel">cdrskin-1.1.5 --help</A></DD>
<DD><A HREF="cdrskin_help_devel">cdrskin-1.1.1 -help</A></DD> <DD><A HREF="cdrskin_help_devel">cdrskin-1.1.5 -help</A></DD>
<DD><A HREF="man_1_cdrskin_devel.html">man cdrskin (as of 1.1.1)</A></DD> <DD><A HREF="man_1_cdrskin_devel.html">man cdrskin (as of 1.1.5)</A></DD>
<DD>&nbsp;</DD> <DD>&nbsp;</DD>
<DT>Maintainers of cdrskin unstable packages please use SVN of <DT>Maintainers of cdrskin unstable packages please use SVN of
<A HREF="http://libburnia-project.org"> libburnia-project.org</A></DT> <A HREF="http://libburnia-project.org"> libburnia-project.org</A></DT>
@ -318,7 +329,7 @@ admins with full system souvereignty.</DT>
<A HREF="README_cdrskin_devel">upcoming README</A> ): <A HREF="README_cdrskin_devel">upcoming README</A> ):
</DD> </DD>
<DD> <DD>
<A HREF="cdrskin-1.1.1.tar.gz">cdrskin-1.1.1.tar.gz</A> <A HREF="cdrskin-1.1.5.tar.gz">cdrskin-1.1.5.tar.gz</A>
(870 KB). (870 KB).
</DD> </DD>
@ -468,10 +479,11 @@ First of all: this relationship is single sided, as cdrskin has to be aware of
cdrecord but not vice versa. cdrecord but not vice versa.
<BR> <BR>
<BR> <BR>
I am a long time user of cdrecord and it works fine for me. I was a long time user of cdrecord and it worked fine for me.
Especially i do appreciate its write mode -tao which allows to pipe arbitrary Especially i do appreciate its write mode -tao which allows to pipe arbitrary
data on CD and CD-RW via stdin. cdrecord is reliable, versatile and well data on CD and CD-RW via stdin. cdrecord is reliable, versatile and well
maintained. So for me - there would be no problem with it. maintained. So for me - there would be no problem with using it for
burning CDs.
<BR> <BR>
But the author of cdrecord and the Linux kernel people foster a very hostile But the author of cdrecord and the Linux kernel people foster a very hostile
relationship. Ok, that's their business, not mine (or ours if you are with me). relationship. Ok, that's their business, not mine (or ours if you are with me).

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.08.01.153305" #define Cdrskin_timestamP "2011.08.08.121355"

View File

@ -8,7 +8,7 @@ debug_opts="-O2"
def_opts= def_opts=
largefile_opts="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1" largefile_opts="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1"
fifo_opts="" fifo_opts=""
libvers="-DCdrskin_libburn_1_1_1" libvers="-DCdrskin_libburn_1_1_5"
# To be used if Makefile.am uses libburn_libburn_la_CFLAGS # To be used if Makefile.am uses libburn_libburn_la_CFLAGS
# burn="libburn/libburn_libburn_la-" # burn="libburn/libburn_libburn_la-"
@ -19,7 +19,7 @@ libdax_msgs_o="$burn"libdax_msgs.o
libdax_audioxtr_o="$burn"libdax_audioxtr.o libdax_audioxtr_o="$burn"libdax_audioxtr.o
do_strip=0 do_strip=0
static_opts= static_opts=
warn_opts="-Wall" warn_opts="-Wall -Wextra -Wno-unused-parameter"
libcdio= libcdio=
fifo_source="cdrskin/cdrfifo.c" fifo_source="cdrskin/cdrfifo.c"
compile_cdrskin=1 compile_cdrskin=1
@ -47,15 +47,15 @@ do
libdax_audioxtr_o= libdax_audioxtr_o=
libdax_msgs_o="$burn"message.o libdax_msgs_o="$burn"message.o
cleanup_src_or_obj="-DCleanup_has_no_libburn_os_H cdrskin/cleanup.c" cleanup_src_or_obj="-DCleanup_has_no_libburn_os_H cdrskin/cleanup.c"
elif test "$i" = "-libburn_1_1_0" elif test "$i" = "-libburn_1_1_4"
then then
libvers="-DCdrskin_libburn_1_1_0" libvers="-DCdrskin_libburn_1_1_4"
libdax_audioxtr_o="$burn"libdax_audioxtr.o libdax_audioxtr_o="$burn"libdax_audioxtr.o
libdax_msgs_o="$burn"libdax_msgs.o libdax_msgs_o="$burn"libdax_msgs.o
cleanup_src_or_obj="$burn"cleanup.o cleanup_src_or_obj="$burn"cleanup.o
elif test "$i" = "-libburn_svn" elif test "$i" = "-libburn_svn"
then then
libvers="-DCdrskin_libburn_1_1_1" libvers="-DCdrskin_libburn_1_1_5"
libdax_audioxtr_o="$burn"libdax_audioxtr.o libdax_audioxtr_o="$burn"libdax_audioxtr.o
libdax_msgs_o="$burn"libdax_msgs.o libdax_msgs_o="$burn"libdax_msgs.o
cleanup_src_or_obj="$burn"cleanup.o cleanup_src_or_obj="$burn"cleanup.o
@ -109,7 +109,7 @@ do
echo "Options:" echo "Options:"
echo " -compile_cdrfifo compile program cdrskin/cdrfifo." echo " -compile_cdrfifo compile program cdrskin/cdrfifo."
echo " -compile_dewav compile program test/dewav without libburn." echo " -compile_dewav compile program test/dewav without libburn."
echo " -libburn_1_1_0 set macro to match libburn-1.1.0" echo " -libburn_1_1_4 set macro to match libburn-1.1.4"
echo " -libburn_svn set macro to match current libburn-SVN." echo " -libburn_svn set macro to match current libburn-SVN."
echo " -dvd_obs_64k 64 KB default size for DVD/BD writing." echo " -dvd_obs_64k 64 KB default size for DVD/BD writing."
echo " -use_libcdio link with -lcdio because libburn uses it." echo " -use_libcdio link with -lcdio because libburn uses it."

View File

@ -1,4 +1,4 @@
AC_INIT([libburn], [1.1.1], [http://libburnia-project.org]) AC_INIT([libburn], [1.1.5], [http://libburnia-project.org])
AC_PREREQ([2.50]) AC_PREREQ([2.50])
dnl AC_CONFIG_HEADER([config.h]) dnl AC_CONFIG_HEADER([config.h])
@ -92,6 +92,7 @@ dnl 1.0.2 = libburn.so.4.59.0
dnl 1.0.4 = libburn.so.4.61.0 dnl 1.0.4 = libburn.so.4.61.0
dnl 1.0.6 = libburn.so.4.63.0 dnl 1.0.6 = libburn.so.4.63.0
dnl 1.1.0 = libburn.so.4.65.0 dnl 1.1.0 = libburn.so.4.65.0
dnl 1.1.4 = libburn.so.4.67.0
dnl dnl
dnl So LT_CURRENT, LT_REVISION and LT_AGE get set directly here. dnl So LT_CURRENT, LT_REVISION and LT_AGE get set directly here.
dnl SONAME of the emerging library is LT_CURRENT - LT_AGE. dnl SONAME of the emerging library is LT_CURRENT - LT_AGE.
@ -117,7 +118,7 @@ dnl
dnl As said: Only copies. Original in libburn/libburn.h : burn_header_version_* dnl As said: Only copies. Original in libburn/libburn.h : burn_header_version_*
BURN_MAJOR_VERSION=1 BURN_MAJOR_VERSION=1
BURN_MINOR_VERSION=1 BURN_MINOR_VERSION=1
BURN_MICRO_VERSION=1 BURN_MICRO_VERSION=5
BURN_VERSION=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION BURN_VERSION=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
AC_SUBST(BURN_MAJOR_VERSION) AC_SUBST(BURN_MAJOR_VERSION)
@ -128,14 +129,14 @@ AC_SUBST(BURN_VERSION)
dnl Libtool versioning dnl Libtool versioning
LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION LT_RELEASE=$BURN_MAJOR_VERSION.$BURN_MINOR_VERSION.$BURN_MICRO_VERSION
dnl dnl
dnl ### This is the release version libburn-1.1.0 dnl ### This is the release version libburn-1.1.4
dnl This is the development version after above release version dnl This is the development version after above release version
dnl LT_CURRENT++, LT_AGE++ has not yet happened. dnl LT_CURRENT++, LT_AGE++ has not yet happened.
dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile. dnl ### LT_CURRENT++, LT_AGE++ has happened meanwhile.
dnl dnl
dnl SONAME = 69 - 65 = 4 . Linux library name = libburn.so.4.65.0 dnl SONAME = 71 - 67 = 4 . Linux library name = libburn.so.4.67.0
LT_CURRENT=69 LT_CURRENT=71
LT_AGE=65 LT_AGE=67
LT_REVISION=0 LT_REVISION=0
LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`

View File

@ -1087,7 +1087,7 @@ int burn_drive_convert_scsi_adr(int bus_no, int host_no, int channel_no,
@param flag Bitfield for control purposes. Unused yet. Submit 0. @param flag Bitfield for control purposes. Unused yet. Submit 0.
@return <0 severe error, 0 failed to search, 2 nothing found @return <0 severe error, 0 failed to search, 2 nothing found
1 success, link_adr is valid 1 success, link_adr is valid
@since 1.1.2 @since 1.1.4
*/ */
int burn_lookup_device_link(char *dev_adr, char link_adr[], int burn_lookup_device_link(char *dev_adr, char link_adr[],
char *dir_adr, char **templ, int num_templ, int flag); char *dir_adr, char **templ, int num_templ, int flag);
@ -1309,7 +1309,7 @@ int burn_disc_get_bd_spare_info(struct burn_drive *d,
@param flag Bitfield for control purposes (unused yet, submit 0) @param flag Bitfield for control purposes (unused yet, submit 0)
@return 1 = reply prarameters are valid, @return 1 = reply prarameters are valid,
<=0 = reply is invalid (e.g. because no DVD-R) <=0 = reply is invalid (e.g. because no DVD-R)
@since 1.1.2 @since 1.1.4
*/ */
int burn_disc_get_phys_format_info(struct burn_drive *d, int *disk_category, int burn_disc_get_phys_format_info(struct burn_drive *d, int *disk_category,
char **book_name, int *part_version, int *num_layers, char **book_name, int *part_version, int *num_layers,
@ -2791,7 +2791,7 @@ void burn_version(int *major, int *minor, int *micro);
*/ */
#define burn_header_version_major 1 #define burn_header_version_major 1
#define burn_header_version_minor 1 #define burn_header_version_minor 1
#define burn_header_version_micro 1 #define burn_header_version_micro 5
/** Note: /** Note:
Above version numbers are also recorded in configure.ac because libtool Above version numbers are also recorded in configure.ac because libtool
wants them as parameters at build time. wants them as parameters at build time.