From patchwork Mon Oct 19 23:01:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: jimmzhang X-Patchwork-Id: 532728 X-Patchwork-Delegate: swarren@nvidia.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 065361400A0 for ; Tue, 20 Oct 2015 10:02:46 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751274AbbJSXCp (ORCPT ); Mon, 19 Oct 2015 19:02:45 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:10494 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750997AbbJSXCp (ORCPT ); Mon, 19 Oct 2015 19:02:45 -0400 Received: from hqnvupgp08.nvidia.com (Not Verified[216.228.121.13]) by hqemgate15.nvidia.com id ; Mon, 19 Oct 2015 16:02:36 -0700 Received: from hqemhub02.nvidia.com ([172.20.150.31]) by hqnvupgp08.nvidia.com (PGP Universal service); Mon, 19 Oct 2015 16:01:18 -0700 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Mon, 19 Oct 2015 16:01:18 -0700 Received: from jimmzhang-P9X79.nvidia.com (172.20.144.16) by hqemhub02.nvidia.com (172.20.150.31) with Microsoft SMTP Server (TLS) id 8.3.342.0; Mon, 19 Oct 2015 16:02:44 -0700 From: Jimmy Zhang To: , CC: , Jimmy Zhang Subject: [cbootimage PATCH v7 5/5] Bump to version 1.6 Date: Mon, 19 Oct 2015 16:01:58 -0700 Message-ID: <1445295718-19146-6-git-send-email-jimmzhang@nvidia.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1445295718-19146-1-git-send-email-jimmzhang@nvidia.com> References: <1445295718-19146-1-git-send-email-jimmzhang@nvidia.com> MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Create a release that adds rsa-pss signature support. Currently it has only been tested on T210. Signed-off-by: Jimmy Zhang --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f0f050946504..f251f09c211f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([cbootimage], [1.5], [pchiu@nvidia.com]) +AC_INIT([cbootimage], [1.6], [jimmzhang@nvidia.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/cbootimage.c]) AC_CONFIG_HEADERS([config.h])