Merge branch 'releases/1.15'

This commit is contained in:
Daniel Eklöf 2023-08-07 16:44:24 +02:00
commit becd8ed049
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,7 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [Unreleased](#unreleased)
* [1.15.3](#1-15-3)
* [1.15.2](#1-15-2) * [1.15.2](#1-15-2)
* [1.15.1](#1-15-1) * [1.15.1](#1-15-1)
* [1.15.0](#1-15-0) * [1.15.0](#1-15-0)
@ -54,6 +55,13 @@
* `utempter` config option (was deprecated in 1.15.0). * `utempter` config option (was deprecated in 1.15.0).
### Fixed
### Security
### Contributors
## 1.15.3
### Fixed ### Fixed
* `-f,--font` command line option not affecting `csd.font` (if unset). * `-f,--font` command line option not affecting `csd.font` (if unset).
@ -63,10 +71,6 @@
([#1430][1430]). ([#1430][1430]).
### Security
### Contributors
## 1.15.2 ## 1.15.2
### Added ### Added

View file

@ -1,5 +1,5 @@
project('foot', 'c', project('foot', 'c',
version: '1.15.2', version: '1.15.3',
license: 'MIT', license: 'MIT',
meson_version: '>=0.59.0', meson_version: '>=0.59.0',
default_options: [ default_options: [