diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-07-17 15:33:48 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-17 15:33:48 +0200 |
| commit | 3253830d46cc55dd6b946468edd6a6f72944ef48 (patch) | |
| tree | d66c4150af1406f57c1a7850e486f58252356302 | |
| parent | 6023cc74290831c49c4f5a7d9fc055d4493ad055 (diff) | |
Update NEWS.v0.3
| -rw-r--r-- | NEWS | 22 |
1 files changed, 17 insertions, 5 deletions
| @@ -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 | ||
| 64 | FIXME | 64 | alsa-lib, babel, cairo, cvs, gcal, gcc-cross-mips64el-linux-gnuabi64, gd, |
| 65 | gdk-pixbuf, graphviz, grue-hunter, gtk+, gts, harfbuzz, imagemagick, iproute2, | ||
| 66 | iptables, libspectre, mpg321, noweb, pango, plotutils, privoxy, pytz, racket, | ||
| 67 | rubber, rush, strace, tk, torsocks, unrtf, vc-dwim, wordnet, xlockmore | ||
| 65 | 68 | ||
| 66 | *** Noteworthy new packages | 69 | *** 25 package updates |
| 67 | 70 | ||
| 68 | FIXME | 71 | automake 1.14, ed 1.9, freeipmi 1.2.8, gawk 4.1.0, gcc 4.8.1, gettext 0.18.3, |
| 72 | glib 2.37.1, gmp 5.1.2, gnutls 3.2.1, gzip 1.6, help2man 1.43.3, libapr 1.4.8, | ||
| 73 | libaprutil 1.5.2, libassuan 2.1.1, libffi 3.0.13, libgc 7.2d, libgpg-error | ||
| 74 | 1.12, libidn 1.28, libpng 1.5.17, lout 3.40, lsh 2.1, nettle 2.7.1, qemu | ||
| 75 | 1.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 | |||
| 110 | http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00038.html and | 117 | http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00038.html and |
| 111 | https://github.com/NixOS/nix/issues/122 . | 118 | https://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 | ||
| 116 | Previously only the ‘out’ output of package ‘foo’ would be kept in the | 122 | Previously only the ‘out’ output of package ‘foo’ would be kept in the |
| 117 | profile. | 123 | profile. |
| 118 | 124 | ||
| 125 | *** Replacement (srfi srfi-37) provided if the user’s one is broken | ||
| 126 | |||
| 127 | When 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 | ||
| 129 | command-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 |
