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: