On Fri, 27 Mar 2009, Mark Mitchell wrote:

> 12. Updating the email parsing script.  AFAICT, this hasn't been done in
> a while, so I wasn't sure if it was considered obsolete.

I have done this.  I'll deal with the snapshot and .pot files later.  
I'll close 4.2 branch at some point after the PR summaries have been 
updated to mention 4.5 (to avoid conflicts between two sets of bulk 
Bugzilla changes), though probably not until next week.

If we want to deprecate gccbug in 4.4 and remove it in 4.5 (and so not 
need 4.5.1 or subsequent versions in this script), there is still time to 
do so (though not to get it in the first deprecated-features-removal patch 
for 4.5 - that has already been approved for 4.5 and I am retesting it 
tonight before committing it to trunk).

Index: bug_email.pl
===================================================================
RCS file: /cvs/gcc/wwwdocs/bugzilla/contrib/bug_email.pl,v
retrieving revision 1.49
diff -u -r1.49 bug_email.pl
--- bug_email.pl        24 Jan 2009 10:28:08 -0000      1.49
+++ bug_email.pl        27 Mar 2009 22:29:41 -0000
@@ -284,6 +284,9 @@
     {
            $version = "unknown";
     }
+    elsif ($release =~ /.*4\.5\.0.*/o) {
+           $version = "4.5.0";
+    }
     elsif ($release =~ /.*4\.4\.0.*/o) {
            $version = "4.4.0";
     }

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to