Releases: nerves-web-kiosk/kiosk_system_rpi3
v1.10.0
v1.9.1
v1.9.0
This release updates gcc from version 8.3.0 to 9.2.0 and includes various
updates to the C runtime. See https://gcc.gnu.org/ for the many changes in the
gcc 9.x releases. See the nerves_toolchain release notes for more information.
- Updated dependencies
- nerves_toolchain v1.3.0
- nerves_system_br v1.10.3
- Erlang/OTP 22.2.6
- Qt 5.14.1
v1.8.0
- Updated dependencies
- nerves_system_br v1.10.0
- Erlang 22.1.8
v1.7.0
- Updated dependencies
- nerves_system_br v1.9.2
- Qt 5.13.0
- Erlang 22.0.7
v1.6.0
- Updated dependencies
- nerves_system_br v1.7.3
- nerves_toolchain v1.2.0
- Erlang 22.0.2
v1.5.0
This release bumps the Linux kernel to 4.19.25. This change had an impact on how
the WiFi regulatory database gets loaded into the kernel. Instead of building it
into the kernel as previously done, the kernel loads it on demand. This requires
that all WiFi drivers be built as kernel modules so that the database isn't
loaded before the root filesystem is mounted. If you made a custom system and
see boot errors about not being able to load the regulatory database, this is
the problem.
- Bux fixes
- Add TAR option
--no-same-owner
to fix errors when untarring artifacts as
the root user.
- Add TAR option
- Updated dependencies
- nerves_system_br v1.7.2
- Linux 4.19.25 with patches from the Raspberry Pi Foundation
- 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)
- Bump C compiler options to
v1.4.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
- nerves_system_br v1.6.5
- Erlang 21.2.2
- boardid 1.5.2
- erlinit 1.4.9
- OpenSSL 1.1.1a
- Linux 4.14.89 with patches from the Raspberry Pi Foundation
- libp11 0.4.9
-
Enhancements
- Moved boardid config from inside erlinit.config to /etc/boardid.config
- Compile gpiomem into the Linux kernel
- Enable pstore, an in-memory buffer that can capture logs, kernel
oops and other information when unexpected reboots. The buffer can be
recovered on the next boot where it can be inspected.
v1.3.2
- Bug fixes
- Trim Linux module list to remove warnings on OSX builds. This makes a few
other changes to the module list to remove some difficult to use modules on
Nerves projects.
- Trim Linux module list to remove warnings on OSX builds. This makes a few
- Updated dependencies
v1.3.1
This release updates to QT 5.11.1 and allows running webengine as the kiosk
user.
- Updated dependencies