Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro committed Jan 5, 2024
1 parent 4cffe92 commit 4e43f16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
- `naev-steamruntime` (Used for testing linux steam builds in the steamruntime (sniper) environment with extra dependencies installed.)
- `naev-windows` (Used to cross compile for Windows.)

### v1.9.0
- `naev-macos`: Update SDK, merge aarch64 and x86_64 images.
- Pass $BUILD_ARCH when starting this image to configure the correct macports packages.
- "aarch64" or "x86_64" are valid, otherwise it will default to x86_64 by default (docker run -e BUILD_ARCH=aarch64 naev-macos)
- Drop the concept of multiple arcitectures when building and tagging images.

### v1.8.2
- Fix missing header for dlfcn (dlfcn.h) in `naev-windows`
- Add Fedora packaged mingw64-physfs pacakge to `naev-windows`
Expand Down

0 comments on commit 4e43f16

Please sign in to comment.