From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-45562-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QGAj4-0002MQ-35
	for garchives@archives.gentoo.org; Sat, 30 Apr 2011 14:00:50 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E544B1C060;
	Sat, 30 Apr 2011 14:00:35 +0000 (UTC)
Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1C4751C012
	for <gentoo-dev@lists.gentoo.org>; Sat, 30 Apr 2011 14:00:09 +0000 (UTC)
Received: by wyi11 with SMTP id 11so4572677wyi.40
        for <gentoo-dev@lists.gentoo.org>; Sat, 30 Apr 2011 07:00:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        bh=NE3FIZ7fdiFG+IL1YeF/PXYx5fdc81s4TEV/va60W34=;
        b=b0gAg6Uep8p9UraatrqokznJQO4xzscqCLFBdlAALwwQqL2vws/0H4mP4tIe7VIJn3
         nM/ReebuFkt/yCZVWDiMaTsFETeDqMdQC/jilQ2MAlAA/Fn68rGYd8Qv0EXP0KG8qNyL
         4JRsRCO+nptpqUPpIz4KCNiUB+MBVvCxPvemg=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        b=SisrxcInL6dmjzszUUmWNMwGI6tDshtIc2GS0NGPGa47DHZVnsP2TBN9qaPw9WO0wQ
         y3M/grj7GFp9D6eE3p+bdqJkHdhe+UK5Z9yE0UjrixsmOa4rtznjqgvaYI8ffRsFAbWK
         2ziZpeBQk7ekaOlen7JJrJIytaJR3iI7yt4tc=
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.227.61.13 with SMTP id r13mr2011629wbh.52.1304172009184; Sat,
 30 Apr 2011 07:00:09 -0700 (PDT)
Sender: freemanrich@gmail.com
Received: by 10.227.60.211 with HTTP; Sat, 30 Apr 2011 07:00:09 -0700 (PDT)
In-Reply-To: <4DBC1242.40403@gentoo.org>
References: <4DBBCC6D.7080504@gentoo.org>
	<19899.53594.570603.433881@a1i15.kph.uni-mainz.de>
	<1304166517.30993.21.camel@raven.home.flameeyes.eu>
	<20110430130549.GA323@Vereniki.lan>
	<4DBC1242.40403@gentoo.org>
Date: Sat, 30 Apr 2011 10:00:09 -0400
X-Google-Sender-Auth: RYuwDqx8s6prmnMf4cZiBsIGbRM
Message-ID: <BANLkTiniGJhZzd=oJw0Vk3WFRxoMSPBaNg@mail.gmail.com>
Subject: Re: [gentoo-dev] Re: Devmanual text on ChangeLogs
From: Rich Freeman <rich0@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: ebd6e89a8144163daf80c5df924a8ca2

On Sat, Apr 30, 2011 at 9:44 AM, "Pawe=C5=82 Hajdan, Jr."
<phajdan.jr@gentoo.org> wrote:
> I'm fine with shipping a trimmed down versions to users, but I think the
> full version must be easy to access.

If the changelogs were accessible via a predicable URL then a simple
command-line tool or portage option might display them on request.
echangeinfo cat/pkg is probably no harder for the average end-user to
type than less /usr/portage/cat/pkg/ChangeLog.

Rich