Skip to content

Commit

Permalink
Merge pull request #477 from openxc/release820
Browse files Browse the repository at this point in the history
Updated release notes and version file for 8.2.0 release
  • Loading branch information
GenoJAFord committed Aug 11, 2021
2 parents 9bee533 + 49efdec commit 4da5602
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.mkd
@@ -1,6 +1,11 @@
# OpenXC Vehicle Interface Firmware Changelog
## v8.2.0
* Removed: Removed messagepack format support
* Feature: get_vin command added and is accessible from openxc-control python and from Android and iOS clients
* Update: Improvements to diagnostic response communication
* Update: sonarqube support updates
* Build: build moved from travis to github actions for Travis decommision
* Fix: 7DF Broadcast messaging

## v8.1.0
* BREAKING: VI-Firmware 8.0.0 is not backwards compatable due to stitched diagnostic responses and must be used with OpenXC-Python 2.1.0 or greater.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware

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

:Version: 8.1.0
:Version: 8.2.0
:Web: http://openxcplatform.com
:Documentation: http://vi-firmware.openxcplatform.com
:Source: http://github.com/openxc/vi-firmware
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '8.1.0'
version = '8.2.0'
# The full version, including alpha/beta/rc tags.
release = '8.1.0'
release = '8.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware

.. image:: /_static/logo.png

:Version: 8.1.0
:Version: 8.2.0
:Web: http://openxcplatform.com
:Documentation: http://vi-firmware.openxcplatform.com
:Source: http://github.com/openxc/vi-firmware
Expand Down
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -176,8 +176,8 @@ def compile_firmware(build_name, target_path):
env.firmware_release, board['extension']))

for board_name, board in env.msd_boards.items():
msd_enable()
env.board = board_name
msd_enable()
build(capture=True, do_clean=True)
local("cp build/%s/vi-firmware-%s.%s %s/vi-%s-firmware-%s-msd-ct%s.%s"
% (board['name'], board['name'], board['extension'],
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap/ci-requirements.txt
@@ -1 +1 @@
openxc==2.1.0
openxc==2.2.0
2 changes: 1 addition & 1 deletion script/bootstrap/pip-requirements.txt
Expand Up @@ -2,4 +2,4 @@ Fabric3==1.14.post1
ecdsa==0.13.3
prettyprint==0.1.5
pyparsing==2.2.0
openxc==2.0.0
openxc==2.2.0
2 changes: 1 addition & 1 deletion src/config.cpp
Expand Up @@ -118,7 +118,7 @@ openxc::telitHE910::TelitDevice telitDevice = {
openxc::config::Configuration* openxc::config::getConfiguration() {
static openxc::config::Configuration CONFIG = {
messageSetIndex: 0,
version: "8.1.1",
version: "8.2.0",
dummyVin: "Failed to get VIN temporary VIN is :00000000123456789",
platform: PLATFORM,
environmentMode: ENVIRONMENT_MODE,
Expand Down
2 changes: 1 addition & 1 deletion src/libs/openxc-message-format
2 changes: 1 addition & 1 deletion src/libs/uds-c

0 comments on commit 4da5602

Please sign in to comment.