Releases: vegastrike/build-system-docker-images
Releases · vegastrike/build-system-docker-images
v1.6.0
What's Changed
- Add boost-program-options dev packages by @ondrejkajinek in #38
- GH Actions: Add Rocky Linux 9.1 and 8.7 by @stephengtuggy in #39
New Contributors
- @ondrejkajinek made their first contribution in #38
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Fix Manjaro missing
make
; add Pop! OS "jammy", Linux Mint 21.1 "vera", and Funtoo by @stephengtuggy in #37
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Refactor bootstrap script; add new versions of various distros by @stephengtuggy in #27
- Update versions of GitHub Actions used by @stephengtuggy in #36
Full Changelog: v1.3.0...v1.4.0
v1.3.0
This release adds support for Ubuntu Jammy; Fedora 36; Manjaro Linux; and openSUSE 15.4.
v1.2.0
In this release:
- We are dropping support for Fedora 33 and earlier, and adding Fedora 35
- Dropped support for Ubuntu Groovy, and added Ubuntu Impish
- Added glvnd (
libglvnd-devel
) on RPM-based distros as well
v1.1.0
In this release:
- GLVND is now installed as an alternative GL / OpenGL implementation, alongside Mesa
- We are installing the latest version of CMake via pip3 now on Debian stretch and Ubuntu Xenial as well
v1.0.0
This release is semi-backwards-incompatible, hence the 1.0 versioning. The two major changes are as follows:
- On Ubuntu 20.04 "Focal", Debian 10 "buster", and Linux Mint 20 "ulyana", install the default system version of Boost, instead of explicitly specifying version 1.67.0.
- On Ubuntu 18.04 "Bionic", install CMake from pip instead of from apt-get. This ensures that the minimum version of CMake installed will be 3.11, as long as you don't use the Ubuntu 16.04 "Xenial" or Debian 9 "stretch" images. (CMake v3.11 is important for the Vega-Strike-Engine-Source project.)
v0.1.3
Merge pull request #19 from vegastrike/fix/tighten-opensuse-leap-vers…
v0.1.2
Added Fedora 34; Ubuntu 20.10 "Groovy Gorilla"; Ubuntu 21.04 "Hirsute Hippo"; Debian 11 "bullseye"; and Linux Mint 20. Also replaced CentOS 8 with Rocky Linux.
v0.1.1
Merge pull request #11 from vegastrike/apt-update script/bootstrap: Add apt-get -qy upgrade step on .deb-based distros