- updates for 2.1.1 release
This commit is contained in:
parent
d23e36dc02
commit
4feec4a050
@ -7,7 +7,31 @@
|
||||
<!--content starts here-->
|
||||
<img src="images/logo.gif" alt="A Window, Tux, and the BSD Daemon" width="160" height="175" align="right">
|
||||
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Latest release:</b> Bochs 2.1</font><BR><BR>
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Latest release:</b> Bochs 2.1.1</font><BR><BR>
|
||||
|
||||
Version 2.1.1 is a bugfix release :
|
||||
<ul>
|
||||
<li> fix bug in int15h function 0xe820
|
||||
<li> fix vmware3 disk support on big-endian platforms
|
||||
<li> fix conditions for NM exception on FWAIT instruction
|
||||
<li> fix symbol conflict in rfb and x display libraries
|
||||
<li> allow 16 bit writes to ne2k page 0
|
||||
<li> notify display libraries on change of bpp
|
||||
<li> fix bug in int13h function 0x10
|
||||
<li> fix floppy dialog error on win2k
|
||||
<li> fix adress check in TSS IO permission bitmap
|
||||
<li> fix buffer overflow vulnerability
|
||||
<li> updates for MacOS compile
|
||||
</ul>
|
||||
|
||||
<BR/>
|
||||
<a href="http://cvs.sourceforge.net/viewcvs.py/bochs/bochs/CHANGES?rev=REL_2_1_1_FINAL&content-type=text/vnd.viewcvs-markup">
|
||||
Details on what has changed since version 2.1
|
||||
</a>
|
||||
|
||||
<BR/><BR/>
|
||||
|
||||
<BR><font face="arial, helvetica" color="#1e029a" size="4"><b>Previous release:</b> Bochs 2.1</font><BR><BR>
|
||||
|
||||
It's been nearly one year since the last stable release :
|
||||
<ul>
|
||||
|
@ -27,7 +27,7 @@ A.sidebar:hover {color: blue; text-decoration: underline}
|
||||
<BODY BGCOLOR="#FFFFFF" VLINK="#000000" ALINK="#000000" LINK="#000000" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr><td width="140" bgcolor="#aacbff"> </td><td bgcolor="#6d95d7" width="400"><font face="arial, helvetica" size="2" color="#1e029a"><center><b>T H E C R O S S P L A T F O R M I A - 3 2 E M U L A T O R</b></center></font></td><td width="100%"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td bgcolor="#4079d6" width="50%"> </td><td bgcolor="#1e029a" width="50%"> </td></tr></table></td></tr>
|
||||
<tr><td width="140" bgcolor="#6d95d7"><font face="arial, helvetica"><center><b>Current Release:</b><BR><a href="<!--#include virtual="release.txt" -->" class="sidebar"><i><u>Bochs 2.1</u></i></a></font></center></td><td width="400" height="130"><img src="http://bochs.sourceforge.net/images/lgban.gif" width="400" height="130" alt="bochs: think inside the bochs."></td><td> </td></tr>
|
||||
<tr><td width="140" bgcolor="#6d95d7"><font face="arial, helvetica"><center><b>Current Release:</b><BR><a href="<!--#include virtual="release.txt" -->" class="sidebar"><i><u>Bochs 2.1.1</u></i></a></font></center></td><td width="400" height="130"><img src="http://bochs.sourceforge.net/images/lgban.gif" width="400" height="130" alt="bochs: think inside the bochs."></td><td> </td></tr>
|
||||
<tr><td colspan="3" bgcolor="#4079d6" height="1">
|
||||
<img src="http://bochs.sourceforge.net/images/smblue.gif" width="1" height="1"></td></tr>
|
||||
<tr><td bgcolor="#4079d6" width="140" valign="top">
|
||||
|
@ -30,9 +30,9 @@
|
||||
<tr>
|
||||
<td> <img src="images/bochs2_1.jpg" alt="Bochs 2.1"></td>
|
||||
<td>
|
||||
<font face="arial, helvetica" color="#1e029a" size="4"><b>Bochs 2.1 Released on January 12, 2004</b></font><BR>
|
||||
Bochs 2.1 was released on January 12. You can download it from the <a
|
||||
href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=209220">Source
|
||||
<font face="arial, helvetica" color="#1e029a" size="4"><b>Bochs 2.1.1 Released on February 8, 2004</b></font><BR>
|
||||
Bochs 2.1.1 was released on February 8. You can download it from the <a
|
||||
href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=215733">Source
|
||||
Forge project page</a>.
|
||||
</td></tr></table><hr>
|
||||
|
||||
@ -67,6 +67,7 @@ or <a href="http://bochs.sourceforge.net/cgi-bin/topper.pl?name=Email+Christophe
|
||||
<BR><BR>
|
||||
<font face="arial, helvetica" color="#1e029a" size="4"><b>Older News</b></font><BR>
|
||||
<ul>
|
||||
<li><b>January 13, 2004:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=209220">Bochs 2.1</a> is now available.
|
||||
<li><b>January 19, 2003:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=135273">Bochs 2.0.2</a> is now available.
|
||||
<li><b>January 4, 2003:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=131547">Bochs 2.0.1</a> is now available.
|
||||
<li><b>December 21, 2002:</b> <a href="http://sourceforge.net/project/showfiles.php?group_id=12580&release_id=129437">Bochs 2.0</a> is now available.
|
||||
|
Loading…
Reference in New Issue
Block a user