diff mbox

tegrarcm: Bump version to 1.4

Message ID 1371526014-2869-1-git-send-email-amartin@nvidia.com
State Accepted, archived
Headers show

Commit Message

Allen Martin June 18, 2013, 3:26 a.m. UTC
Bump the version number to 1.4 and update change log.

Signed-off-by: Allen Martin <amartin@nvidia.com>
---
 README       | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Stephen Warren June 18, 2013, 4 a.m. UTC | #1
On 06/17/2013 09:26 PM, Allen Martin wrote:
> Bump the version number to 1.4 and update change log.

This arrived before the miniloader move and license change. I assume
it'll be applied after.

Assuming the typos below are fixed,
Acked-by: Stephen Warren <swarren@nvidia.com>

> diff --git a/README b/README

>  Changes (see git logs for complete list):
> +V1.4 - Changed licnese for minloader files

typos: license miniloader

--
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
Allen Martin June 18, 2013, 4:41 a.m. UTC | #2
On Mon, Jun 17, 2013 at 09:00:35PM -0700, Stephen Warren wrote:
> On 06/17/2013 09:26 PM, Allen Martin wrote:
> > Bump the version number to 1.4 and update change log.
> 
> This arrived before the miniloader move and license change. I assume
> it'll be applied after.

yes

> 
> Assuming the typos below are fixed,
> Acked-by: Stephen Warren <swarren@nvidia.com>
> 
> > diff --git a/README b/README
> 
> >  Changes (see git logs for complete list):
> > +V1.4 - Changed licnese for minloader files
> 
> typos: license miniloader
> 

oops, thakns :)
diff mbox

Patch

diff --git a/README b/README
index e61938f..516f839 100644
--- a/README
+++ b/README
@@ -56,6 +56,10 @@  u-boot.bin sent successfully
 
 
 Changes (see git logs for complete list):
+V1.4 - Changed licnese for minloader files
+     - Added --version command
+     - Updated T114 miniloader to fix SPI boot problem
+     - Added --help command to man page
 V1.3 - Added some better error checking on return values
      - Fixed configure problem related to libcrypto++ and libpthread
        interaction
diff --git a/configure.ac b/configure.ac
index 9964316..487666a 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([tegrarcm], [1.3], [amartin@nvidia.com])
+AC_INIT([tegrarcm], [1.4], [amartin@nvidia.com])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([config.h])