Requiring libisofs-1.1.4 (because of ACL extraction problem in 1.1.2)

This commit is contained in:
Thomas Schmitt 2011-08-08 07:30:33 +00:00
parent 8f1412a348
commit be867aca18
7 changed files with 8 additions and 7 deletions

2
README
View File

@ -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 :
- 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
include headers seen at compile time.

View File

@ -304,7 +304,7 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
dnl Check for proper library versions
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(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)

View File

@ -242,7 +242,7 @@ void isoburn_version(int *major, int *minor, int *micro);
*/
#define isoburn_libisofs_req_major 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
at compile time.

View File

@ -291,7 +291,7 @@ suitable revision.
Dynamic library and compile time header requirements for libisoburn-1.1.4 :
- 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
headers seen at compile time. So compile in the oldest possible installation
setup unless you have reason to enforce a newer bug fix level.

View File

@ -30,7 +30,7 @@ AC_SUBST(BURN_MICRO_VERSION)
LIBISOFS_MAJOR_VERSION=1
LIBISOFS_MINOR_VERSION=1
LIBISOFS_MICRO_VERSION=3
LIBISOFS_MICRO_VERSION=4
AC_SUBST(LIBISOFS_MAJOR_VERSION)
AC_SUBST(LIBISOFS_MINOR_VERSION)
AC_SUBST(LIBISOFS_MICRO_VERSION)

View File

@ -499,6 +499,7 @@ Bug fixes towards xorriso-1.1.2:
<UL>
<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>-acl or -xattr worked with -extract only on Linux and FreeBSD</LI>
<!--
<LI>- none -</LI>
-->
@ -549,7 +550,7 @@ libburnia project and the legal intentions of
<DD>(founded by Derek Foreman and Ben Jansens,
developed and maintained since August 2006 by
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>(By Vreixo Formoso, Mario Danic and Thomas Schmitt
from team of libburnia-project.org)</DD>

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.08.08.071649"
#define Xorriso_timestamP "2011.08.08.070301"