Skip to content

Commit

Permalink
Merge pull request #434 from openxc/8.0.0
Browse files Browse the repository at this point in the history
8.0.0
  • Loading branch information
pjt0620 authored Jan 29, 2020
2 parents 24e5403 + a492c36 commit 68c2b32
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 56 deletions.
6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

23 changes: 0 additions & 23 deletions .idea/vcs.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/vi-firmware.iml

This file was deleted.

20 changes: 15 additions & 5 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# OpenXC Vehicle Interface Firmware Changelog

## v7.3.1-dev


## 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.
* Update: Update Travis to Bionic.
* Update: Update Vagrant to Bionic.
* Update: Update Vagrant to dynamically allocate vcpus based on host cpu count.
* Update: Update vm to use python3.
* Fix: Out of memory error, drastically reduced memory cost per message.
* Fix: Fix gitdir for submodules allowing host machine to still use git on vi-firmware.
* Fix: Cleaned up multiple imports of the isotp and uds-c.
* Fix: Fix bug with ignition detection.
* Feature: Added code to remove signals.cpp when compiling emulator firmware.
* Feature: Added checks to vm for old python and vm versions.
* Feature: Added the ability for the user to set the pin on the bluetooth module.

## v7.3.0

* BREAKING: Removed fine_odometer_since_restart from emulator.
Expand All @@ -24,8 +36,6 @@
- Updated flash instructions
* Feature: Add PLATFORM command



## v7.2.0

* BREAKING: This version requires updates to bootstrap. 'vagrant up --provision' must be run after 'git pull'.
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: 7.3.1-dev
:Version: 8.0.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 = '7.3.1-dev'
version = '8.0.0'
# The full version, including alpha/beta/rc tags.
release = '7.3.1-dev'
release = '8.0.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: 7.3.1-dev
:Version: 8.0.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 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: "7.3.1-dev",
version: "8.0.0",
platform: PLATFORM,
environmentMode: ENVIRONMENT_MODE,
payloadFormat: PayloadFormat::DEFAULT_OUTPUT_FORMAT,
Expand Down

0 comments on commit 68c2b32

Please sign in to comment.