From patchwork Thu Sep 14 12:53:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Floret X-Patchwork-Id: 813812 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xtJPQ6bYQz9sMN for ; Thu, 14 Sep 2017 22:53:46 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6A2E130FE4; Thu, 14 Sep 2017 12:53:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mZ8xkt894IVt; Thu, 14 Sep 2017 12:53:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DD7FD30F36; Thu, 14 Sep 2017 12:53:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 949891CEB58 for ; Thu, 14 Sep 2017 12:53:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F432832F9 for ; Thu, 14 Sep 2017 12:53:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fUlixl-oqiS6 for ; Thu, 14 Sep 2017 12:53:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by whitealder.osuosl.org (Postfix) with ESMTP id E4F7482F8F for ; Thu, 14 Sep 2017 12:53:37 +0000 (UTC) Received: from 6wind.com (unknown [10.16.0.185]) by proxy.6wind.com (Postfix) with SMTP id BDA64E0BA1; Thu, 14 Sep 2017 14:49:32 +0200 (CEST) Received: by 6wind.com (sSMTP sendmail emulation); Thu, 14 Sep 2017 14:53:26 +0200 From: Julien Floret To: buildroot@buildroot.org Date: Thu, 14 Sep 2017 14:53:16 +0200 Message-Id: <20170914125316.1872-1-julien.floret@6wind.com> X-Mailer: git-send-email 2.13.1 Subject: [Buildroot] [PATCH] CHANGES: update after netsnmp changes X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Cc: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Julien Floret --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index c042bf5e3e6e..89d9e2a5fa95 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2017.11-rc1, To be released + + netsnmp: all MIB files are now installed, making the target filesystem a + bit bigger than before. To remove unneeded MIBS, you should use a + post-build script. + 2017.08, Released September 1st, 2017 Minor fixes.