Update version numbers in docs

This commit is contained in:
Andrew Johnson
2016-10-21 12:07:26 -05:00
parent 321e87aabf
commit 14819ef1ec
4 changed files with 23 additions and 34 deletions

View File

@ -4,17 +4,17 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Known Problems in R3.15.3</title>
<title>Known Problems in R3.15.5</title>
</head>
<body>
<h1 style="text-align: center">EPICS Base R3.15.3: Known Problems</h1>
<h1 style="text-align: center">EPICS Base R3.15.5: Known Problems</h1>
<p>Any patch files linked below should be applied at the root of the
base-3.15.3 tree. Download them, then use the GNU Patch program as
base-3.15.5 tree. Download them, then use the GNU Patch program as
follows:</p>
<blockquote><pre>% <b>cd <i>/path/to/</i>base-3.15.3</b>
<blockquote><pre>% <b>cd <i>/path/to/</i>base-3.15.5</b>
% <b>patch -p0 &lt; <i>/path/to/</i>file.patch</b></pre></blockquote>
<p>The following significant problems have been reported with this
@ -22,22 +22,11 @@ version of EPICS Base:</p>
<ul>
<li>See LaunchPad bug
<a href="https://bugs.launchpad.net/epics-base/+bug/1466129">#1466129</a>:
The feature that allows an IOC to bind to a single network interface is not
working correctly. The bug mentioned above contains a patch that has been
tested on Linux-64, a complete fix is expected for 3.15.4. Note that Windows
systems are not affected by this bug.</li>
<li>Parallel builds ("make -j") on native Windows are not working properly.
Builds tend to hang (saturating one core); interrupting and running make
again usually finishes the build. Limiting the number of parallel jobs using
something like "make -j8" also helps prevent this problem. Sequential builds
always work and are recommended for automated build environments.</li>
<li>64-bit Windows builds of the CAS library may not work with some compilers.
The code in <tt>src/legacy/gdd</tt> is currently incompatible with the LLP64
model that Windows uses for its 64-bit ABI.</li>
<li>Parallel builds ("make -j") of Windows DLL targets don't work, because the
build rules don't contain all the necessary dependencies. This problem has
been fixed in the 3.15 series build rules, but will not be addressed in the
3.14 branch. Sequential builds always work and are recommended for automated
build environments.</li>
</ul>

View File

@ -1,6 +1,6 @@
Installation Instructions
EPICS Base Release 3.15.3
EPICS Base Release 3.15.5
--------------------------------------------------------------------------

View File

@ -9,7 +9,7 @@
<BODY>
<CENTER>
<H1>Installation Instructions</H1>
<H2>EPICS Base Release 3.15.3</H2><BR>
<H2>EPICS Base Release 3.15.5</H2><BR>
</CENTER>
<HR>
<H3> Table of Contents</H3>

View File

@ -135,17 +135,17 @@ relevent roles unless the Release Manager designates otherwise:</p>
<td>Tag the module in Bazaar, using these tag conventions:
<ul>
<li>
<tt>R3.15.3-pre<i>n</i></tt>
<tt>R3.15.5-pre<i>n</i></tt>
&mdash; pre-release tag
</li>
<li>
<tt>R3.15.3-rc<i>n</i></tt>
<tt>R3.15.5-rc<i>n</i></tt>
&mdash; release candidate tag, note the <tt>rc</tt> is now
lower-case</li>
</ul>
<blockquote><tt>
cd ~/base/mirror-3.15<br />
bzr tag R3.15.3-rc<i>n</i>
bzr tag R3.15.5-rc<i>n</i>
</tt></blockquote>
</td>
</tr>
@ -156,10 +156,10 @@ relevent roles unless the Release Manager designates otherwise:</p>
generates a gzipped tarfile directly from the repository:
<blockquote><tt>
cd ~/base<br />
bzr export --keywords=publish
--root=base-3.15.3-rc<i>n</i>
-r tag:R3.15.3-rc<i>n</i>
base-3.15.3-rc<i>n</i>.tar.gz
bzr export
--root=base-3.15.5-rc<i>n</i>
-r tag:R3.15.5-rc<i>n</i>
base-3.15.5-rc<i>n</i>.tar.gz
mirror-3.15
</tt></blockquote>
This requires that the Bazaar keywords plugin is installed and
@ -274,7 +274,7 @@ relevent roles unless the Release Manager designates otherwise:</p>
<td>Tag the module in Bazaar:
<blockquote><tt>
cd ~/base/mirror-3.15<br />
bzr tag R3.15.3</i>
bzr tag R3.15.5</i>
</tt></blockquote>
</td>
</tr>
@ -285,10 +285,10 @@ relevent roles unless the Release Manager designates otherwise:</p>
generates a gzipped tarfile directly from the repository:
<blockquote><tt>
cd ~/base<br />
bzr export --keywords=publish
--root=base-3.15.3
-r tag:R3.15.3
base-3.15.3.tar.gz
bzr export
--root=base-3.15.5
-r tag:R3.15.5
base-3.15.5.tar.gz
mirror-3.15
</tt></blockquote>
This requires that the Bazaar keywords plugin is installed and