From 1b6ec2676cad32846158fa85a8fb6cd87a6da412 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 21 Jun 2018 00:30:02 -0500 Subject: [PATCH] Document branch recombination --- documentation/RELEASE_NOTES.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 694fe4ec3..0479e8a3a 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -10,8 +10,6 @@

EPICS Release 7.0.2.x

-

Changes made between 3.16.1 and 3.16.2

- +

Git Branches Recombined

+ +

The four separate Git branches core/master, libcom/master, +ca/master and database/master have been recombined into one +branch called 7.0. Keeping these as 4 separate branches in the same +repository made it impossible to create merge requests that contained changes in +more than one of these modules. The layout of the source files has not changed +at all however, so the source code for libcom, ca and the database are still +found separately under the module subdirectory.

+ +

EPICS Release 7.0.1.1

Changed SIML failure behavior