summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-12-11 13:06:19 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-11 13:06:19 +0100
commit5d6dbd299e8389e8eb918daac00df9b6f6835e14 (patch)
tree0443d26b7a7de9180f533410ef6981fb1cb3356d
parentd862bf0fe92d62458a80eceecfa864164dd27cd5 (diff)
Update 'NEWS'.v0.5
-rw-r--r--NEWS41
1 files changed, 36 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index e82b96d2c3f..3708ba756a6 100644
--- a/NEWS
+++ b/NEWS
@@ -58,9 +58,39 @@ packages. See “GNU Distribution” and “Porting” in the manual.
58Pre-built binaries are not yet available via hydra.gnu.org, so Guix will 58Pre-built binaries are not yet available via hydra.gnu.org, so Guix will
59build from source on this platform. 59build from source on this platform.
60 60
61*** XXX new packages 61*** 110 new packages
62 62
63*** XXX package updates 63acct, alive, alsa-utils, apl, at-spi2-atk, at-spi2-core, atkmm, autogen,
64automoc4, brasero, bridge-utils, cairomm, catkin, complexity, evince, ffmpeg,
65fftw, ftgl, gcc-objc, gcc-objc++, gccgo, gcl, gfortran, glibmm, glpk,
66gnome-icon-theme, gnu-pw-mgr, gp2c, gpgme, gsettings-desktop-schemas, gtkmm,
67gtksourceview, guile-ssh, guile-wm, gvpe, hicolor-icon-theme, httpd, icecat,
68icon-naming-utils, json-c, lapack, libcanberra, libcap, libgnome-keyring,
69libmikmod, libnl, libnotify, libsamplerate, libsigc++, libsndfile, libssh,
70libtheora, libxkbcommon, mercurial, mtools, netcat, pangomm, parallel,
71pavucontrol, pciutils, pem, perl-encode-locale, perl-file-list,
72perl-file-listing, perl-html-parser, perl-html-tagset, perl-http-cookies,
73perl-http-daemon, perl-http-date, perl-http-message, perl-http-negotiate,
74perl-io-html, perl-libwww, perl-libxml, perl-lwp-mediatypes, perl-net-http,
75perl-uri, perl-www-robotrules, perl-xml-dom, perl-xml-regexp, perl-xml-simple,
76phonon, powertop, pulseaudio, python2-dogtail, python2-empy, qemu-headless,
77qt, qt, raptor2, scons, sdl, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf,
78sdl2, serveez, shared-mime-info, sharutils, skribilo, slim, soprano, swig,
79xcb-util, xcb-util-image, xcb-util-keysyms, xcb-util-renderutil, xcb-util-wm
80
81*** 47 package updates
82
83atk 2.10.0, bison 3.0.2, cmake 2.8.12, dmd 0.1, freeipmi 1.3.3, gcc 4.8.2,
84gcc 4.8.2, gcc-cross-mips64el-linux-gnuabi64 4.8.2, gcc-stripped-tarball 4.8.2,
85gdb 7.6.2, gettext 0.18.3.1, glib 2.38.0, global 6.2.9, gmp 5.1.3,
86gnupg 2.0.22, gobject-introspection 1.38.0, grep 2.15, gsl 1.16,
87gtk+ 2.24.21, gtk+ 3.10.1, guile 2.0.9, guile 2.0.9, guile-xcb 1.2,
88harfbuzz 0.9.22, hello 2.9, iproute2 3.12.0, libdrm 2.4.46,
89libextractor 1.2, libjpeg 9, libmicrohttpd 0.9.32, lightning 2.0.2,
90linux-libre 3.12, lzip 1.15, make 4.0, mit-krb5 1.11.3, pari-gp 2.5.5,
91pixman 0.32.4, python 3.3.2, qemu 1.6.1,
92qemu-with-multiple-smb-shares 1.6.1, rcs 5.9.2, recutils 1.6, rsync 3.1.0,
93tar 1.27.1, texinfo 5.2, units 2.02, xorriso 1.3.2
64 94
65*** Packages are now built with GCC 4.8.2 by default (was 4.7.3) 95*** Packages are now built with GCC 4.8.2 by default (was 4.7.3)
66 96
@@ -69,8 +99,6 @@ build from source on this platform.
69*** New ‘vi’ (Vietnamese) translation 99*** New ‘vi’ (Vietnamese) translation
70*** Updated ‘pt_BR’ (Brazilian Portuguese) translation 100*** Updated ‘pt_BR’ (Brazilian Portuguese) translation
71** Bugs fixed 101** Bugs fixed
72*** ‘guix-daemon’ always sets umask to 022
73 (http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00033.html)
74*** ‘guix pull’ compiles Guix deterministically and correctly 102*** ‘guix pull’ compiles Guix deterministically and correctly
75 103
76Previously, the build environment was not cleared in between ‘compile-file’ 104Previously, the build environment was not cleared in between ‘compile-file’
@@ -78,7 +106,10 @@ calls, leading to build errors due to Guile bug http://bugs.gnu.org/15602 .
78 106
79*** ‘guix package’ allows removal of a specific package output 107*** ‘guix package’ allows removal of a specific package output
80 (http://bugs.gnu.org/15756) 108 (http://bugs.gnu.org/15756)
109*** ‘guix-daemon’ always sets umask to 022
110 (http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00033.html)
81*** Files referenced by environment variables are protected from GC 111*** Files referenced by environment variables are protected from GC
112*** Yet unbuilt packages get correctly installed (http://bugs.gnu.org/15283)
82*** ‘bootstrap-graph.{png,eps,pdf}’ built in srcdir (http://bugs.gnu.org/15640) 113*** ‘bootstrap-graph.{png,eps,pdf}’ built in srcdir (http://bugs.gnu.org/15640)
83 114
84* Changes in 0.4 (since 0.3) 115* Changes in 0.4 (since 0.3)