Skip to content

Commit

Permalink
Merge pull request #465 from openxc/prereleasehousekeeping
Browse files Browse the repository at this point in the history
Prereleasehousekeeping
  • Loading branch information
GenoJAFord authored Sep 14, 2020
2 parents c9f8850 + 2332ee0 commit 003ac3d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# OpenXC Vehicle Interface Firmware Changelog

## 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.
* Fix: Crash with C5 Ble
* Fix: Modem Configuration fixed set proper baud rate for C5 Cellular
* Fix: Updates to ISOTP and UDS libraries to support diagnostic repsonse stitch release
* Feature: Large Diagnostic Responses are now passed up as smaller messages and stitched by clients
* Feature: Vin messages added to Emulator mode
* Feature: Sonarqube support added

## v8.0.0
* BREAKING: This version requires updates to the virtual machine. 'vagrant up --provision' must be run after 'git pull'.
* BREAKING: VI-Firmware 8.0.0 is not backwards compatable due to memory management updates and must be used with OpenXC-Python 2.0.0 or greater.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware

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

:Version: 8.0.0
:Version: 8.1.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
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '8.0.0'
version = '8.1.0'
# The full version, including alpha/beta/rc tags.
release = '8.0.0'
release = '8.1.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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenXC Vehicle Interface Firmware

.. image:: /_static/logo.png

:Version: 8.0.0
:Version: 8.1.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 script/bootstrap/ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
openxc==2.0.0
openxc==2.1.0
2 changes: 1 addition & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
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.0.0",
version: "8.1.0",
platform: PLATFORM,
environmentMode: ENVIRONMENT_MODE,
payloadFormat: PayloadFormat::DEFAULT_OUTPUT_FORMAT,
Expand Down

0 comments on commit 003ac3d

Please sign in to comment.