Requiring libisofs-1.1.4 (because of ACL extraction problem in 1.1.2)
This commit is contained in:
parent
8f1412a348
commit
be867aca18
2
README
2
README
@ -36,7 +36,7 @@ By using this software you agree to the disclaimer at the end of this text:
|
|||||||
|
|
||||||
Dynamic library and compile time header requirements for libisoburn-1.1.4 :
|
Dynamic library and compile time header requirements for libisoburn-1.1.4 :
|
||||||
- libburn.so.4 , version libburn-1.1.4 or higher
|
- libburn.so.4 , version libburn-1.1.4 or higher
|
||||||
- libisofs.so.6 , version libisofs-1.1.2 or higher
|
- libisofs.so.6 , version libisofs-1.1.4 or higher
|
||||||
libisoburn and xorriso will not start with libraries which are older than their
|
libisoburn and xorriso will not start with libraries which are older than their
|
||||||
include headers seen at compile time.
|
include headers seen at compile time.
|
||||||
|
|
||||||
|
@ -304,7 +304,7 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
|
|||||||
|
|
||||||
dnl Check for proper library versions
|
dnl Check for proper library versions
|
||||||
LIBBURN_REQUIRED=1.1.4
|
LIBBURN_REQUIRED=1.1.4
|
||||||
LIBISOFS_REQUIRED=1.1.2
|
LIBISOFS_REQUIRED=1.1.4
|
||||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||||
|
|
||||||
|
@ -242,7 +242,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
|||||||
*/
|
*/
|
||||||
#define isoburn_libisofs_req_major 1
|
#define isoburn_libisofs_req_major 1
|
||||||
#define isoburn_libisofs_req_minor 1
|
#define isoburn_libisofs_req_minor 1
|
||||||
#define isoburn_libisofs_req_micro 2
|
#define isoburn_libisofs_req_micro 4
|
||||||
|
|
||||||
/** 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.
|
||||||
|
@ -291,7 +291,7 @@ suitable revision.
|
|||||||
|
|
||||||
Dynamic library and compile time header requirements for libisoburn-1.1.4 :
|
Dynamic library and compile time header requirements for libisoburn-1.1.4 :
|
||||||
- libburn.so.4 , version libburn-1.1.4 or higher
|
- libburn.so.4 , version libburn-1.1.4 or higher
|
||||||
- libisofs.so.6 , version libisofs-1.1.2 or higher
|
- libisofs.so.6 , version libisofs-1.1.4 or higher
|
||||||
libisoburn and xorriso will not start with libraries which are older than their
|
libisoburn and xorriso will not start with libraries which are older than their
|
||||||
headers seen at compile time. So compile in the oldest possible installation
|
headers seen at compile time. So compile in the oldest possible installation
|
||||||
setup unless you have reason to enforce a newer bug fix level.
|
setup unless you have reason to enforce a newer bug fix level.
|
||||||
|
@ -30,7 +30,7 @@ AC_SUBST(BURN_MICRO_VERSION)
|
|||||||
|
|
||||||
LIBISOFS_MAJOR_VERSION=1
|
LIBISOFS_MAJOR_VERSION=1
|
||||||
LIBISOFS_MINOR_VERSION=1
|
LIBISOFS_MINOR_VERSION=1
|
||||||
LIBISOFS_MICRO_VERSION=3
|
LIBISOFS_MICRO_VERSION=4
|
||||||
AC_SUBST(LIBISOFS_MAJOR_VERSION)
|
AC_SUBST(LIBISOFS_MAJOR_VERSION)
|
||||||
AC_SUBST(LIBISOFS_MINOR_VERSION)
|
AC_SUBST(LIBISOFS_MINOR_VERSION)
|
||||||
AC_SUBST(LIBISOFS_MICRO_VERSION)
|
AC_SUBST(LIBISOFS_MICRO_VERSION)
|
||||||
|
@ -499,6 +499,7 @@ Bug fixes towards xorriso-1.1.2:
|
|||||||
<UL>
|
<UL>
|
||||||
<LI>xorriso native mode on some drives wrote unreadble ISO images to CD</LI>
|
<LI>xorriso native mode on some drives wrote unreadble ISO images to CD</LI>
|
||||||
<LI>-assert_volid did not work. Regression since version 1.1.0.</LI>
|
<LI>-assert_volid did not work. Regression since version 1.1.0.</LI>
|
||||||
|
<LI>-acl or -xattr worked with -extract only on Linux and FreeBSD</LI>
|
||||||
<!--
|
<!--
|
||||||
<LI>- none -</LI>
|
<LI>- none -</LI>
|
||||||
-->
|
-->
|
||||||
@ -549,7 +550,7 @@ libburnia project and the legal intentions of
|
|||||||
<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)</DD>
|
Thomas Schmitt from team of libburnia-project.org)</DD>
|
||||||
<DT>libisofs-1.1.3</DT>
|
<DT>libisofs-1.1.4</DT>
|
||||||
<DD>operates on ISO 9660 filesystem images.</DD>
|
<DD>operates on ISO 9660 filesystem images.</DD>
|
||||||
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
|
<DD>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
|
||||||
from team of libburnia-project.org)</DD>
|
from team of libburnia-project.org)</DD>
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.08.08.071649"
|
#define Xorriso_timestamP "2011.08.08.070301"
|
||||||
|
Loading…
Reference in New Issue
Block a user