Skip to content

Commit a51135f

Browse files
Merge #749
749: fixup changelog r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
2 parents 9a23e02 + 118911c commit a51135f

File tree

1 file changed

+39
-24
lines changed

1 file changed

+39
-24
lines changed

CHANGELOG.md

Lines changed: 39 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,69 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8-
- #748 - allow definitions in the environment variable passthrough
8+
### Added
9+
910
- #741 - added `armv7-unknown-linux-gnueabi` and `armv7-unknown-linux-musleabi` targets.
11+
- #721 - add support for running doctests on nightly if `CROSS_UNSTABLE_ENABLE_DOCTESTS=true`.
12+
- #719 - add `--list` to known subcommands.
13+
- #681 - Warn on unknown fields and confusable targets
14+
- #624 - Add `build.default-target`
15+
- #647 - Add `mips64-unknown-linux-muslabi64` and `mips64el-unknown-linux-muslabi64` support
16+
- #543 - Added environment variables to control the UID and GID in the container
17+
- #524 - docker: Add Nix Store volume support
18+
- Added support for mounting volumes.
19+
20+
### Changed
21+
1022
- #377 - update WINE versions to 7.0.
1123
- #734 - patch `arm-unknown-linux-gnueabihf` to build for ARMv6, and add architecture for crosstool-ng-based images.
12-
- #730 - make FreeBSD builds more resilient.
24+
- #709 - Update Emscripten targets to `emcc` version 3.1.10
25+
- #707, #708 - Set `BINDGEN_EXTRA_CLANG_ARGS` environment variable to pass sysroot to `rust-bindgen`
26+
- #696 - bump freebsd to 12.3
27+
- #629 - Update Android NDK version and API version
28+
- #497 - don't set RUSTFLAGS in aarch64-musl image
29+
- #492 - Add cmake to FreeBSD images
30+
- #748 - allow definitions in the environment variable passthrough
31+
32+
### Fixed
33+
1334
- #727 - add `PKG_CONFIG_PATH` to all `*-linux-gnu` images.
14-
- #725 - support `CROSS_DEBUG` and `CROSS_RUNNER` on android images.
1535
- #722 - boolean environment variables are evaluated as truthy or falsey.
16-
- #721 - add support for running doctests on nightly if `CROSS_UNSTABLE_ENABLE_DOCTESTS=true`.
1736
- #720 - add android runner to preload `libc++_shared.so`.
18-
- #719 - add `--list` to known subcommands.
19-
- #718 - remove deb subcommand.
37+
- #725 - support `CROSS_DEBUG` and `CROSS_RUNNER` on android images.
2038
- #714 - use host target directory when falling back to host cargo.
2139
- #713 - convert relative target directories to absolute paths.
22-
- #709 - Update Emscripten targets to `emcc` version 3.1.10
23-
- #707, #708 - Set `BINDGEN_EXTRA_CLANG_ARGS` environment variable to pass sysroot to `rust-bindgen`
24-
- #696 - bump freebsd to 12.3
25-
- #629 - Update Android NDK version and API version
26-
- #681 - Warn on unknown fields and confusable targets
40+
- #501 - x86_64-linux: lower glibc version requirement to 2.17 (compatible with centos 7)
41+
- #500 - use runner setting specified in Cross.toml
42+
- #498 - bump linux-image version to fix CI
43+
- Re-enabled `powerpc64-unknown-linux-gnu` image
44+
- Re-enabled `sparc64-unknown-linux-gnu` image
45+
- #582 - Added `libprocstat.so` to FreeBSD images
2746
- #665 - when not using [env.volumes](https://github.com/cross-rs/cross#mounting-volumes-into-the-build-environment), mount project in /project
28-
- #624 - Add `build.default-target`
47+
48+
49+
### Removed
50+
51+
- #718 - remove deb subcommand.
52+
53+
### Internal
54+
55+
- #730 - make FreeBSD builds more resilient.
2956
- #670 - Use serde for deserialization of Cross.toml
3057
- Change rust edition to 2021 and bump MSRV for the cross binary to 1.58.1
3158
- #654 - Use color-eyre for error reporting
3259
- #658 - Upgrade dependencies
33-
- #647 - Add `mips64-unknown-linux-muslabi64` and `mips64el-unknown-linux-muslabi64` support
3460
- #652 - Allow trying individual targets via bors.
3561
- #650 - Improve Docker caching.
3662
- #609 - Switch to Github Actions and GHCR.
3763
- #588 - fix ci: bump openssl version in freebsd again
3864
- #552 - Added CHANGELOG.md automation
39-
- #543 - Added environment variables to control the UID and GID in the container
4065
- #534 - fix image builds with update of dependencies
41-
- #524 - docker: Add Nix Store volume support
4266
- #502 - fix ci: bump openssl version in freebsd
43-
- #501 - x86_64-linux: lower glibc version requirement to 2.17 (compatible with centos 7)
44-
- #500 - use runner setting specified in Cross.toml
45-
- #498 - bump linux-image version to fix CI
46-
- #497 - don't set RUSTFLAGS in aarch64-musl image
47-
- #492 - Add cmake to FreeBSD images
4867
- #489 - Add support for more hosts and simplify/unify host support checks
4968
- #477 - Fix Docker/Podman links in README
5069
- #476 - Use Rustlang mirror for Sabotage linux tarbals
51-
- Added support for mounting volumes.
52-
- Re-enabled `powerpc64-unknown-linux-gnu` image
53-
- Re-enabled `sparc64-unknown-linux-gnu` image
5470
- Bump nix dependency to `0.22.1`
55-
- #582 - Added `libprocstat.so` to FreeBSD images
5671

5772
## [v0.2.1] - 2020-06-30
5873

0 commit comments

Comments
 (0)