From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 5D3EA952 for ; Fri, 17 Feb 2017 11:07:21 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id r141so6511734wmg.1 for ; Fri, 17 Feb 2017 02:07:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=8oWH6Mtuj+S3vbm8Lze4HxetwLxWIbkc9cKTb4oLRGo=; b=xSuizkAq+118sZZ1rqavS7rFnlRRNoA4DQWcxBKK3dKH37o04E5Uo6mxz14thwhyvk mPNIsP2DOzJFDAmWH9zeUd1IgthufpbCfESxC/ST8AwfqdFfn1Y000BhbQeC4L3+dptM hDEQvK3Ks4WpCdPpLzKqZtaYH9kijbu2dHnHNdt4ba7Z9DBM+cmLpjvAnuRYwsWsLIBy ARiU6nUIQMRtMxlmEXHS54a2ZRpq4lzVUAJGuGXxRcrtaHXRjNeU2T/NnbCxEUoGrfaI FxYzSMixN1LMg3sPy5fiD3z7xUIoFy9SZFh5zSpvn3zUv7BgzKbLiALWek8hPdC2nVFF IzkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=8oWH6Mtuj+S3vbm8Lze4HxetwLxWIbkc9cKTb4oLRGo=; b=uNC9rN2yYKO7uJMmNqZw4ArMCH896O7U51ljK4BPN5sF1OyqROln6EjF5F6Ko1phc9 M4T70P2N/cvEDxclZtgeGbpMKItkdcAYB2mgFmJZFl+Kfi1jrPOjiYbkwj2/ineaC+iq u17svPSx2BPxZ0lAk2J/NlXbtMPfXvFKJuJcIg23uFpK5AP4XRFNRy2Duv6LpdzHuEhS igbT49N5kJfGWLoWe8syC5spDZ3jseMn8C7V29bQbU579sl7wVn/F4qXNEv5D8IBZhtJ 6IERXR8Oodf5kZQXHTBJUjKnSdh4/gpDVV6R+AlQSbySWHvJZi5IET4L7yRJCI22ISYD vk4Q== X-Gm-Message-State: AMke39l66I3BiFaWmdcEySveT86hpO+IYdd51lvmBlsWKhry6CqY1WDR5djJqpOZ6OSfgp4d X-Received: by 10.28.137.203 with SMTP id l194mr2456762wmd.63.1487326041109; Fri, 17 Feb 2017 02:07:21 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id u189sm1096285wmu.1.2017.02.17.02.07.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Feb 2017 02:07:20 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org Date: Fri, 17 Feb 2017 11:07:19 +0100 Message-ID: <2388353.BO9j0tXAKD@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1487162338-18157-1-git-send-email-john.mcnamara@intel.com> <2819918.VeLHT85l4r@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1] doc: add template release notes for 17.05 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2017 10:07:21 -0000 2017-02-16 15:01, Mcnamara, John: > > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Wednesday, February 15, 2017 2:55 PM > > To: Mcnamara, John > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v1] doc: add template release notes for > > 17.05 > > > > 2017-02-15 12:38, John McNamara: > > > + Build the docs and view the output file to ensure the changes are > > correct:: > > > + > > > + make doc-guides-html > > > + > > > + firefox build/doc/html/guides/rel_notes/release_17_05.html > > > > I would suggest xdg-open instead of firefox. > > It is more open regarding chromium ;) > > I generally use xdg-open, which in my case gives me midori but for the > docs it is probably better to have something that is easily recognizable > as a browser. Either way I'm okay if you wish to make the change inline > during merge. Or would you prefer a V2. Midori? Seems another interesting choice:) Applied with this change, thanks