Re: GCC 4.2 branch open

2007-10-09 Thread David Daney

Mark Mitchell wrote:
  v  v

GCC 4.3 Stage 1 (ends Jan 20 2007)   GCC 4.2.0 release (May 13 2007)
 |\
 v v
GCC 4.3 Stage 2  GCC 4.2.1 release (Jul 18 2007)
!|  \
!v   v
!   GCC 4.3 Stage 3  GCC 4.2.1 release (Oct 7 2007)
 |


You probably meant: GCC 4.2.2 release (Oct 7 2007)

David Daney


Re: GCC 4.2 branch open

2007-10-09 Thread Mark Mitchell
David Daney wrote:
 Mark Mitchell wrote:
   v  v
 GCC 4.3 Stage 1 (ends Jan 20 2007)   GCC 4.2.0 release (May 13
 2007)
  |\
  v v
 GCC 4.3 Stage 2  GCC 4.2.1 release (Jul 18
 2007)
 !|  \
 !v   v
 !   GCC 4.3 Stage 3  GCC 4.2.1 release (Oct 7
 2007)
  |
 
 You probably meant: GCC 4.2.2 release (Oct 7 2007)

Indeed, fixed.

Thank you!

-- 
Mark Mitchell
CodeSourcery
[EMAIL PROTECTED]
(650) 331-3385 x713


GCC 4.2 branch open

2007-07-21 Thread Mark Mitchell

The GCC 4.2 branch is now open under the usual release branch rules.

--
Mark Mitchell
CodeSourcery
[EMAIL PROTECTED]
(650) 331-3385 x713



GCC 4.2 branch open for regression fixes

2007-05-15 Thread Mark Mitchell

The GCC 4.2.0 release is done, so the 4.2 branch is now open for
checkins under the usual branch rules: regression fixes only.

I know that the GCC 4.2.0 release was a long time coming.  Thanks to
everyone who worked on it, and for the constructive comments and
criticisms!

I'll be thinking about a possible 4.1.3 release, an upcoming 4.2.1
release, and 4.3.0 planning in the near future and will send a status
report at this time.

Here's the (boring) set of patches that I checked in as part of the
release checklist.  While simple, I've made mistakes with these
patches before; if you spot any, please let me know!

I'll be sending out a release announcement momentarily.

--
Mark Mitchell
CodeSourcery
[EMAIL PROTECTED]
(650) 331-3385 x713

Index: ChangeLog
===
--- ChangeLog   (revision 124663)
+++ ChangeLog   (working copy)
@@ -1,3 +1,7 @@
+2007-05-13  Mark Mitchell  [EMAIL PROTECTED]
+
+   * gennews (files): Reference GCC 4.2 web pages.
+
 2007-04-04  Zack Weinberg  [EMAIL PROTECTED]
 
* texi2pod.pl: Correct handling of @itemize with no argument.
Index: gennews
===
--- gennews (revision 124623)
+++ gennews (working copy)
@@ -22,7 +22,9 @@
 # Boston, MA 02110-1301, USA.
 
 website=http://gcc.gnu.org/
-files=gcc-4.1/index.html gcc-4.1/changes.html
+files=
+gcc-4.2/index.html gcc-4.2/changes.html
+gcc-4.1/index.html gcc-4.1/changes.html
 gcc-4.0/index.html gcc-4.0/changes.html
 gcc-3.4/index.html gcc-3.4/changes.html
 gcc-3.3/index.html gcc-3.3/changes.html
Index: gcc-4.2/index.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/index.html,v
retrieving revision 1.1
diff -c -5 -p -r1.1 index.html
*** gcc-4.2/index.html  21 Oct 2006 02:54:29 -  1.1
--- gcc-4.2/index.html  14 May 2007 00:46:02 -
***
*** 6,15 
  
  body
  
  h1GCC 4.2 Release Series/h1
  
! pNo releaes yet./p
  
  /body
  /html
  
--- 6,54 
  
  body
  
  h1GCC 4.2 Release Series/h1
  
! pMay 13, 2007/p
! 
! pThe a href=http://www.gnu.org;GNU project/a and the GCC
! developers are pleased to announce the release of GCC 4.2.0./p
! 
! pThis release is a major release, containing new features (as well
! as many other improvements) relative to GCC 4.1.x./p
! 
! h2Release History/h2
! 
! dl
! dtGCC 4.2.0/dt
! dda name=4.2.0May 13, 2007/a
! (a href=changes.htmlchanges/a)
! /dd
! 
! /dl
! 
! h2References and Acknowledgements/h2
! 
! pGCC used to stand for the GNU C Compiler, but since the compiler
! supports several other languages aside from C, it now stands for the
! GNU Compiler Collection./p
! 
! pA list of a href=buildstat.htmlsuccessful builds/a is updated
! as new information becomes available./p
! 
! pThe GCC developers would like to thank the numerous people that have
! contributed new features, improvements, bug fixes, and other changes as
! well as test results to GCC.
! This a href=http://gcc.gnu.org/onlinedocs/gcc/Contributors.html;amazing
! group of volunteers/a is what makes GCC successful./p
! 
! pFor additional information about GCC please refer to the
! a href=../index.htmlGCC project web site/a or contact the
! a href=mailto:gcc@gcc.gnu.org;GCC development mailing list/a./p
! 
! pTo obtain GCC please use a href=../mirrors.htmlour mirror sites/a,
! one of the a href=http://www.gnu.org/order/ftp.html;GNU mirror sites/a,
! or a href=../svn.htmlour SVN server/a./p
  
  /body
  /html
  
2007-05-13  Mark Mitchell  [EMAIL PROTECTED]

* cpplib.pot: Regenerate.

2007-05-13  Mark Mitchell  [EMAIL PROTECTED]

* gcc.pot: Regenerate.

Index: DEV-PHASE
===
--- DEV-PHASE   (revision 124718)
+++ DEV-PHASE   (revision 124719)
@@ -0,0 +1 @@
+prerelease
Index: ChangeLog
===
--- ChangeLog   (revision 124718)
+++ ChangeLog   (revision 124719)
@@ -1,3 +1,8 @@
+2007-05-14  Mark Mitchell  [EMAIL PROTECTED]
+
+   * BASE-VER: Set to 4.2.1.
+   * DEV-PHASE: Set to prerelease.
+
 2007-05-13  Release Manager
 
* GCC 4.2.0 released.
Index: BASE-VER
===
--- BASE-VER(revision 124718)
+++ BASE-VER(revision 124719)
@@ -1 +1 @@
-4.2.0
+4.2.1
Index: develop.html
===
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.79
diff -c -5 -p -r1.79 develop.html
*** develop.html14 Feb 2007 08:30:52 -  1.79
--- develop.html14 May 2007 19:19:08 -
*** stages of development, branch points, an
*** 373,383 
 |
 |
 +-- GCC 4.2 branch created --+
 |(Oct 20 2006)\
 v  v
!   GCC