Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Latest commit

 

History

History
104 lines (77 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

104 lines (77 loc) · 3.68 KB

Changelog

v1.5.0

v1.4.0

v1.3.0

  • Improvements
    • Bump C compiler options to -O2 from -Os. This provides a small, but measurable performance improvement (500ms at boot in a trivial project tested on nerves_system_rpi0).
  • Bux fixes
    • Add TAR option --no-same-owner to fix errors when untarring artifacts as the root user.
  • Updated dependencies

v1.2.0

This pulls in a pending patch in Buildroot to update the version of OpenSSL from 1.0.2 to 1.1.0h. This fixes what appears to be issues with Erlang using OpenSSL engines. It also enables Erlang crypto algorithms such as ed25519 that have been added in recent Erlang releases.

  • Updated dependencies

  • Enhancements

    • Moved boardid config from inside erlinit.config to /etc/boardid.config

v1.1.0

This release changes from using qt-webengine-kiosk to the elixir package webengine_kiosk. See the example application in /example for more information.

This means that qt-webengine-kiosk is not longer included in the buildroot build.

This version updates the Linux kernel to 4.18.9

v1.0.0

v1.0.0-rc.0

v0.6.0

v0.5.0

  • Updated Dependencies
  • Bug Fixes
    • Use linuxfb backend for Qt
    • Disable libglib2 to try to fix segfault issues with Qt

v0.4.0

  • Updated to sync with upstream x86 machine
  • Bug Fixes
    • Able to identify the correct drive paths.
    • Uses the eglfs qt backend which will query the display size properly