1.13 release notes updates with more details about redistributable packages.

This commit is contained in:
clay_shooter
2007-10-06 22:06:49 +00:00
parent 0896762db6
commit bd1c33ef40
3 changed files with 63 additions and 10 deletions

View File

@@ -5,13 +5,13 @@
<h3>What's New</h3>
<ul>
<li>
Now compiles with with Visual Studio 2005 (M1).
Binaries compiled with with Visual Studio 2005 in place of VC98.
</li>
<li>
Changed milestone release naming convention from "pre..." to "M..."
</li>
<li>
unittest directory now a JUnit 3.8.1 test repository
The unittest directory now a JUnit 3.8.1 test repository
</li>
</ul>
@@ -83,8 +83,10 @@
</tr>
<tr>
<td width="13%" valign="top">VC++ libraries</td>
<td width="87%" valign="top">Jacob 1.13 is built with VC++ 2005 that creates a dependency on msvcr80.dll.
Users of older systems may have to obtain the dll as from the MS downloads site.</td>
<td width="87%" valign="top">Jacob 1.13 is built using VC++ 2005.
That creates a dependency on the Visual C++ 2005 libraries and msvcr80.dll.
This library is normally installed on XP systems but may have to be manually
installed on older systems. It can be obtained from the MS downloads site.</td>
</tr>
</table>
@@ -94,7 +96,7 @@
<h3>What's New</h3>
<ul>
<li>
<b>Now compiles with with Visual versions later than VC 98</b>
Now compiles with with Visual versions later than VC 98
</li>
</ul>