diff --git a/en/releases/7.0R/todo.sgml b/en/releases/7.0R/todo.sgml
index fbc63f597b..4355a697f4 100644
--- a/en/releases/7.0R/todo.sgml
+++ b/en/releases/7.0R/todo.sgml
@@ -1,7 +1,7 @@
-
+
@@ -105,12 +105,12 @@
libkse fork process wedge |
- &status.wip; |
+ &status.done; |
&a.julian;, &a.deischen; |
A bug in libkse could lead the processes hanging after fork if they
fork while running multiple threads. A patch has been committed to
HEAD that properly reinitializes internal thread library locks after
- fork, but has not yet been merged to RELENG_7 or RELENG_7_0. |
+ fork; it has been merged to RELENG_7 and RELENG_7_0.