From d14958316257f9bd038c8ace8a0fc96f03f37033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 20 May 2013 18:30:55 +0200 Subject: [PATCH] Update `NEWS'. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 29a8e73762b5dd8e0f427c4a541fd75ec01dcea2..10188d2d1105264c0f04a781a7f4eee069beed36 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,20 @@ Copyright © 2013 Ludovic Courtès Please send Guix bug reports to bug-guix@gnu.org. +* Changes in 0.3 (since 0.2) + +** Package management +*** New ‘--max-silent-time’ option for “guix build” and “guix package” + +See the manual for details. + +** Bugs fixed +*** “guix --help” now works when using Guile 2.0.5 +*** Binary substituter multi-threading and pipe issues fixed + +These could lead to random substituter crashes while substituting a binary. +See commits 0332386 and 101d9f3 for details. + * Changes in 0.2 (since 0.1) ** Package management