From 4611b715637ae08e7ed7b894f0c6cb5cf62e808c Mon Sep 17 00:00:00 2001 From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de> Date: Mon, 14 Jan 2013 14:46:47 +0000 Subject: [PATCH] added a known problem in release 2.1.10 --- documentation/KnownProblems.txt | 14 ++++++++++++++ documentation/Notes.txt | 2 ++ 2 files changed, 16 insertions(+) diff --git a/documentation/KnownProblems.txt b/documentation/KnownProblems.txt index 602b0275..e7b6dfcb 100644 --- a/documentation/KnownProblems.txt +++ b/documentation/KnownProblems.txt @@ -1,6 +1,20 @@ Known Problems ============== +.. _Known_Problems_2.1.10: + +Known Problems in Release 2.1.10 +-------------------------------- + +In the warning message when a queue is full, the variable name +should be quoted. Here is an example:: + + sevr=minor pvPut on queued variable response (anonymous): last queue + element overwritten (queue is full) + +Here "response" is actually the variable name, but this is not apparent. + + .. _Known_Problems_2.1.8: Known Problems in Release 2.1.8 diff --git a/documentation/Notes.txt b/documentation/Notes.txt index 4b78d5d6..b95b393b 100644 --- a/documentation/Notes.txt +++ b/documentation/Notes.txt @@ -6,6 +6,8 @@ Release Notes Release 2.1.10 -------------- +:ref:`Known_Problems_2.1.10` + snc: * avoid follow-up syntax error after lexical error, -- GitLab