From owner-svn-src-all@freebsd.org Tue Aug 18 01:16:29 2015 Return-Path: Delivered-To: svn-src-all@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 A72D29BB90D; Tue, 18 Aug 2015 01:16:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (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 5B06C1BAD; Tue, 18 Aug 2015 01:16:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qged69 with SMTP id d69so106680899qge.0; Mon, 17 Aug 2015 18:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FqFgY2F57HvIvxTuMtxLipXVqXL67RGDBafkC/TANQA=; b=ZCE7y3lb7350BHW2XiTZ0d1NpjOrPKxveBNmx9/lkkv7LFb4QWS+gDTCyp6qofxe00 nrHnOy/izIlrTOUs0GvmX0usdfa5GU90Tj2c0/NuLC6QJYsktRkDl1eEa/EHSTuB0QUI bx5Fu1JhEE/Amd41Lg3V38tUJIkEMMt8Km0SRTkSVef1nJZGE/lvNEZrLJlZVQ4jykNj WVW4zbj15hR+wI9LSRmv/Cx9FPlV9tGwW0dSj4jsx5D+IuwrqJ+ScUoHyQA3P8sIDF0/ O4tkfJn4wIDPTVzhNM48vKz+qvchVOYWhzCxZpdg5GH/IHkQm7IWiLZs8UXhFJAsE4m9 OmPA== MIME-Version: 1.0 X-Received: by 10.140.144.83 with SMTP id 80mr8032639qhq.54.1439860588544; Mon, 17 Aug 2015 18:16:28 -0700 (PDT) Received: by 10.140.18.211 with HTTP; Mon, 17 Aug 2015 18:16:28 -0700 (PDT) In-Reply-To: <201508180021.t7I0LQwE016289@repo.freebsd.org> References: <201508180021.t7I0LQwE016289@repo.freebsd.org> Date: Mon, 17 Aug 2015 18:16:28 -0700 Message-ID: Subject: Re: svn commit: r286866 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/gen lib/libc/... From: NGie Cooper To: Jason Evans Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 01:16:29 -0000 On Mon, Aug 17, 2015 at 5:21 PM, Jason Evans wrote: > Author: jasone > Date: Tue Aug 18 00:21:25 2015 > New Revision: 286866 > URL: https://svnweb.freebsd.org/changeset/base/286866 > > Log: > Update jemalloc to version 4.0.0. Relnotes: yes! Also, is there a summary of the changes that can be provided here, or should the reader get this information from the ChangeLog? Thanks! -NGie