Skip to content

Commit

Permalink
Merge pull request #803 from resin-os/release_v_2.3.0
Browse files Browse the repository at this point in the history
Release v2.3.0
  • Loading branch information
Florin Sarbu authored Aug 16, 2017
2 parents 81bf8f2 + 39a8467 commit d29a3c2
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.3.0 - 2017-08-16

* Resize the splash logo to full screen instead of half screen [Gergely Imreh]
* Set docker bridge subnet to 10.114.101.1/24 [Petros Angelatos]
* Re-enable UPX compression on AArch64 [Will Newton]
* Resin-device-progress: fix typos that broke script [Gergely Imreh]
* Upgrade upx to 3.94 [Will Newton]
* Set deviceType in config.json [Will Newton]
* Update supervisor to v6.1.3 [Pablo Carranza Velez]
* Fix typo in resin-persistent-logs [Will Newton]
* Use BBCLASSEXTEND rather than inherit native [Florin Sarbu]

# v2.2.0 - 2017-07-28

* Update supervisor to v6.1.2 [Pablo Carranza Velez]
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 @@ -3,7 +3,7 @@ require conf/distro/poky.conf

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

0 comments on commit d29a3c2

Please sign in to comment.