From f743cb1512acbdbf030b7f9a1f5d6dd14fa519fe Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 18 Sep 2002 07:34:53 +0000 Subject: [PATCH] usrv bugfix: Unregistering of dead connections was done incorrectly --- CHANGES | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d418ddef..60556db2 100644 --- a/CHANGES +++ b/CHANGES @@ -19,3 +19,8 @@ o usrv: cleaning up IPC pipe sockets after process termination ------- o usrv: bugfix: segfault after connection termination +1.1.2-4 +------- + +o usrv: bugfix: segfault after connection termination (uncorrect unregister of + invalidated connections) diff --git a/VERSION b/VERSION index 532c8d2c..987165b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2-3-dev +1.1.2-4-dev