X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 53074D1B54F; Fri, 31 Oct 2003 17:40:56 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 36989-09; Fri, 31 Oct 2003 13:40:25 -0400 (AST) Received: from www.postgresql.com (unknown [200.46.204.209]) by svr1.postgresql.org (Postfix) with ESMTP id BA9B2D1B4E6; Fri, 31 Oct 2003 13:40:23 -0400 (AST) Received: from adicia.telenet-ops.be (adicia.telenet-ops.be [195.130.132.56]) by www.postgresql.com (Postfix) with ESMTP id 71FA7CF7803; Fri, 31 Oct 2003 13:40:22 -0400 (AST) Received: from localhost (localhost.localdomain [127.0.0.1]) by adicia.telenet-ops.be (Postfix) with SMTP id 786B137EE9; Fri, 31 Oct 2003 18:39:54 +0100 (MET) Received: from kabel.telenet.be (D5767DEE.kabel.telenet.be [213.118.125.238]) by adicia.telenet-ops.be (Postfix) with ESMTP id 0425E37EF2; Fri, 31 Oct 2003 18:39:51 +0100 (MET) Received: by kabel.telenet.be (Postfix, from userid 501) id 94339158AD4; Fri, 31 Oct 2003 18:39:47 +0100 (CET) Date: Fri, 31 Oct 2003 18:39:47 +0100 From: Kurt Roeckx To: Bruce Momjian Cc: pgsql-hackers@postgresql.org, PostgreSQL-documentation Subject: Re: [HACKERS] Annotated release notes Message-ID: <20031031173947.GA22149@ping.be> References: <20031026.135522.112626548.t-ishii@sra.co.jp> <200310310459.h9V4x5l24309@candle.pha.pa.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310310459.h9V4x5l24309@candle.pha.pa.us> User-Agent: Mutt/1.4i X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200310/48 X-Sequence-Number: 2068 On Thu, Oct 30, 2003 at 11:59:05PM -0500, Bruce Momjian wrote: > > OK, I have committed changes to release.sgml so most complex entries > have a paragraph describing the change. You can see the result at: * Full support for IPv6 connections and IPv6 address data types Prior releases allowed only IPv6 connections and IP data types only supported IPv4 addresses. This release adds full IPv6 support in both of these areas. You probably want to say "Prior releases allowed only IPv4 connections". Kurt