Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #110 from tjamison/release-0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
uwiger authored Dec 21, 2016
2 parents a5d3ff1 + 0b3103e commit 9084fe5
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 #

Expand Down
2 changes: 1 addition & 1 deletion CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions INSTALL_debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) #

Expand Down Expand Up @@ -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

----

Expand Down
4 changes: 2 additions & 2 deletions INSTALL_raspbian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) #

Expand Down Expand Up @@ -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.
developer and production release that can be launched.
4 changes: 2 additions & 2 deletions INSTALL_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) #

Expand Down Expand Up @@ -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

----

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SRC_LIST=BUILD.md \
deps \
TODO

VERSION=0.5.0
VERSION=0.5.1

all: deps compile escript

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion README_ubuntu_14_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion debian_template/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rvi (0.5.0-1) jessie; urgency=low
rvi (0.5.1-1) jessie; urgency=low

* Initial release

Expand Down
2 changes: 1 addition & 1 deletion packaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packaging/rvi_core.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion python/rvilib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion raspbian_template/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rvi (0.5.0-1) jessie; urgency=low
rvi (0.5.1-1) jessie; urgency=low

* Initial release

Expand Down
2 changes: 1 addition & 1 deletion rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions rpm/SPECS/rvi-0.5.0.spec → rpm/SPECS/rvi-0.5.1.spec
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/rvi_core.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{application, rvi_core,
[
{description, ""},
{vsn, "0.5.0"},
{vsn, "0.5.1"},
{registered, []},
{applications, [
kernel,
Expand Down
2 changes: 1 addition & 1 deletion ubuntu_template/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rvi (0.5.0-1ubuntu1) trusty; urgency=low
rvi (0.5.1-1ubuntu1) trusty; urgency=low

* Initial release

Expand Down

0 comments on commit 9084fe5

Please sign in to comment.