mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-11 08:21:01 -04:00
Merge branch 'releases/1.6'
This commit is contained in:
commit
71d1515a05
1 changed files with 15 additions and 9 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -27,35 +27,41 @@
|
||||||
* The fcft and tllist library subprojects are now handled via Meson
|
* The fcft and tllist library subprojects are now handled via Meson
|
||||||
[wrap files](https://mesonbuild.com/Wrap-dependency-system-manual.html)
|
[wrap files](https://mesonbuild.com/Wrap-dependency-system-manual.html)
|
||||||
instead of needing to be manually cloned.
|
instead of needing to be manually cloned.
|
||||||
* Use `-std=c11` instead of `-std=c18`.
|
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* `generate-alt-random.py` failing in containers.
|
|
||||||
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||||
* [sterni](https://codeberg.org/sterni)
|
|
||||||
|
|
||||||
|
|
||||||
## 1.6.1
|
## 1.6.1
|
||||||
### Deprecated
|
### Added
|
||||||
### Removed
|
|
||||||
|
* `--seed` to `generate-alt-random.py`, enabling deterministic PGO
|
||||||
|
builds.
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
|
||||||
|
* Use `-std=c11` instead of `-std=c18`.
|
||||||
|
* Added `-Wno-profile-instr-unprofiled` to Clang cflags in PGO builds
|
||||||
|
([INSTALL.md](https://codeberg.org/dnkl/foot/src/branch/releases/1.6/INSTALL.md#user-content-performance-optimized-pgo))
|
||||||
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Missing dependencies in meson, causing heavily parallelized builds
|
* Missing dependencies in meson, causing heavily parallelized builds
|
||||||
to fail.
|
to fail.
|
||||||
* Background color when alpha < 1.0 being wrong
|
* Background color when alpha < 1.0 being wrong
|
||||||
(https://codeberg.org/dnkl/foot/issues/249).
|
(https://codeberg.org/dnkl/foot/issues/249).
|
||||||
|
* `generate-alt-random.py` failing in containers.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue