Skip to content

Releases: vegastrike/build-system-docker-images

v1.6.0

31 Mar 19:25
084cdcb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

06 Mar 02:24
b401686
Compare
Choose a tag to compare

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

27 Feb 04:30
5d051a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

11 Jun 19:57
d3d964d
Compare
Choose a tag to compare

This release adds support for Ubuntu Jammy; Fedora 36; Manjaro Linux; and openSUSE 15.4.

v1.2.0

17 Dec 02:16
0d40650
Compare
Choose a tag to compare

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

17 Sep 22:59
1a3dd88
Compare
Choose a tag to compare

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

31 Aug 21:21
c45ccbd
Compare
Choose a tag to compare

This release is semi-backwards-incompatible, hence the 1.0 versioning. The two major changes are as follows:

  1. 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.
  2. 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

10 Aug 21:18
fb02f10
Compare
Choose a tag to compare
Merge pull request #19 from vegastrike/fix/tighten-opensuse-leap-vers…

v0.1.2

01 Aug 21:32
2d78c80
Compare
Choose a tag to compare

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

16 Jun 02:36
f2284f0
Compare
Choose a tag to compare
Merge pull request #11 from vegastrike/apt-update

script/bootstrap: Add apt-get -qy upgrade step on .deb-based distros