X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 938A6D1B488 for ; Sun, 25 Jul 2004 15:25:39 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 61471-04 for ; Sun, 25 Jul 2004 18:25:37 +0000 (GMT) Received: from builder.localdomain (unknown [61.94.126.109]) by svr1.postgresql.org (Postfix) with SMTP id 183DAD1B443 for ; Sun, 25 Jul 2004 15:25:31 -0300 (ADT) Received: (qmail 11019 invoked from network); 25 Jul 2004 18:25:26 -0000 Received: from localhost (HELO localhost.localdomain) (127.0.0.1) by builder.localdomain with SMTP; 25 Jul 2004 18:25:26 -0000 Received: from 192.168.0.103 by builder.localdomain (MWN SMTPD 0.1.4-pre/20040709) id fdbf699cf69da6308f5d952f8628fc19 with SMTP; 25 Jul 2004 18:25:26 +0000 Message-ID: <4103FB15.7090507@zara.6.isreserved.com> Date: Mon, 26 Jul 2004 01:25:25 +0700 From: David Garamond User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040421 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Momjian Cc: PostgreSQL-development , PostgreSQL-documentation Subject: Re: [HACKERS] 7.5 release notes References: <200407250425.i6P4PhI29389@candle.pha.pa.us> In-Reply-To: <200407250425.i6P4PhI29389@candle.pha.pa.us> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200407/36 X-Sequence-Number: 2444 Bruce Momjian wrote: > I have completed the 7.5 release notes. You can view them in HTML on > the developer web page. I have marked a few items with question marks > that need to be addressed. I am looking for improvements, even minor > ones. Either send in a patch or committers can modify the file > directly. In E.1.1 Overview: "... This release supports Windows NT 4 and all later releases. It does not support earlier releases like Windows 95, 98, or ME because ... " Win98 and WinME is released _after_ NT4. See http://www.computerhope.com/history/windows.htm Perhaps it's better to say: "We only support NT-based Windows such as NT4, Win2k/XP/2003/later. Old 9x-based Windows versions such as Win95/98/Me are not supported because ..." Btw, can 7.5 run on WinCE/XP Media Center/XP SP2/etc? -- dave