doc: Post-release update.
* doc/announce/ANNOUNCE-0.20: Update. * guix/git/mes.scm (mes): Update.
This commit is contained in:
parent
5222aeee7f
commit
2f34ea9e00
|
@ -7,7 +7,9 @@ We are pleased to announce the release of GNU Mes 0.20, representing
|
||||||
147 commits over 38 weeks.
|
147 commits over 38 weeks.
|
||||||
|
|
||||||
Mes has now brought the Reduced Binary Seed bootstrap to Guix (bootstrap
|
Mes has now brought the Reduced Binary Seed bootstrap to Guix (bootstrap
|
||||||
a GNU/Linux system without binary GNU toolchain or equivalent).
|
a GNU/Linux system without binary GNU toolchain or equivalent). It
|
||||||
|
should land in Guix master any day now: a big thank you to everyone who
|
||||||
|
helped, notably Ludovic and Mark.
|
||||||
|
|
||||||
This release is a step towards the upcoming Scheme-only bootstrap and
|
This release is a step towards the upcoming Scheme-only bootstrap and
|
||||||
bringing Mes into NixOS and Debian. This effort is now sponsored by
|
bringing Mes into NixOS and Debian. This effort is now sponsored by
|
||||||
|
@ -67,8 +69,8 @@ Packages are available in Guix master.
|
||||||
|
|
||||||
Here are the MD5 and SHA1 checksums:
|
Here are the MD5 and SHA1 checksums:
|
||||||
|
|
||||||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx mes-0.20.tar.gz
|
df839a83e4a2ad6c2a4accc5bf17b1a7 mes-0.20.tar.gz
|
||||||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx mes-0.20.tar.gz
|
38d4cb3fa28fa1f5fc57fea9e046d4d8052bbb8c mes-0.20.tar.gz
|
||||||
|
|
||||||
[*] Use a .sig file to verify that the corresponding file (without the
|
[*] Use a .sig file to verify that the corresponding file (without the
|
||||||
.sig suffix) is intact. First, be sure to download both the .sig file
|
.sig suffix) is intact. First, be sure to download both the .sig file
|
||||||
|
@ -83,6 +85,11 @@ Packages are available in Guix master.
|
||||||
|
|
||||||
and rerun the 'gpg --verify' command.
|
and rerun the 'gpg --verify' command.
|
||||||
|
|
||||||
|
* Get informed, get involved
|
||||||
|
|
||||||
|
See https://bootstrappable.org
|
||||||
|
Join #bootstrappable on irc.freenode.net.
|
||||||
|
|
||||||
* Changes in 0.20 since 0.19
|
* Changes in 0.20 since 0.19
|
||||||
** Core
|
** Core
|
||||||
*** The build system has been simplified, again.
|
*** The build system has been simplified, again.
|
||||||
|
@ -108,6 +115,9 @@ Packages are available in Guix master.
|
||||||
*** string->number now support #x hex-prefix.
|
*** string->number now support #x hex-prefix.
|
||||||
*** ungetc now has a buffer per file handle.
|
*** ungetc now has a buffer per file handle.
|
||||||
|
|
||||||
|
Greetings,
|
||||||
|
janneke and Danny.
|
||||||
|
|
||||||
[0] https://www.gnu.org/software/mes
|
[0] https://www.gnu.org/software/mes
|
||||||
[1] http://joyofsource.com/reduced-binary-seed-bootstrap.html
|
[1] http://joyofsource.com/reduced-binary-seed-bootstrap.html
|
||||||
[2] https://www.gnu.org/software/guix
|
[2] https://www.gnu.org/software/guix
|
||||||
|
|
|
@ -131,7 +131,7 @@ extensive examples, including parsers for the Javascript and C99 languages.")
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://ftp.gnu.org/pub/gnu/mes/mes-" version ".tar.gz"))
|
"https://ftp.gnu.org/pub/gnu/mes/mes-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 #!mes!# "06qkwkahcpzk5v4qydpvcvzm7lx8g8pflc48f9l7bpjz6hl5lk4s"))))
|
(base32 #!mes!# "04pajp8v31na34ls4730ig5f6miiplhdvkmsb9ls1b8bbmw2vb4n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue