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 ) id 1OeWtD-0001ZC-NV for garchives@archives.gentoo.org; Thu, 29 Jul 2010 17:27:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00388E09FE; Thu, 29 Jul 2010 17:27:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D4F7FE09FE for ; Thu, 29 Jul 2010 17:27:24 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D45B1B4199 for ; Thu, 29 Jul 2010 17:27:24 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2142) id 6EC382C5F2; Thu, 29 Jul 2010 17:27:23 +0000 (UTC) From: "Matti Bickel (mabi)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mabi@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: dev-lang/php X-VCS-Committer: mabi X-VCS-Committer-Name: Matti Bickel Content-Type: text/plain; charset=utf8 Message-Id: <20100729172723.6EC382C5F2@corvid.gentoo.org> Date: Thu, 29 Jul 2010 17:27:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: aa197c4c-a493-4768-9169-f9ae14d566c4 X-Archives-Hash: 16c172068923385906b964cc1d503c7e mabi 10/07/29 17:27:23 Modified: ChangeLog Log: fix bug #282768 (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.398 dev-lang/php/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/Chang= eLog?rev=3D1.398&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/Chang= eLog?rev=3D1.398&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/Chang= eLog?r1=3D1.397&r2=3D1.398 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v retrieving revision 1.397 retrieving revision 1.398 diff -u -r1.397 -r1.398 --- ChangeLog 29 Jul 2010 16:27:41 -0000 1.397 +++ ChangeLog 29 Jul 2010 17:27:23 -0000 1.398 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.397 2010/0= 7/29 16:27:41 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.398 2010/0= 7/29 17:27:23 mabi Exp $ + + 29 Jul 2010; Matti Bickel + files/eblits/src_install-v1.eblit: + use /tmp for session.save_path (bug #282768) =20 29 Jul 2010; Matti Bickel files/eblits/src_install-v1.eblit: