mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-26 15:34:18 +02:00
Prepare 1.7.3
This commit is contained in:
parent
97578dcd4f
commit
cb049d7ab5
10 changed files with 12 additions and 5 deletions
|
|
@ -331,6 +331,13 @@ For every release after 1.0.5, a GPG signature will be provided in `signatures`.
|
|||
The current signature is called `cagebreak.sig`, whereas all older signatures
|
||||
will be named after their release version.
|
||||
|
||||
Due to errors in the release process, the releases 1.7.1 and 1.7.2 did not include the release
|
||||
signatures in the appropriate folder of the git repository. However, signatures were provided
|
||||
as release-artefacts at the time of release. The signatures were introduced into the
|
||||
repository with 1.7.3. The integrity of cagebreak is still the same because the signatures were
|
||||
provided as release-artefacts (which were themselves signed) and the hashes in README.md
|
||||
are part of a signed release tag.
|
||||
|
||||
#### Signing Keys
|
||||
|
||||
All releases are signed by at least one of the following collection of
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cagebreak-config(1) "Version 1.7.2" "Cagebreak Manual"
|
||||
cagebreak-config(1) "Version 1.7.3" "Cagebreak Manual"
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
cagebreak(1) "Version 1.7.2" "Cagebreak Manual"
|
||||
cagebreak(1) "Version 1.7.3" "Cagebreak Manual"
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('cagebreak', 'c',
|
||||
version: '1.7.2',
|
||||
version: '1.7.3',
|
||||
license: 'MIT',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
|
|
@ -202,9 +202,9 @@ reproducible_build_versions = {
|
|||
'xkbcommon': '1.3.0',
|
||||
'fontconfig': '2.13.93',
|
||||
'pixman': '0.40.0',
|
||||
'pango': '1.48.4',
|
||||
'pango': '1.48.5',
|
||||
'cairo': '1.17.4',
|
||||
'pangocairo': '1.48.4',
|
||||
'pangocairo': '1.48.5',
|
||||
'math': '-1'
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
signatures/1.7.1-cagebreak-config.5.sig
Normal file
BIN
signatures/1.7.1-cagebreak-config.5.sig
Normal file
Binary file not shown.
BIN
signatures/1.7.1-cagebreak.1.sig
Normal file
BIN
signatures/1.7.1-cagebreak.1.sig
Normal file
Binary file not shown.
BIN
signatures/1.7.1.sig
Normal file
BIN
signatures/1.7.1.sig
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue