mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -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
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.9.2](#1-9-2)
|
||||
* [1.9.1](#1-9-1)
|
||||
* [1.9.0](#1-9-0)
|
||||
* [1.8.2](#1-8-2)
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
* [1.2.0](#1-2-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
### Added
|
||||
## 1.9.2
|
||||
|
||||
### Changed
|
||||
|
||||
* 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).
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.9.1
|
||||
|
||||
### Added
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -26,7 +26,7 @@
|
|||
PGO=auto
|
||||
|
||||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.9.1
|
||||
pkgver=1.9.2
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.9.1',
|
||||
version: '1.9.2',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.54.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue