This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: criteria.html for 3.2.1?


On Fri, Nov 08, 2002 at 02:44:00PM -0500, Phil Edwards wrote:
> Now that Mark has closed the branch, I was about to commit the following
> change when I noticed that it would link to gcc-3.2/criteria.html.
> Which doesn't exist.
> 
> What would we like to do?

We could refer to the GCC 3.1 Release Criteria and add a blurb at the
beginning of that saying that it also applies to 3.2.x releases, or
a comment in your new 3.2.1 entry saying that the 3.1 criteria doc is
applicable, or add a dummy document for 3.2, like the following.

Janis

--- /dev/null	Tue May 23 09:27:54 2000
+++ gcc-3.2/criteria.html	Sat Nov  9 11:21:59 2002
@@ -0,0 +1,18 @@
+<html>
+
+<head>
+<title>GCC 3.2 Release Criteria</title>
+</head>
+
+<body>
+
+<h1>GCC 3.2 Release Criteria</h1>
+
+<p>The GCC 3.2 release is based on the the same sourcebase as GCC 3.1
+and differs from GCC 3.1.1 only in a number of C++ ABI fixes.
+Because of this limited scope, the release does not have separate
+release criteria.  See the <a href="../gcc-3.1/criteria.html">
+GCC 3.1 Release Criteria</a>.</p>
+
+</body>
+</html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]