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

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

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"