diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index bca1ae442..321eec830 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -33,10 +33,10 @@ EPICS_MODIFICATION = 0 # EPICS_PATCH_LEVEL must be a number (win32 resource file requirement) # Not included if zero -EPICS_PATCH_LEVEL = 1 +EPICS_PATCH_LEVEL = 2 # This will end in -DEV between official releases -EPICS_DEV_SNAPSHOT=-DEV +#EPICS_DEV_SNAPSHOT=-DEV #EPICS_DEV_SNAPSHOT=-pre1 #EPICS_DEV_SNAPSHOT=-pre1-DEV #EPICS_DEV_SNAPSHOT=-pre2 @@ -45,7 +45,7 @@ EPICS_DEV_SNAPSHOT=-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 diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index f817f37cd..f0d548b45 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -4,17 +4,17 @@ - Known Problems in R3.15.0.1 + Known Problems in R3.15.0.2 -

EPICS Base R3.15.0.1: Known Problems

+

EPICS Base R3.15.0.2: Known Problems

Any patch files linked below should be applied at the root of the -base-3.15.0.1 tree. Download them, then use the GNU Patch program as +base-3.15.0.2 tree. Download them, then use the GNU Patch program as follows:

-
% cd /path/to/base-3.15.0.1
+
% cd /path/to/base-3.15.0.2
 % patch -p0 < /path/to/file.patch

The following significant problems have been reported with this @@ -24,6 +24,10 @@ version of EPICS Base:

  • 64-bit Windows builds may not work with some tool-sets, the code in src/legacy/gdd is not comptible with the LLP64 model that Windows uses for its 64-bit ABI.
  • +
  • The -x option to the softIoc program loads a standard database + that is supposed to be able to exit the running IOC. In this release that + causes an assertion failure which prints a stack trace and suspends the + program wihout exiting.
  • diff --git a/documentation/README.1st b/documentation/README.1st index b120332ee..6ae61fa40 100644 --- a/documentation/README.1st +++ b/documentation/README.1st @@ -1,6 +1,6 @@ Installation Instructions - EPICS Base Release 3.15.0.1 + EPICS Base Release 3.15.0.2 -------------------------------------------------------------------------- diff --git a/documentation/README.html b/documentation/README.html index 9f35551d4..c0297f8b1 100644 --- a/documentation/README.html +++ b/documentation/README.html @@ -9,7 +9,7 @@

    Installation Instructions

    -

    EPICS Base Release 3.15.0.1


    +

    EPICS Base Release 3.15.0.2



    Table of Contents