From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id DF590312 for ; Tue, 13 May 2014 16:23:52 +0200 (CEST) Received: by mail-wi0-f169.google.com with SMTP id hi2so7185962wib.4 for ; Tue, 13 May 2014 07:23:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=iqqgM9nXj20Z65nyAJxkbS/gpWdBCNeUrOg09WiqmSU=; b=aUYul2B8CC6pSnsM1dpyoeJL87zT4lfL3cr9H/7BzY1zHGDmXVHetQLThEoM16OLYZ Ogj+9GoCmFnvMTuzdwnTEzHhZ5ys4Y88JomLoe4YusNdryzmNgdtaKCYMoRaaamqBMKa cBk7zdMU3O17FBh+yNz4ysIY4emDcDG9lqvli4sqn/WNVCqu2SEl1d3lUg8O1RqwmyBP Kc78y6Fxxt5I730Xa9ZQcRqe8Ht39f4eRcNNrTEwwEorG2R9wHacF7Y4aHCCzFw0NqXb x87X3hYTkLoIUDI0YnrV4Kf2ejB9u9CZVtm5K4f64pnGt+z9mZpG2/sEuyPSlfdGn8vK iFVQ== X-Gm-Message-State: ALoCoQmIdR7fYwYNL+gPyXyxMKPE/WvWNdoTnWZtgfqESQbtsFNGSdAWu2Enete5KVK5wQA/mBOk X-Received: by 10.180.212.107 with SMTP id nj11mr21699163wic.40.1399991039134; Tue, 13 May 2014 07:23:59 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id gd5sm22416001wjb.40.2014.05.13.07.23.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 May 2014 07:23:57 -0700 (PDT) From: Thomas Monjalon To: "Richardson, Bruce" Date: Tue, 13 May 2014 16:23:55 +0200 Message-ID: <4380699.AygicULADg@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.2-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <59AF69C657FD0841A61C55336867B5B01AA17C8D@IRSMSX103.ger.corp.intel.com> References: <1399901509-9804-1-git-send-email-thomas.monjalon@6wind.com> <59AF69C657FD0841A61C55336867B5B01AA17C8D@IRSMSX103.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] version: 1.7.0-rc0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 14:23:53 -0000 > > Start development cycle for version 1.7.0. > > > > This new development workflow introduces a new versioning scheme. > > Instead of having releases r0, r1, r2, etc, there will be release > > candidates. Last number has special meanings: > > < 16 numbers are reserved for release candidates (RTE_VER_SUFFIX is -rc) > > 16 is reserved for the release (RTE_VER_SUFFIX must be unset) > > > > > 16 numbers can be used locally (RTE_VER_SUFFIX must be set) > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Bruce Richardson Applied for version 1.7.0 -- Thomas