Skip to content

Commit

Permalink
Release v2.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
Andrei Gherzan committed Jun 15, 2018
1 parent 3af7ac7 commit 5c53b54
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change log
-----------

# v2.13.1
## (2018-06-15)

* Fix mobynit runtime crash when compiled with gcc 7.3.0 with static PIE support enabled [Florin Sarbu]
* Fix typo in balena systemd service [Andrei Gherzan]
* Various fixes for issues introduced by the switch to chrony [Andrei Gherzan]
* Fsck all partitions if resin-data isn't seen [Zubair Lutfullah Kakakhel]
* Remove jethro and fido yocto versions support [Andrei Gherzan]
* Update resin-supervisor to 7.11.0 [Cameron Diver]
* Replace systemd-timesyncd with chrony [Zubair Lutfullah Kakakhel]
* Set ModemManager to ignore STM32F407 devices [Andrei Gherzan]

# v2.13.0
## (2018-06-06)

Expand Down
2 changes: 1 addition & 1 deletion meta-resin-common/conf/distro/include/resin-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require conf/distro/include/security_flags.inc

DISTRO = "resin-os"
DISTRO_NAME = "Resin OS"
DISTRO_VERSION = "2.13.0"
DISTRO_VERSION = "2.13.1"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 5c53b54

Please sign in to comment.