From patchwork Sat Oct 10 01:46:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: jimmzhang X-Patchwork-Id: 528489 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 B8AA9140E48 for ; Sat, 10 Oct 2015 12:47:43 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751460AbbJJBr0 (ORCPT ); Fri, 9 Oct 2015 21:47:26 -0400 Received: from hqemgate16.nvidia.com ([216.228.121.65]:13776 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbbJJBq6 (ORCPT ); Fri, 9 Oct 2015 21:46:58 -0400 Received: from hqnvupgp07.nvidia.com (Not Verified[216.228.121.13]) by hqemgate16.nvidia.com id ; Fri, 09 Oct 2015 18:47:02 -0700 Received: from hqemhub03.nvidia.com ([172.20.150.15]) by hqnvupgp07.nvidia.com (PGP Universal service); Fri, 09 Oct 2015 18:39:14 -0700 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Fri, 09 Oct 2015 18:39:14 -0700 Received: from jimmzhang-P9X79.nvidia.com (172.20.144.16) by hqemhub03.nvidia.com (172.20.150.15) with Microsoft SMTP Server (TLS) id 8.3.342.0; Fri, 9 Oct 2015 18:46:58 -0700 From: Jimmy Zhang To: , CC: , Jimmy Zhang Subject: [cbootimage PATCH v5 5/5] Bump to version 1.6 Date: Fri, 9 Oct 2015 18:46:13 -0700 Message-ID: <1444441574-17205-6-git-send-email-jimmzhang@nvidia.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1444441574-17205-1-git-send-email-jimmzhang@nvidia.com> References: <1444441574-17205-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])