Updated change log and web page
This commit is contained in:
parent
20f23b1657
commit
4453457883
@ -1,8 +1,17 @@
|
||||
SVN trunk (to become libisoburn-1.1.2.tar.gz)
|
||||
===============================================================================
|
||||
* Bug fix: -update_r scheduled non-existing files for hardlink update
|
||||
* New option -list_speeds
|
||||
|
||||
|
||||
GNU xorriso-1.1.0.pl01.tar.gz Mon Jun 20
|
||||
===============================================================================
|
||||
* Bug fix: Due to a bug in libburn-1.1.0, GNU xorriso-1.1.0 compiled only
|
||||
on GNU/Linux, FreeBSD, and Solaris, but not on other systems.
|
||||
|
||||
libisoburn-1.1.0.tar.gz Sat 18 Jun 2011
|
||||
===============================================================================
|
||||
* Bug fix: -mount_opts shared worked only with -osirrox o_excl_off
|
||||
* Bug fix: Production of MIPS bootable images caused SIGSEGV
|
||||
* Bug fix: xorriso command -add_plainly "any" did not add all files to the image
|
||||
* Bug fix: The attempt to blank already blank DVD-RW was not gracefully blocked
|
||||
* Bug fix: -as mkisofs -isohybrid-mbr without -no-pad was not cylinder aligned
|
||||
|
@ -446,21 +446,21 @@ This can bring effective read performance near to the raw media reading speed.
|
||||
<P>
|
||||
<DL>
|
||||
<DT><H3>Download as source code (see README):</H3></DT>
|
||||
<DD><A HREF="xorriso-1.1.0.tar.gz">xorriso-1.1.0.tar.gz</A>
|
||||
<DD><A HREF="xorriso-1.1.0.pl01.tar.gz">xorriso-1.1.0.pl01.tar.gz</A>
|
||||
(1920 KB).
|
||||
</DD>
|
||||
<DD>(Released 18 Jun 2011)</DD>
|
||||
<DD><A HREF="xorriso-1.1.0.tar.gz.sig">xorriso-1.1.0.tar.gz.sig</A></DD>
|
||||
<DD>(Released 20 Jun 2011)</DD>
|
||||
<DD><A HREF="xorriso-1.1.0.pl01.tar.gz.sig">xorriso-1.1.0.pl01.tar.gz.sig</A></DD>
|
||||
<DD>
|
||||
(detached GPG signature for verification by
|
||||
<KBD>gpg --verify xorriso-1.1.0.tar.gz.sig xorriso-1.1.0.tar.gz</KBD>
|
||||
<KBD>gpg --verify xorriso-1.1.0.pl01.tar.gz.sig xorriso-1.1.0.pl01.tar.gz</KBD>
|
||||
<BR>
|
||||
after <KBD>gpg --keyserver keys.gnupg.net --recv-keys ABC0A854</KBD>).
|
||||
</DD>
|
||||
<DD>
|
||||
Also on <A HREF="http://www.gnu.org/prep/ftp.html">
|
||||
mirrors of ftp://ftp.gnu.org/gnu/ </A>
|
||||
as xorriso/xorriso-1.1.0.tar.gz
|
||||
as xorriso/xorriso-1.1.0.pl01.tar.gz
|
||||
</DD>
|
||||
</DL>
|
||||
</DD>
|
||||
@ -512,20 +512,26 @@ The attempt to blank already blanked DVD-RW was not gracefully blocked
|
||||
<LI>
|
||||
-as mkisofs -isohybrid-mbr without -no-pad was not cylinder aligned
|
||||
</LI>
|
||||
<LI>
|
||||
-format as_needed for DVD-RW could fail on Pioneer drives
|
||||
</LI>
|
||||
<!--
|
||||
<LI>- none -</LI>
|
||||
-->
|
||||
</UL>
|
||||
</P>
|
||||
|
||||
<!--
|
||||
<P>
|
||||
Bug fixes in .pl01 towards xorriso-:
|
||||
Bug fixes in xorriso-1.1.0.pl01 towards xorriso-1.1.0:
|
||||
<UL>
|
||||
<LI>
|
||||
Due to a bug in libburn-1.1.0,
|
||||
GNU xorriso-1.1.0 compiled only on GNU/Linux, FreeBSD, and Solaris,
|
||||
but not on other systems
|
||||
</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<!--
|
||||
-->
|
||||
|
||||
<P>
|
||||
@ -588,7 +594,7 @@ cdrecord and mkisofs.</DT>
|
||||
<DT><H3>Development snapshot, version 1.1.1 :</H3></DT>
|
||||
<DD>Bug fixes towards xorriso-1.1.0:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<LI>-update_r scheduled non-existing files for hardlink update</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
@ -596,8 +602,9 @@ cdrecord and mkisofs.</DT>
|
||||
</DD>
|
||||
<DD>Enhancements towards stable version 1.1.0:
|
||||
<UL>
|
||||
<LI>- none yet -</LI>
|
||||
<LI>New option -list_speeds</LI>
|
||||
<!--
|
||||
<LI>- none yet -</LI>
|
||||
-->
|
||||
</UL>
|
||||
|
||||
@ -621,7 +628,7 @@ installation see README)
|
||||
</DD>
|
||||
<DD>
|
||||
<A HREF="xorriso-1.1.1.tar.gz">xorriso-1.1.1.tar.gz</A>
|
||||
(1895 KB).
|
||||
(1920 KB).
|
||||
</DD>
|
||||
<DT>A dynamically linked development version of xorriso can be obtained
|
||||
from repositories of
|
||||
@ -696,9 +703,12 @@ Enjoying free hosting by<BR>
|
||||
<A HREF="http://www.webframe.org">www.webframe.org</A><BR>
|
||||
<A HREF="http://sourceforge.net">sourceforge.net</A><BR>
|
||||
|
||||
<!--
|
||||
Enjoying a FreeBSD shell account with the opportunity to
|
||||
build, install and test xorriso at<BR>
|
||||
<A HREF="http://www.en.free-shells.com.ar">free-shells.com.ar</A>
|
||||
-->
|
||||
|
||||
</FONT></CENTER>
|
||||
</P>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user