Received: from localhost (unknown [200.46.204.184]) by developer.postgresql.org (Postfix) with ESMTP id A51812E0058; Fri, 18 Apr 2008 09:36:02 -0300 (ADT) Received: from developer.postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 80099-04; Fri, 18 Apr 2008 09:35:52 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by developer.postgresql.org (Postfix) with ESMTP id 345522E0057; Fri, 18 Apr 2008 09:35:59 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id A0E3EDCCACD; Fri, 18 Apr 2008 14:35:57 +0200 (CEST) Received: from mha-laptop (localhost [127.0.0.1]) by mha-laptop.hagander.net (Postfix) with ESMTP id 60C0DFF0EC; Fri, 18 Apr 2008 14:35:58 +0200 (CEST) Date: Fri, 18 Apr 2008 14:35:57 +0200 From: Magnus Hagander To: Simon Riggs Cc: pgsql-www@postgresql.org, pgsql-docs@postgresql.org Subject: Re: What's New Message-ID: <20080418143557.4e12fb99@mha-laptop> In-Reply-To: <1208512505.4259.429.camel@ebony.site> References: <1208340397.4259.63.camel@ebony.site> <20080418113844.28cdf7b4@mha-laptop> <1208512505.4259.429.camel@ebony.site> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.0; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200804/206 X-Sequence-Number: 14954 Simon Riggs wrote: > On Fri, 2008-04-18 at 11:38 +0200, Magnus Hagander wrote: > > Simon Riggs wrote: > > > We need a way to link to the release notes for the latest > > > production release, so people can easily see What's New. > > > > > > 1. Currently its very hard to locate a description of what the new > > > features in the latest release are. You have to know how the docs > > > are structured to find it easily. If you click on the Home Page's > > > "Notes" link for 8.3.1 you go to the minor release notes for > > > 8.3.1 and there is no obvious link to the notes for 8.3.0 which > > > is where all the main features are described. We don't even say > > > that's how it works, so there's no way of knowing you aren't > > > viewing *all* the info. So if you don't know, and most people > > > don't, 8.3 looks like a minor upgrade from 8.2 only, so why > > > bother. > > > > Good point. But we need some way to include the release notes for > > the minor version as well. Do you have any suggestion for how to do > > it? Adding two different set of notes to the website there will > > just make things even more confusing, I think. > > > Perhaps what we need is a section > > in the 8.3.1 release notes that says "this is a minor update. If you > > want to see the release notes between 8.2 and 8.3, please click > > here" with a link to them? > > Good idea. > > Wording: "This is a minor release. For a full list of features added > in this major release, please click here". > > Note that this would be a link between *any* minor release and its > corresponding major release. i.e. 8.3.1, 8.3.2 etc would all point to > 8.3 I tried that first, but I think I got it better if I just worked it into the paragraph that was already there. For an example, see: http://builder.hagander.net/pgdoc/release-8-3-1.html I can easily change it back to your wording if you think that's better, but you did mean that as a separate paragraph, correct? If people like this method, I'll go through the release.sgml file and make the change for other versions as well. It's a simple cut/paste... Patch is as simple as: This release contains a variety of fixes from 8.3.0. + For information about new features in the 8.3 release, see + . (obviously it needs to be backpatched to the stable branch to make any difference for the links on the website) So. Objections? Better wordings? //Magnus