summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-07-17 15:33:48 +0200
committerLudovic Courtès <ludo@gnu.org>2013-07-17 15:33:48 +0200
commit3253830d46cc55dd6b946468edd6a6f72944ef48 (patch)
treed66c4150af1406f57c1a7850e486f58252356302 /NEWS
parent6023cc74290831c49c4f5a7d9fc055d4493ad055 (diff)
Update NEWS.v0.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 17 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 19201a2b41b..e7cb112bec9 100644
--- a/NEWS
+++ b/NEWS
@@ -59,13 +59,20 @@ This improves performance of SHA256 computations.
59 59
60** GNU distribution 60** GNU distribution
61 61
62*** Major updates 62*** 33 new packages
63 63
64FIXME 64alsa-lib, babel, cairo, cvs, gcal, gcc-cross-mips64el-linux-gnuabi64, gd,
65gdk-pixbuf, graphviz, grue-hunter, gtk+, gts, harfbuzz, imagemagick, iproute2,
66iptables, libspectre, mpg321, noweb, pango, plotutils, privoxy, pytz, racket,
67rubber, rush, strace, tk, torsocks, unrtf, vc-dwim, wordnet, xlockmore
65 68
66*** Noteworthy new packages 69*** 25 package updates
67 70
68FIXME 71automake 1.14, ed 1.9, freeipmi 1.2.8, gawk 4.1.0, gcc 4.8.1, gettext 0.18.3,
72glib 2.37.1, gmp 5.1.2, gnutls 3.2.1, gzip 1.6, help2man 1.43.3, libapr 1.4.8,
73libaprutil 1.5.2, libassuan 2.1.1, libffi 3.0.13, libgc 7.2d, libgpg-error
741.12, libidn 1.28, libpng 1.5.17, lout 3.40, lsh 2.1, nettle 2.7.1, qemu
751.5.1, tzdata 2013d, xorriso 1.3.0
69 76
70*** Binary packages now available for i686-linux 77*** Binary packages now available for i686-linux
71 78
@@ -110,12 +117,17 @@ some (but not all) of its outputs were already present. See
110http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00038.html and 117http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00038.html and
111https://github.com/NixOS/nix/issues/122 . 118https://github.com/NixOS/nix/issues/122 .
112 119
113
114*** ‘guix package -i foo:out’ no longer removes other outputs of ‘foo’ 120*** ‘guix package -i foo:out’ no longer removes other outputs of ‘foo’
115 121
116Previously only the ‘out’ output of package ‘foo’ would be kept in the 122Previously only the ‘out’ output of package ‘foo’ would be kept in the
117profile. 123profile.
118 124
125*** Replacement (srfi srfi-37) provided if the user’s one is broken
126
127When the user’s (srfi srfi-37) is affected by http://bugs.gnu.org/13176 (Guile
128< 2.0.9), a replacement with the bug fix is provided. This bug would affect
129command-line argument processing in some cases.
130
119* Changes in 0.2 (since 0.1) 131* Changes in 0.2 (since 0.1)
120 132
121** Package management 133** Package management