Skip to content

Commit 4c3d416

Browse files
authored
Merge pull request #480 from openxc/next
Merge next into master for 8.2.1 release
2 parents 7510a54 + 917fa01 commit 4c3d416

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.mkd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# OpenXC Vehicle Interface Firmware Changelog
2+
## v8.2.1
3+
* Fix: Bootstrap fix
4+
25
## v8.2.0
36
* Removed: Removed messagepack format support
47
* Feature: get_vin command added and is accessible from openxc-control python and from Android and iOS clients

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44

55
.. image:: /docs/_static/logo.png
66

7-
:Version: 8.2.0
7+
:Version: 8.2.1
88
:Web: http://openxcplatform.com
99
:Documentation: http://vi-firmware.openxcplatform.com
1010
:Source: http://github.com/openxc/vi-firmware

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '8.2.0'
52+
version = '8.2.1'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '8.2.0'
54+
release = '8.2.1'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware
44

55
.. image:: /_static/logo.png
66

7-
:Version: 8.2.0
7+
:Version: 8.2.1
88
:Web: http://openxcplatform.com
99
:Documentation: http://vi-firmware.openxcplatform.com
1010
:Source: http://github.com/openxc/vi-firmware

script/bootstrap/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ pre-configured Vagrant environment. See the docs for more information."
234234
if ! command -v pip3 >/dev/null 2>&1; then
235235
_install python3-pip
236236
$SUDO_CMD ln -s /usr/bin/pip3 /usr/bin/pip
237+
$SUDO_CMD pip install --upgrade pip
237238
fi
238239

239240
PIP_SUDO_CMD=

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ openxc::telitHE910::TelitDevice telitDevice = {
118118
openxc::config::Configuration* openxc::config::getConfiguration() {
119119
static openxc::config::Configuration CONFIG = {
120120
messageSetIndex: 0,
121-
version: "8.2.0",
121+
version: "8.2.1",
122122
dummyVin: "Failed to get VIN temporary VIN is :00000000123456789",
123123
platform: PLATFORM,
124124
environmentMode: ENVIRONMENT_MODE,

0 commit comments

Comments
 (0)