From patchwork Thu Feb 11 20:04:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Warren X-Patchwork-Id: 582022 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 6C0B7140BAE for ; Fri, 12 Feb 2016 07:05:01 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750942AbcBKUFA (ORCPT ); Thu, 11 Feb 2016 15:05:00 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:58569 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbcBKUFA (ORCPT ); Thu, 11 Feb 2016 15:05:00 -0500 Received: from severn.wwwdotorg.org (unknown [192.168.65.5]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by avon.wwwdotorg.org (Postfix) with ESMTPS id AE25F64A5; Thu, 11 Feb 2016 13:04:57 -0700 (MST) Received: from swarren-lx1.nvidia.com (localhost [127.0.0.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by severn.wwwdotorg.org (Postfix) with ESMTPSA id 07610E4626; Thu, 11 Feb 2016 13:04:57 -0700 (MST) From: Stephen Warren To: linux-tegra@vger.kernel.org Cc: Stephen Warren Subject: [cbootimage PATCH] Bump to version 1.7 Date: Thu, 11 Feb 2016 13:04:48 -0700 Message-Id: <1455221088-15687-1-git-send-email-swarren@wwwdotorg.org> X-Mailer: git-send-email 2.7.0 X-NVConfidentiality: public X-Virus-Scanned: clamav-milter 0.98.6 at avon.wwwdotorg.org X-Virus-Status: Clean Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Stephen Warren This release: - Ports RSA signature field operations to T124. - Fixes some error handling. - Fixes image update with small image file sizes. Signed-off-by: Stephen Warren --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f251f09c211f..c8218ba5b598 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.6], [jimmzhang@nvidia.com]) +AC_INIT([cbootimage], [1.7], [jimmzhang@nvidia.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/cbootimage.c]) AC_CONFIG_HEADERS([config.h])