From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 935382C52 for ; Mon, 19 Nov 2018 11:27:48 +0100 (CET) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id wAJARlAj004901; Mon, 19 Nov 2018 19:27:47 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 0C2A7639453; Mon, 19 Nov 2018 19:27:47 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id EE91D63931B; Mon, 19 Nov 2018 19:27:46 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Mon, 19 Nov 2018 19:25:34 +0900 Message-Id: <1542623134-11119-2-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1542623134-11119-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1542623134-11119-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 1/1] version: 18.05.1 X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2018 10:27:49 -0000 From: Yasufumi Ogawa This patch is to update to v18.05.1 because SPP is largely changed from v18.05. Spp-ctl is added to support REST APIs for managing from frameworks such as OpenStack. Signed-off-by: Yasufumi Ogawa --- CONTRIBUTING.txt | 3 ++- Makefile | 2 +- docs/guides/conf.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 01e1b65..2467547 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -48,4 +48,5 @@ Coding Guidelines Maintainer ---------- -The SPP maintainer is: Ferruh Yigit +* Ferruh Yigit +* Yasufumi Ogawa diff --git a/Makefile b/Makefile index 47fa4cb..d5423ca 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION = 18.05 +VERSION = 18.05.1 ifeq ($(RTE_SDK),) $(error "Please define RTE_SDK environment variable") diff --git a/docs/guides/conf.py b/docs/guides/conf.py index 1d340b8..a2f9c20 100644 --- a/docs/guides/conf.py +++ b/docs/guides/conf.py @@ -57,7 +57,7 @@ author = '' # built documents. # # The short X.Y version. -version = u'v18.05' +version = u'v18.05.1' # The full version, including alpha/beta/rc tags. release = version -- 2.13.1