mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
Merge branch 'releases/1.9'
This commit is contained in:
commit
284625c8da
3 changed files with 5 additions and 12 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.9.2](#1-9-2)
|
||||||
* [1.9.1](#1-9-1)
|
* [1.9.1](#1-9-1)
|
||||||
* [1.9.0](#1-9-0)
|
* [1.9.0](#1-9-0)
|
||||||
* [1.8.2](#1-8-2)
|
* [1.8.2](#1-8-2)
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.9.2
|
||||||
### Added
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* PGO helper scripts no longer set `LC_CTYPE=en_US.UTF-8`. But, note
|
* PGO helper scripts no longer set `LC_CTYPE=en_US.UTF-8`. But, note
|
||||||
|
|
@ -41,13 +41,6 @@
|
||||||
(https://codeberg.org/dnkl/foot/issues/728).
|
(https://codeberg.org/dnkl/foot/issues/728).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
|
||||||
### Security
|
|
||||||
### Contributors
|
|
||||||
|
|
||||||
|
|
||||||
## 1.9.1
|
## 1.9.1
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -26,7 +26,7 @@
|
||||||
PGO=auto
|
PGO=auto
|
||||||
|
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.9.1
|
pkgver=1.9.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url=https://codeberg.org/dnkl/foot
|
url=https://codeberg.org/dnkl/foot
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.9.1',
|
version: '1.9.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.54.0',
|
meson_version: '>=0.54.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue