1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

Release towards 3.2m6

This commit is contained in:
Martin Oberhuber 2010-03-16 01:38:15 +00:00
parent da389d56aa
commit 7486e185ca
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287185">287185</a>].</li>
</ul>
</li>
<li>At least 28 bugs were resolved: Use
<li>At least 32 bugs were resolved: Use
<!-- <a href="https://bugs.eclipse.org/bugs/buglist.cgi?negate0=1;field0-0-0=target_milestone;type0-0-1=regexp;field0-0-1=target_milestone;resolution=FIXED;resolution=WONTFIX;resolution=WORKSFORME;classification=DSDP;chfieldto=2010-03-20;chfield=resolution;query_format=advanced;chfieldfrom=2009-09-10;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;value0-0-1=3.2%20M[7];type0-0-0=regexp;value0-0-0=[23]\.[01].*;component=Core;component=RSE;component=Terminal;product=Target%20Management"> -->
<a href="https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED;resolution=WONTFIX;resolution=WORKSFORME;classification=DSDP;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;component=Core;component=RSE;component=Terminal;target_milestone=3.2%20M6;product=Target%20Management">
this query</a> to show the list of bugs fixed since

View file

@ -73,7 +73,7 @@ if [ ${TYPE} = test ]; then
# CHECK VERSION CORRECTNESS for MICRO UPDATES only
# Minor/major version updates are not allowed.
# Update of "qualifier" requires also updating "micro"
echo "VERIFYING VERSION CORRECTNESS: Features"
echo "VERIFYING VERSION CORRECTNESS: Features against ../updates/3.1"
ls features/*.jar | sed -e 's,^.*features/,,' | sort > f1.$$.txt
ls ../updates/3.1/features/*.jar | sed -e 's,^.*features/,,' | sort > f2.$$.txt
diff f2.$$.txt f1.$$.txt | grep '^[>]' \
@ -94,7 +94,7 @@ if [ ${TYPE} = test ]; then
echo "PROBLEM: MAJOR update or NEW : ${f}"
fi
done
echo "VERIFYING VERSION CORRECTNESS: Plugins"
echo "VERIFYING VERSION CORRECTNESS: Plugins against ../updates/3.1"
ls plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p1.$$.txt
ls ../updates/3.1/plugins/*.jar | sed -e 's,^.*plugins/,,' | sort > p2.$$.txt
diff p2.$$.txt p1.$$.txt | grep '^[>]' \