From e2a8b4d60e8ac3929a8a2a679afc20435a56f606 Mon Sep 17 00:00:00 2001 From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de> Date: Thu, 1 Mar 2012 14:46:42 +0000 Subject: [PATCH] docs: add latest bug to known problems for 2.1.5 --- documentation/KnownProblems.txt | 12 ++++++++++++ documentation/Notes.txt | 2 ++ 2 files changed, 14 insertions(+) diff --git a/documentation/KnownProblems.txt b/documentation/KnownProblems.txt index 38184904..644be776 100644 --- a/documentation/KnownProblems.txt +++ b/documentation/KnownProblems.txt @@ -1,6 +1,18 @@ Known Problems ============== +.. _Known_Problems_2.1.5: + +Known Problems in Release 2.1.5 +------------------------------- + +* Using pvPutComplete or pvGetComplete inside a when-clause may + result in a deadlock: the state set forever waits for the + completion even though the callback arrived. + + Note: this Problem is present at least since 2.0.12. + + .. _Known_Problems_2.1.4: Known Problems in Release 2.1.4 diff --git a/documentation/Notes.txt b/documentation/Notes.txt index 29dcc74b..b39a8eb2 100644 --- a/documentation/Notes.txt +++ b/documentation/Notes.txt @@ -6,6 +6,8 @@ Release Notes Release 2.1.5 ------------- +:ref:`Known_Problems_2.1.5` + * fixed two bugs in pvAssign: - after an initially unassigned variable gets assigned using -- GitLab