From 72c4e7d85a292a61907c6caaf3d5c529137e77b5 Mon Sep 17 00:00:00 2001
From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de>
Date: Thu, 19 Dec 2013 16:17:24 +0000
Subject: [PATCH] prepared release 2.1.16

---
 configure/CONFIG                   |  2 +-
 documentation/Installation.txt     |  6 ++++--
 documentation/KnownProblems.txt    | 10 ++++++++++
 documentation/ReleaseNotes-2-1.txt |  7 +++++++
 4 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/configure/CONFIG b/configure/CONFIG
index f61a1f01..035249a1 100644
--- a/configure/CONFIG
+++ b/configure/CONFIG
@@ -30,4 +30,4 @@ EPICS_HAS_UNIT_TEST := $(shell $(PERL) -e\
 
 ECHO := $(if $(findstring s,$(MAKEFLAGS)),$(NOP),@echo)
 
-SEQ_RELEASE = 2.1.15
+SEQ_RELEASE = 2.1.16
diff --git a/documentation/Installation.txt b/documentation/Installation.txt
index 516cce7c..fdcf2c25 100644
--- a/documentation/Installation.txt
+++ b/documentation/Installation.txt
@@ -28,7 +28,7 @@ Releases are available here:
 
    http://www-csr.bessy.de/control/SoftDist/sequencer/releases/
 
-The current stable release is `2.1.15`_. Please take a look at the
+The current stable release is `2.1.16`_. Please take a look at the
 :ref:`VersioningPolicy` if you are unsure whether to upgrade to
 a new release.
 
@@ -48,7 +48,8 @@ Other releases can be downloaded by following the links here:
    ========= =========================== ============================
    Version   Release Notes               Known Problems
    ========= =========================== ============================
-   `2.1.15`_ :ref:`Release_Notes_2.1.15` n/a
+   `2.1.16`_ :ref:`Release_Notes_2.1.16` n/a
+   `2.1.15`_ :ref:`Release_Notes_2.1.15` :ref:`Known_Problems_2.1.15`
    `2.1.14`_ :ref:`Release_Notes_2.1.14` :ref:`Known_Problems_2.1.14`
    `2.1.13`_ :ref:`Release_Notes_2.1.13` :ref:`Known_Problems_2.1.13`
    `2.1.12`_ :ref:`Release_Notes_2.1.12` :ref:`Known_Problems_2.1.12`
@@ -108,6 +109,7 @@ patches.
 You can also follow development by using the `repository browser`_.
 
 .. _latest snapshot: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-snapshot-latest.tar.gz
+.. _2.1.16: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.16.tar.gz
 .. _2.1.15: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.15.tar.gz
 .. _2.1.14: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.14.tar.gz
 .. _2.1.13: http://www-csr.bessy.de/control/SoftDist/sequencer/releases/seq-2.1.13.tar.gz
diff --git a/documentation/KnownProblems.txt b/documentation/KnownProblems.txt
index 66aea441..a2528f4e 100644
--- a/documentation/KnownProblems.txt
+++ b/documentation/KnownProblems.txt
@@ -1,6 +1,16 @@
 Known Problems
 ==============
 
+.. _Known_Problems_2.1.15:
+
+Known Problems in Release 2.1.15
+--------------------------------
+
+Building fails on Windows due to a missing epicsShareExtern specifier.
+
+The solution is to add epicsShareExtern to the declaration of the variable
+seq_sync_timeout in src/seq/seq_if.c.
+
 .. _Known_Problems_2.1.14:
 
 Known Problems in Release 2.1.14
diff --git a/documentation/ReleaseNotes-2-1.txt b/documentation/ReleaseNotes-2-1.txt
index 19a2510b..7c009252 100644
--- a/documentation/ReleaseNotes-2-1.txt
+++ b/documentation/ReleaseNotes-2-1.txt
@@ -1,6 +1,13 @@
 Release Notes for Version 2.1
 =============================
 
+.. _Release_Notes_2.1.16:
+
+Release 2.1.16
+--------------
+
+This release fixes a build problem on Windows, see :ref:`Known_Problems_2.1.15`.
+
 .. _Release_Notes_2.1.15:
 
 Release 2.1.15
-- 
GitLab