From f6a46f1b342fe5ff531281e605b52b2a604a8aac Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Mon, 18 Jun 2018 15:21:19 -0600 Subject: Release version 1.8 Changelog: - Support for production devices with PKC - Support for --gen-signed-msgs, --signed-msgs, and --download-signed-msgs options. - Support for --usb-timeout option. - Various man page and code cleanups. - Compilation fix when cryptopp isn't installed system-wide. Signed-off-by: Stephen Warren --- README | 10 ++++++++-- configure.ac | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README b/README index 8ace10c..688a9a7 100644 --- a/README +++ b/README @@ -81,8 +81,14 @@ implies. Changelog ========= -Ssee git logs for complete list. - +See git logs for complete list. + +V1.8 - Support for production devices with PKC + - Support for --gen-signed-msgs, --signed-msgs, and --download-signed-msgs + options. + - Support for --usb-timeout option. + - Various man page and code cleanups. + - Compilation fix when cryptopp isn't installed system-wide. V1.7 - Documented patch submission process in this file - Added better USB debugging message - Require a specific minimum version of libusb diff --git a/configure.ac b/configure.ac index 620e158..94edc83 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.7], [amartin@nvidia.com]) +AC_INIT([tegrarcm], [1.8], [amartin@nvidia.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.1