diff --git a/ChangeLog b/ChangeLog index 8bc1f77e..a2429170 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ SVN trunk (to become libisoburn-1.1.6.tar.gz) * Bug fix: -extract_single extracted directory content * Bug fix: -extract was not immediately aborted if -abort_on was triggered * Bug fix: xorriso did not write to files in filesystems with >= 4 TB free space +* Bug fix: libisofs: ACL entries of groups and of user id 0 were not properly + recorded and cannot be restored +* Bug fix: libisofs: No ACLs were recorded on FreeBSD +* New option -list_extras libisoburn-1.1.4.tar.gz Mon Aug 8 2011 diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 5bfa9e9f..22726a3f 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -581,6 +581,9 @@ cdrecord and mkisofs.
  • -extract_single extracted directory content
  • -extract was not immediately aborted if -abort_on was triggered
  • xorriso did not write to files in filesystems with >= 4 TB free space
  • +
  • ACL entries of groups and of user id 0 were not properly recorded +and cannot be restored.
  • +
  • No ACLs were recorded on FreeBSD
  • @@ -588,8 +591,9 @@ cdrecord and mkisofs.
    Enhancements towards stable version 1.1.4: diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index ddea5d02..441fe787 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.08.18.151913" +#define Xorriso_timestamP "2011.08.19.110340"