From owner-svn-src-head@freebsd.org Sun Aug 9 06:56:29 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1D4A99D1C2; Sun, 9 Aug 2015 06:56:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95240D7F; Sun, 9 Aug 2015 06:56:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacrr5 with SMTP id rr5so80958503pac.3; Sat, 08 Aug 2015 23:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=eaK6w8C9rV24e8VL50bnoybsFKlCOLBxUNIG/jwjuy8=; b=rFviIbbJmyDurIVyqT9ECuFwB/1R8+CneDWsvBQYnskcX0KmZqhfwfWp8U4FRuK1sN l0LGhDA68C1t/5QyW0VhcxOJUovQvD37CleKn4Q+AbX45FQ/eP/6FAOfEE0N9UaRJcdl UdkL7zEb1l5+N9mjQpSYQktemKgK2ukS9k122xwQjJa2+m2GrwXDb2MWIjJMJUv8/6GM KJI1cP1dtZdwkxq3+V5GeH9F2yE42OQuIRGPKFpYKo4ExKuN84ta/Lx+kaYmQL4Ie2O8 DKGafYcE9MF7TND7hG/MtlsUEWbiBPlnxKbc6y15kjyhXeZ1j5Ssxbefp8nqbmYDhckS icsw== X-Received: by 10.66.236.167 with SMTP id uv7mr31777985pac.134.1439103389269; Sat, 08 Aug 2015 23:56:29 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:142e:2b8d:c570:df27? ([2601:601:800:126d:142e:2b8d:c570:df27]) by smtp.gmail.com with ESMTPSA id qc9sm15625965pab.18.2015.08.08.23.56.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 08 Aug 2015 23:56:28 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r286510 - head/contrib/sqlite3 From: Garrett Cooper In-Reply-To: <201508090544.t795iwmh081084@repo.freebsd.org> Date: Sat, 8 Aug 2015 23:56:27 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <3F0CF946-9253-4BC3-A5F5-587F6591F524@gmail.com> References: <201508090544.t795iwmh081084@repo.freebsd.org> To: Peter Wemm X-Mailer: Apple Mail (2.1878.6) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 06:56:29 -0000 On Aug 8, 2015, at 22:44, Peter Wemm wrote: > Author: peter > Date: Sun Aug 9 05:44:57 2015 > New Revision: 286510 > URL: https://svnweb.freebsd.org/changeset/base/286510 > > Log: > Update the private sqlite3 from 3.8.9 to 3.8.11.1 (used by svnlite and > kerberos) Relnotes: yes ?