This commit is contained in:
Andrew Johnson
2014-12-01 15:07:38 -06:00
parent bc15875bfb
commit ed37ace27e
3 changed files with 7 additions and 9 deletions

View File

@@ -42,10 +42,10 @@ EPICS_PATCH_LEVEL = 0
#EPICS_DEV_SNAPSHOT=-pre2
#EPICS_DEV_SNAPSHOT=-pre2-DEV
#EPICS_DEV_SNAPSHOT=-rc1
EPICS_DEV_SNAPSHOT=-rc1-DEV
#EPICS_DEV_SNAPSHOT=-rc1-DEV
#EPICS_DEV_SNAPSHOT=-rc2
#EPICS_DEV_SNAPSHOT=-rc2-DEV
#EPICS_DEV_SNAPSHOT=
EPICS_DEV_SNAPSHOT=
# No changes should be needed below here

View File

@@ -21,9 +21,10 @@ follows:</p>
version of EPICS Base:</p>
<ul>
<li>64-bit Windows builds may not work with some tool-sets, the code in
<tt>src/legacy/gdd</tt> is not comptible with the LLP64 model that Windows
uses for its 64-bit ABI.</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>
</ul>

View File

@@ -7,12 +7,9 @@
</head>
<body lang="en">
<h1 align="center">EPICS Base Release 3.15.1-rc1</h1>
<p style="color:red">This version of EPICS Base has not been released yet.</p>
<h1 align="center">EPICS Base Release 3.15.1</h1>
<h2 align="center">Changes between 3.15.0.2 and 3.15.1</h2>
<!-- Insert new items immediately below here ... -->
<h3>epicsStrnEscapedFromRaw() and epicsStrnRawFromEscaped()</h3>