Skip to content

Latest commit

 

History

History
151 lines (111 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

151 lines (111 loc) · 4.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.17.0 - 2024-04-15

Changed

  • Updated linux kernel to v6.5.13-ctsi-1
  • Added libclang-dev to the docker image
  • Updated xgenext2fs to 1.5.5
  • Updated rustup to 1.27.0
  • Updated rust to 1.77.2

0.16.1 - 2024-08-

Changed

  • Updated debian bookworm base image
  • Updated xgenext2fs to 1.5.5
  • Updated rustup to 1.27.0
  • Updated rust to 1.77.2

0.16.0 - 2023-11-30

Changed

  • Updated linux kernel to v6.5.9-ctsi-1
  • Updated crosstoll-ng to 1.26.0
  • Updated gcc to 12.3.0
  • Updated rustup to 1.26.0
  • Updated rust to 1.74.0
  • Updated debian bookworm base image

Added

  • Added xgenext2fs to image

0.15.0 - 2023-08-11

Added

  • Added support for Linux/ARM64 images
  • Added support for the GitHub registry
  • Added support for building multiple toolchains (RV64G and RV64IMA)

Changed

  • Changed base image from Ubuntu 22.04 to Debian Bookworm
  • Refactored download target dependency on Makefile
  • Updated the version of some workflow actions
  • Updated Rust toolchain version
  • Added support for multiple configurations in CI
  • Updated license/copyright notice in all source code

Fixed

  • Fixed Linux download of linux source on CI
  • Fixed docker build cache parameters
  • Fixed kernel source shasum

0.14.0 - 2023-02-29

Changed

  • Updated the kernel to v5.15.63-ctsi-2

0.13.0 - 2023-02-10

Changed

  • Create a RV64GC toolchain by default

0.12.0 - 2022-11-16

Changed

  • Updated the kernel to v5.15.63-ctsi-1
  • Cache docker build and push in CI
  • Create a imafd toolchain by default

0.11.0 - 2022-08-29

Changed

  • Updated Linux Kernel to v5.5.19-ctsi-6

0.10.0 - 2022-06-22

Changed

  • Reduce Rust installation size
  • Download linux sources from the same github org
  • Add option to specify the kernel version the toolchain provides

0.9.1 - 2022-06-02

Changed

  • Build Rust for arm as well as x86_64
  • Fixed Rust nightly version

Changed

  • Updated base docker from Ubuntu 20.04 to Ubuntu 22.04
  • Remove python 2 (deprecated)

0.9.0 - 2022-04-20

Changed

  • Install genext2fs version 1.5.0 from source
  • Updated Linux Kernel to v5.5.19-ctsi-5

0.8.0 - 2022-03-04

Changed

  • Updated Linux Kernel to v5.5.19-ctsi-4

0.7.0 - 2021-12-17

Added

  • Initial support for Rust cross compiler

Changed

  • Updated Linux Kernel to v5.5.19-ctsi-3

Fixed

  • Fixed isl package mirror

[Previous Versions]