diff mbox

[cbootimage] Bump to version 1.7

Message ID 1455221088-15687-1-git-send-email-swarren@wwwdotorg.org
State Accepted, archived
Headers show

Commit Message

Stephen Warren Feb. 11, 2016, 8:04 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

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 <swarren@nvidia.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Warren Feb. 12, 2016, 4:57 p.m. UTC | #1
On 02/11/2016 01:04 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> This release:
> - Ports RSA signature field operations to T124.
> - Fixes some error handling.
> - Fixes image update with small image file sizes.

I've applied this, and created a v1.7 tag.

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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])