diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-05-22 13:53:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-22 13:53:19 +0200 |
commit | 2b4f04527b1fc537a69af33b8ddebd692fe0e5d7 (patch) | |
tree | e3207553d9c4a1de51bd91d24124ba85aa379406 | |
parent | 85940cd58ecaa7916da6abbda6b0de955a1005eb (diff) | |
download | guix-artwork-2b4f04527b1fc537a69af33b8ddebd692fe0e5d7.tar guix-artwork-2b4f04527b1fc537a69af33b8ddebd692fe0e5d7.tar.gz |
website: 0.13.0: Add more stuff.
* website/posts/gnu-guix-and-guixsd-0.13.0-released.md: Add more.
-rw-r--r-- | website/posts/gnu-guix-and-guixsd-0.13.0-released.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website/posts/gnu-guix-and-guixsd-0.13.0-released.md b/website/posts/gnu-guix-and-guixsd-0.13.0-released.md index 46cdbdd..540185c 100644 --- a/website/posts/gnu-guix-and-guixsd-0.13.0-released.md +++ b/website/posts/gnu-guix-and-guixsd-0.13.0-released.md @@ -48,6 +48,10 @@ contribute code and packages. The highlights include: Among other things though, the [noticeable performance improvement](https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00427.html) that comes for free is welcome! + - [`guix publish`](https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-publish.html), + which is what we use to distribute binaries, has a new `--cache` + operation mode that improves performance when distributing binaries + to a large number of users, as is the case of our build farm. - Many reproducibility issues found in packages have been addressed—more on that in a future post. - 840 new packages, leading to @@ -59,6 +63,7 @@ contribute code and packages. The highlights include: services, notably that of the [NGINX service](https://www.gnu.org/software/guix/manual/html_node/Web-Services.html), has been greatly improved. + - Many [bug fixes](https://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=guix#_4_2_5)! See the release announcement for details. |