mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
[192696] Deadlock when opening RSE Perspective
This commit is contained in:
parent
00d13882d9
commit
34dff2b37e
2 changed files with 13 additions and 6 deletions
|
@ -83,9 +83,9 @@ if [ -d /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads ]; then
|
|||
chgrp dsdp-tmadmin * CVS/*
|
||||
|
||||
#Fixup permissions and group id on download.eclpse.org (just to be safe)
|
||||
echo "Fixup: chgrp -R dsdp-tmadmin drops/${buildType}*-${daystamp}*"
|
||||
chgrp -R dsdp-tmadmin drops/${buildType}*-${daystamp}*
|
||||
chmod -R g+w drops/${buildType}*-${daystamp}*
|
||||
echo "Fixup: chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}*"
|
||||
chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}*
|
||||
chmod -R g+w drops/${buildType}*${daystamp}*
|
||||
fi
|
||||
|
||||
#Check the publishing
|
||||
|
|
|
@ -36,9 +36,16 @@
|
|||
<li><b>Apache Commons.Net and ORO</b> are now distributed as verbatim compies
|
||||
from the Orbit project, so they will not be changed any more.</li>
|
||||
-->
|
||||
<li>No API changes were made in this build. 8 bugs were resolved (P1 bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=194442">194442</a> to
|
||||
improve migration of dstore daemons to the 2.0 version, and P1 bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=187301">187301</a>
|
||||
to support multiple RSE shells with Telnet; the rest were documentation). Use
|
||||
<li>No API changes were made in this build. 9 bugs were resolved:
|
||||
<ul><li>P1 bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=194442">194442</a> to
|
||||
improve migration of dstore daemons to the 2.0 version</li>
|
||||
<li>P1 bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=187301">187301</a>
|
||||
to support multiple RSE shells with Telnet</li>
|
||||
<li>P1 bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=192696">192696</a>
|
||||
to fix a deadlock with RSE opening its perspective.</li>
|
||||
<li>the other bugs were documentation-only fixes.</li>
|
||||
</ul>
|
||||
Use
|
||||
<!-- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WONTFIX&resolution=INVALID&resolution=WORKSFORME&chfieldfrom=2007-06-21&chfieldto=2007-06-28&chfield=resolution&cmdtype=doit"> -->
|
||||
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=DSDP&product=Target+Management&target_milestone=2.0&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&resolution=FIXED&resolution=WONTFIX&resolution=INVALID&resolution=WORKSFORME&cmdtype=doit">
|
||||
this query</a> to show the list of bugs fixed since the last milestone,
|
||||
|
|
Loading…
Add table
Reference in a new issue