Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index 396edb3dfbf..8c3186c1107 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,12 @@
+2004-1-5 David Inglis
+
+ PR 49851
+ Fixed deadlock when binary parser was changed while binary runner was running
+ for that project.
+
+ * model/org/eclipse/cdt/internal/core/model/CModelManager.java
+
+
2003-12-16 Alain Magloire
PR 48921.

Back to the top