Updated change log and web page

This commit is contained in:
Thomas Schmitt 2011-08-19 11:05:39 +00:00
parent f71981ac49
commit 11eb2bdacf
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -581,6 +581,9 @@ cdrecord and mkisofs.</DT>
<LI>-extract_single extracted directory content</LI>
<LI>-extract was not immediately aborted if -abort_on was triggered</LI>
<LI>xorriso did not write to files in filesystems with >= 4 TB free space</LI>
<LI>ACL entries of groups and of user id 0 were not properly recorded
and cannot be restored.</LI>
<LI>No ACLs were recorded on FreeBSD</LI>
<!--
<LI>- none yet -</LI>
-->
@ -588,8 +591,9 @@ cdrecord and mkisofs.</DT>
</DD>
<DD>Enhancements towards stable version 1.1.4:
<UL>
<LI>- none yet -</LI>
<LI>New option -list_extras</LI>
<!--
<LI>- none yet -</LI>
-->
</UL>

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.08.18.151913"
#define Xorriso_timestamP "2011.08.19.110340"