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 1QaOQk-00057m-1Z for garchives@archives.gentoo.org; Sat, 25 Jun 2011 08:41:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 257BD1C00C; Sat, 25 Jun 2011 08:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E5D361C00C for ; Sat, 25 Jun 2011 08:41:21 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 543471B4007 for ; Sat, 25 Jun 2011 08:41:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2164) id 16A1920054; Sat, 25 Jun 2011 08:41:20 +0000 (UTC) From: "Dean Stephens (desultory)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, desultory@gentoo.org Subject: [gentoo-commits] gentoo-projects commit in forums/docs: ChangeLog X-VCS-Repository: gentoo-projects X-VCS-Files: ChangeLog X-VCS-Directories: forums/docs X-VCS-Committer: desultory X-VCS-Committer-Name: Dean Stephens Content-Type: text/plain; charset=utf8 Message-Id: <20110625084120.16A1920054@flycatcher.gentoo.org> Date: Sat, 25 Jun 2011 08:41:20 +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: X-Archives-Hash: 29547d50530a004e4fa0c6e1e4300015 desultory 11/06/25 08:41:20 Modified: ChangeLog Log: Call date_default_timezone_set() in common.php Revision Changes Path 1.179 forums/docs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/docs/C= hangeLog?rev=3D1.179&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/docs/C= hangeLog?rev=3D1.179&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/docs/C= hangeLog?r1=3D1.178&r2=3D1.179 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-projects/forums/docs/ChangeLog,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- ChangeLog 23 Jun 2011 10:33:45 -0000 1.178 +++ ChangeLog 25 Jun 2011 08:41:20 -0000 1.179 @@ -1,4 +1,5 @@ - workaround for 'Could not obtain topic watch information' error (tomk/= desultory/robbat2) +- explicitly set default timezone, used for log message timestamps (desu= ltory) =20 phpBB-2-0-23-gentoo-p5 (2011-02-20) - Show hostname on ACP 'Make Includes' page (tomk)