From 6df572e0afe3572aff02e4fe6c460e13fb9b241c Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 18 May 2011 14:43:13 +0000 Subject: [PATCH] updated in 3.14.12.1 --- configure/CONFIG_BASE_VERSION | 6 +- configure/RULES.Db | 3 +- documentation/KnownProblems.html | 14 +- documentation/RELEASE_NOTES.html | 131 +++++++++++++++++- src/RTEMS/base/rtems_init.c | 12 +- src/RTEMS/base/rtems_netconfig.c | 20 ++- src/catools/caget.c | 2 +- src/catools/cainfo.c | 5 +- src/catools/camonitor.c | 5 +- src/catools/caput.c | 4 +- src/catools/tool_lib.h | 10 +- src/libCom/error/errlog.c | 2 - src/libCom/iocsh/iocsh.cpp | 2 + src/libCom/osi/epicsThread.cpp | 4 +- src/libCom/osi/epicsTime.cpp | 7 +- src/libCom/osi/os/WIN32/osdThread.c | 23 +++- src/libCom/osi/os/WIN32/osdTime.cpp | 6 +- src/libCom/osi/os/freebsd/osdSock.h | 6 +- src/libCom/test/epicsCalcTest.cpp | 10 +- src/libCom/test/epicsErrlogTest.c | 18 +-- src/libCom/test/epicsExceptionTest.cpp | 1 + src/tools/convertRelease.pl | 2 +- src/tools/fullPathName.pl | 2 +- startup/cygwin.bat | 148 ++++++++++++-------- startup/win32.bat | 178 ++++++++++++++++--------- 25 files changed, 446 insertions(+), 175 deletions(-) diff --git a/configure/CONFIG_BASE_VERSION b/configure/CONFIG_BASE_VERSION index 1dedd2b07..b889bc76e 100644 --- a/configure/CONFIG_BASE_VERSION +++ b/configure/CONFIG_BASE_VERSION @@ -7,7 +7,7 @@ # in the file LICENSE that is included with this distribution. #************************************************************************* # -# Revision-Id: jba@aps.anl.gov-20101124205038-hr4w7l8eki0rmwm0 +# Revision-Id: anj@aps.anl.gov-20110426203619-3oqagan3wqf5n0gx # # EPICS Version information # @@ -30,7 +30,7 @@ EPICS_MODIFICATION = 12 # EPICS_PATCH_LEVEL must be a number (win32 resource file requirement) # Not included if zero -EPICS_PATCH_LEVEL = 0 +EPICS_PATCH_LEVEL = 1 # This will end in -DEV between official releases #EPICS_DEV_SNAPSHOT=-DEV @@ -58,7 +58,7 @@ EPICS_SHORT_VERSION=$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)$(EP EPICS_VERSION_NUMBER=$(EPICS_SHORT_VERSION)$(EPICS_DEV_SNAPSHOT)$(EPICS_SITE_VSTRING) EPICS_VERSION_STRING="EPICS Version $(EPICS_VERSION_NUMBER)" -COMMIT_DATE="\$Date: 2010/11/29 10:38:06 $" +COMMIT_DATE="\$Date: 2011/05/18 14:43:13 $" # Provide these in case anyone is still using the old names EPICS_CVS_SNAPSHOT=$(EPICS_DEV_SNAPSHOT) diff --git a/configure/RULES.Db b/configure/RULES.Db index ed6e10978..9eb27e527 100644 --- a/configure/RULES.Db +++ b/configure/RULES.Db @@ -109,7 +109,8 @@ ACF_CMD = $(CPP) $(ACF_CPPFLAGS) $(ACF_INCLUDES) $< > $@ HINC += $(addsuffix .h,$(DBDINC_NAME)) COMMON_DBDINC += $(addprefix $(COMMON_DIR)/,$(HINC)) -DBDDEPENDS_FILES += $(addsuffix $(DEP),$(HINC) $(DBS) \ +DBDDEPENDS_FILES += $(addsuffix $(DEP),$(HINC) \ + $(patsubst $(COMMON_DIR)/%,%,$(COMMON_DBS)) \ $(patsubst $(COMMON_DIR)/%,%,$(COMMON_DBDS))) DBDDEPENDS_FLAGS = $(subst -I,,$(filter-out -S%,$(DBDFLAGS))) diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html index 9a15e68c8..eadac0179 100644 --- a/documentation/KnownProblems.html +++ b/documentation/KnownProblems.html @@ -4,11 +4,21 @@ - Known Problems in R3.14.12 + Known Problems in R3.14.12.1 -

EPICS Base R3.14.12: Known Problems

+

EPICS Base R3.14.12.1: Known Problems

+ +

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

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

The following significant problems have been reported with this +version of EPICS Base: