summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatiana Jamison <tjamison@jaguarlandrover.com>2016-12-19 14:02:39 -0800
committerTatiana Jamison <tjamison@jaguarlandrover.com>2016-12-19 14:02:39 -0800
commit3cfa7f3bcde1153c99cfa1c2b507578d425e703b (patch)
tree1954d3061c9e7cb48dac1932671d343d0b202801
parenta5d3ff176367b9671852d5fde82092995bbe5b9a (diff)
downloadrvi_core-3cfa7f3bcde1153c99cfa1c2b507578d425e703b.tar.gz
[release-0.5.1] Release 0.5.1 - versioning updates, etc
Signed-off-by: Tatiana Jamison <tjamison@jaguarlandrover.com>
-rw-r--r--BUILD.md2
-rw-r--r--CONFIGURE.md2
-rw-r--r--INSTALL_debian.md4
-rw-r--r--INSTALL_raspbian.md4
-rw-r--r--INSTALL_ubuntu.md4
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--README_ubuntu_14_04.md2
-rw-r--r--debian_template/changelog2
-rw-r--r--packaging/README.md2
-rwxr-xr-xpackaging/rvi_core.spec6
-rw-r--r--python/rvilib.py2
-rw-r--r--raspbian_template/changelog2
-rw-r--r--rel/reltool.config2
-rw-r--r--rpm/SPECS/rvi-0.5.1.spec (renamed from rpm/SPECS/rvi-0.5.0.spec)6
-rwxr-xr-xscripts/rvi_create_credential.py2
-rw-r--r--src/rvi_core.app.src2
-rw-r--r--ubuntu_template/changelog2
18 files changed, 25 insertions, 25 deletions
diff --git a/BUILD.md b/BUILD.md
index 0af810b..11f14cc 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -4,7 +4,7 @@ Copyright (C) 2014-2016, Jaguar Land Rover
This document is licensed under Creative Commons
Attribution-ShareAlike 4.0 International.
-**Version 0.5.0**
+**Version 0.5.1**
# BUILD INSTRUCTIONS FOR RVI #
diff --git a/CONFIGURE.md b/CONFIGURE.md
index d5cb540..ab6f0ec 100644
--- a/CONFIGURE.md
+++ b/CONFIGURE.md
@@ -9,7 +9,7 @@ Copyright (C) 2014-2016, Jaguar Land Rover
This document is licensed under Creative Commons
Attribution-ShareAlike 4.0 International.
-**Version 0.5.0**
+**Version 0.5.1**
# CONFIGURING AN RVI NODE
diff --git a/INSTALL_debian.md b/INSTALL_debian.md
index 501cad2..a03756b 100644
--- a/INSTALL_debian.md
+++ b/INSTALL_debian.md
@@ -3,7 +3,7 @@ Copyright (C) 2014-2016, Jaguar Land Rover
This document is licensed under Creative Commons
Attribution-ShareAlike 4.0 International.
-**Version 0.5.0**
+**Version 0.5.1**
# INSTALLATION OF RVI (DEBIAN) #
@@ -77,7 +77,7 @@ Download the RVI package from https://github.com/PDXostc/rvi_core/releases.
Then install RVI via dpkg:
- sudo dpkg -i rvi_0.5.0-1_amd64.deb
+ sudo dpkg -i rvi_0.5.1-1_amd64.deb
----
diff --git a/INSTALL_raspbian.md b/INSTALL_raspbian.md
index b520fae..cb905f1 100644
--- a/INSTALL_raspbian.md
+++ b/INSTALL_raspbian.md
@@ -3,7 +3,7 @@ Copyright (C) 2014-2016, Jaguar Land Rover
This document is licensed under Creative Commons
Attribution-ShareAlike 4.0 International.
-**Version 0.5.0**
+**Version 0.5.1**
# INSTALLATION OF RVI (RASPBIAN) #
@@ -141,4 +141,4 @@ You can pass arguments to a service call with the format name=value:
The installer configures a release with default (insecure) values.
See ```CONFIGURE.md``` for details on configuring and creating a
-developer and production release that can be launched. \ No newline at end of file
+developer and production release that can be launched.
diff --git a/INSTALL_ubuntu.md b/INSTALL_ubuntu.md
index 36ca07c..bf1ea24 100644
--- a/INSTALL_ubuntu.md
+++ b/INSTALL_ubuntu.md
@@ -3,7 +3,7 @@ Copyright (C) 2014-2016, Jaguar Land Rover
This document is licensed under Creative Commons
Attribution-ShareAlike 4.0 International.
-**Version 0.5.0**
+**Version 0.5.1**
# INSTALLATION OF RVI (UBUNTU 14.04 TRUSTY) #
@@ -79,7 +79,7 @@ Download the RVI package from https://github.com/PDXostc/rvi_core/releases.
Then install RVI via dpkg:
- sudo dpkg -i rvi_0.5.0-1ubuntu1_amd64.deb
+ sudo dpkg -i rvi_0.5.1-1ubuntu1_amd64.deb
----
diff --git a/Makefile b/Makefile
index 72bbb4b..4157863 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ SRC_LIST=BUILD.md \
deps \
TODO
-VERSION=0.5.0
+VERSION=0.5.1
all: deps compile escript
diff --git a/README.md b/README.md
index 5b0f5ea..a6aa280 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ choices.
For a high level description, with an exhaustive master use-case
walkthrough, please see the High Level Design document
-[here](https://wiki.automotivelinux.org/_media/eg-rvi/15-456-poc-rvi-hld_reva.pdf) (**NOTE: HLD not updated to reflect RVI Core 0.5.0**)
+[here](https://wiki.automotivelinux.org/_media/eg-rvi/15-456-poc-rvi-hld_reva.pdf) (**NOTE: HLD not updated to reflect RVI Core 0.5.1**)
Packages are available for some distributions. See installation
instructions for [Ubuntu](INSTALL_ubuntu.md), [Debian](INSTALL_debian.md),
diff --git a/README_ubuntu_14_04.md b/README_ubuntu_14_04.md
index da36e13..bcd73a9 100644
--- a/README_ubuntu_14_04.md
+++ b/README_ubuntu_14_04.md
@@ -10,7 +10,7 @@ wget ttps://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/es
sudo dpkg -i esl-erlang_18.2-1~ubuntu~precise_amd64.deb
4. Install RVI
-sudo dpkg -i rvi_0.5.0-1ubuntu1_amd64.deb
+sudo dpkg -i rvi_0.5.1-1ubuntu1_amd64.deb
5. Setup device keys
Assumes that root key pair is already generated.
diff --git a/debian_template/changelog b/debian_template/changelog
index 3d774a4..d61508e 100644
--- a/debian_template/changelog
+++ b/debian_template/changelog
@@ -1,4 +1,4 @@
-rvi (0.5.0-1) jessie; urgency=low
+rvi (0.5.1-1) jessie; urgency=low
* Initial release
diff --git a/packaging/README.md b/packaging/README.md
index ec3e8a1..28adc6c 100644
--- a/packaging/README.md
+++ b/packaging/README.md
@@ -72,7 +72,7 @@ Go to the top directory of RVI and execute:
An RPM file will be generated at the end of the build which can be
installed on a Tizen box. The RPM can be found at:
- ~/GBS-ROOT/local/repos/tizen/i586/RPMS/rvi-0.5.0-1.i686.rpm
+ ~/GBS-ROOT/local/repos/tizen/i586/RPMS/rvi-0.5.1-1.i686.rpm
# UPDATING REBAR DEPENDENCIES
diff --git a/packaging/rvi_core.spec b/packaging/rvi_core.spec
index b692e8d..28fe76b 100755
--- a/packaging/rvi_core.spec
+++ b/packaging/rvi_core.spec
@@ -1,10 +1,10 @@
Summary: Remote Vehicle Interaction Node, running on top of Erlang,
Name: rvi_core
-Version: 0.5.0
+Version: 0.5.1
Release: 1
Group: App Framework/Application Communication
License: Mozilla Public License 2.0
-Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi_core-0.5.0.tgz
+Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi_core-0.5.1.tgz
BuildRequires: make
BuildRequires: glib2-devel
@@ -50,4 +50,4 @@ rm -rf $RPM_BUILD_ROOT
%attr(644,app,users) /home/app/content/Documents/vin
/usr/lib/systemd/system/rvi.service
/etc/systemd/system/multi-user.target.wants/rvi.service
-/opt/rvi-0.5.0
+/opt/rvi-0.5.1
diff --git a/python/rvilib.py b/python/rvilib.py
index b284c82..5350f3e 100644
--- a/python/rvilib.py
+++ b/python/rvilib.py
@@ -5,7 +5,7 @@
# Mozilla Public License, version 2.0. The full text of the
# Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
#
-# rbilib.py 0.5.0
+# rvilib.py 0.5.1
#
# This moduke
from jsonrpclib.SimpleJSONRPCServer import SimpleJSONRPCServer
diff --git a/raspbian_template/changelog b/raspbian_template/changelog
index 3d774a4..d61508e 100644
--- a/raspbian_template/changelog
+++ b/raspbian_template/changelog
@@ -1,4 +1,4 @@
-rvi (0.5.0-1) jessie; urgency=low
+rvi (0.5.1-1) jessie; urgency=low
* Initial release
diff --git a/rel/reltool.config b/rel/reltool.config
index bad8d3a..8fa5e23 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -4,7 +4,7 @@
{lib_dirs, ["../deps/", "../components/"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
- {rel, "rvi", "0.5.0",
+ {rel, "rvi", "0.5.1",
[
kernel,
stdlib,
diff --git a/rpm/SPECS/rvi-0.5.0.spec b/rpm/SPECS/rvi-0.5.1.spec
index 2eca0eb..766a9ba 100644
--- a/rpm/SPECS/rvi-0.5.0.spec
+++ b/rpm/SPECS/rvi-0.5.1.spec
@@ -1,12 +1,12 @@
Summary: Remote Vehicle Interaction Node
Name: rvi
-Version: 0.5.0
+Version: 0.5.1
Release: 1
# Copyright: Jaguar Land Rover -
License: Mozilla Public License v2
Vendor: Jaguar Land Rover
Group: Applications/System
-Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi-0.5.0.tgz
+Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi-0.5.1.tgz
Buildroot: /var/tmp/%{name}-buildroot
# Requires:
@@ -69,4 +69,4 @@ rm -rf $RPM_BUILD_ROOT
/etc/rc4.d
/etc/rc5.d
/etc/rc6.d
-/opt/rvi-0.5.0
+/opt/rvi-0.5.1
diff --git a/scripts/rvi_create_credential.py b/scripts/rvi_create_credential.py
index 329d279..4451ad7 100755
--- a/scripts/rvi_create_credential.py
+++ b/scripts/rvi_create_credential.py
@@ -267,7 +267,7 @@ cred = {
-encoded = jwt.encode(cred, root_key.exportKey("PEM"), algorithm='RS256')
+encoded = jwt.encode(cred, root_key.exportKey("PEM"), algorithm='HS256')
# Validate
try:
diff --git a/src/rvi_core.app.src b/src/rvi_core.app.src
index 93fa67a..8bf5a88 100644
--- a/src/rvi_core.app.src
+++ b/src/rvi_core.app.src
@@ -12,7 +12,7 @@
{application, rvi_core,
[
{description, ""},
- {vsn, "0.5.0"},
+ {vsn, "0.5.1"},
{registered, []},
{applications, [
kernel,
diff --git a/ubuntu_template/changelog b/ubuntu_template/changelog
index 62e7b16..cb34814 100644
--- a/ubuntu_template/changelog
+++ b/ubuntu_template/changelog
@@ -1,4 +1,4 @@
-rvi (0.5.0-1ubuntu1) trusty; urgency=low
+rvi (0.5.1-1ubuntu1) trusty; urgency=low
* Initial release