3f5efef2e794c4de5e2fee22148bed66a325ba4c
[jackhill/guix/guix.git] / NEWS
1 -*- org -*-
2 #+TITLE: Guix NEWS – history of user-visible changes
3 #+STARTUP: content hidestars
4
5 Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
6
7 Copying and distribution of this file, with or without modification,
8 are permitted in any medium without royalty provided the copyright
9 notice and this notice are preserved.
10
11 Please send Guix bug reports to bug-guix@gnu.org.
12
13 * Changes in 0.11.0 (since 0.10.0)
14
15 ** Package management
16
17 *** Substitute display adjusts to client locale and terminal width
18 *** New ‘--free-space’ option for ‘guix gc’
19 *** ‘guix gc’ shows the amount of disk space freed
20 *** Source code downloads fall back to content-addressed mirrors
21 *** ‘guix graph’ can now be passed a store file name
22 *** Building the profile is faster, noticeably so on slow file systems
23 *** Profiles now include XDG desktop and MIME databases
24 *** ‘guix size’ can be passed more than one package
25 *** ‘--check’ and ‘--rounds’ save the differing build output upon failure
26 *** New Emacs interface for package locations: M-x guix-locations
27
28 See “Package Source Locations” in the manual.
29 *** Emacs modes show the full profile name in buffer names
30 *** Emacs “Package Info” buffer now have a “Build Log” button
31 *** ‘guix environment’ sets $GUIX_ENVIRONMENT to the environment’s profile
32 *** New ‘--ttl’ option for ‘guix publish’
33 *** New ‘--compression’ option for ‘guix publish’
34 *** ‘guix publish’ serves source files over content-address “/file” URLs
35 *** New ‘hackage’ updater for ‘guix refresh’
36 *** ‘guix lint -c cve’ uses a faster caching method
37 *** ‘guix lint -c cve’ now reports up to 3-year-old vulnerabilities
38 *** ‘guix lint -c source,home-page’ reports suspiciously small HTTP replies
39 *** ‘guix lint -c inputs-should-be-native’ makes more suggestions
40
41 ** Distribution
42
43 *** New services
44
45 urandom-seed-service, dicod-service, gc-root-service-type, mcron-service,
46 rngd-service, dropbear-service, pam-limits-service (See “Services” in the
47 manual for details.)
48
49 *** ‘mapped-device’ can refer to partitions using a LUKS UUID
50 *** New ‘raid-device-type’, for RAID devices using mdadm
51 *** ‘console-keymap-service’ can be given several file names
52 *** Java package names are now prefixed with “java-”
53 *** New modular Qt packages, to replace the monolithic ‘qt’ package
54 *** The ‘gnupg’ 2.0/2.1 packages provide the ‘gpg’ command instead of ‘gpg2’
55 *** More packages are bit-reproducible: vlc, libxslt, nasm
56 *** XXX new packages
57 *** XXX package updates
58
59 ** Programming interfaces
60
61 *** New ‘with-imported-modules’ form provided by (guix gexp)
62
63 It supersedes the #:modules parameter of ‘gexp->derivation’, ‘compute-file’,
64 ‘gexp->script’, ‘program-file’, etc, as well as the ‘imported-modules’ fields
65 of <origin> and <shepherd-service>. See “G-Expressions” in the manual.
66
67 *** New (gnu tests) and (gnu build marionette) modules for system tests
68
69 See <http://savannah.gnu.org/forum/forum.php?forum_id=8605> for background.
70
71 *** New (guix zlib) module
72 *** New (guix hg-download) module, for Mercurial checkouts
73 *** (guix download) supports HTTP basic authentication
74 *** (guix svn-download) supports authentication
75 *** The ‘source’ of packages can be a ‘local-file’ or any lowerable object
76 *** Part of (guix utils) moved to the new (guix combinators)
77 *** GNU updater honors the ‘ftp-server’ and ‘ftp-directory’ package properties
78 *** CVE linter honors the ‘cpe-name’ and ‘cpe-version’ package properties
79 *** ‘add-to-store’ and ‘local-file’ have a new #:select? parameter
80
81 ** Noteworthy bug fixes
82
83 *** Perl no longer references GCC (<http://bugs.gnu.org/23077>)
84 *** Grafting now fails upon I/O errors (<http://bugs.gnu.org/23581>)
85 *** GuixSD random source is now properly seeded (<http://bugs.gnu.org/23605>)
86 *** ‘call-with-container’ gracefully reports mount errors
87 (<http://bugs.gnu.org/23306>)
88 *** ‘herd start cow-store’ now bind-mounts the target /tmp
89 *** ‘guix environment’ now honors ‘--system’ (<http://bugs.gnu.org/23682>)
90 *** ‘guix publish’ properly encodes archive URIs (<http://bugs.gnu.org/21888>)
91 *** ‘NIX_CONF_DIR’ is now ignored (<http://bugs.gnu.org/22459>)
92 *** The shell of user ‘nobody’ is ‘nologin’ (<http://bugs.gnu.org/23971>)
93 *** Source code location is more precise in error messages involving records
94 (<http://bugs.gnu.org/23969>)
95 *** ‘guix --version’ is correct in the presence of ‘guix pull’
96 (<http://bugs.gnu.org/19278>)
97 *** Git commits are now signed, for eventual authentication by ‘guix pull’
98 (in preparation of a fix for <http://bugs.gnu.org/22883>)
99
100 ** Native language support
101
102 *** New translation: zh_CN (Simplified Chinese)
103 *** Updated translations: fr
104
105 * Changes in 0.10.0 (since 0.9.0)
106
107 ** Community
108
109 GNU Guix adopted a contributor code of conduct, see ‘CODE-OF-CONDUCT’ in the
110 source tree.
111
112 ** Package management
113
114 *** New command-line syntax for separating package names and version numbers
115
116 Use ‘@’ instead of ‘-’ as a separator, as in ‘gnupg@2.0’. This new separator
117 is a reserved character which is not allowed both in package names and version
118 numbers.
119
120 The old syntax to specify a package’s version—e.g., as “gnupg-2.0”—is obsolete
121 and support for it will be removed in the future.
122
123 *** “Grafts” apply recursively, based on run-time dependencies
124
125 “Grafts” is the mechanism by which we can apply security updates of core
126 packages without rebuilding or re-downloading the entire set of dependent
127 packages. See “Security Updates” in the manual, as well as
128 <https://savannah.gnu.org/forum/forum.php?forum_id=8470> and
129 <http://bugs.gnu.org/22139> for more info.
130
131 *** Substitutes are fetched over HTTPS by default
132 *** Substitutes are cached for the duration reported in ‘Cache-Control’ headers
133 *** Default substitute URL list includes a faster mirror, mirror.hydra.gnu.org
134 *** New ‘--with-input’ and ‘--with-source’ for ‘guix package’ and ‘guix build’
135
136 See “Package Transformation Options” in the manual.
137
138 *** ‘guix package --search-paths -p X -p Y’ combines search paths for X and Y
139 *** ‘guix package’ can be passed several ‘--search’ options
140 *** New ‘--rounds’ and ‘--check’ for ‘guix build’, for bit-reproducibility
141 *** New ‘--rounds’ option for ‘guix-daemon’
142 *** New ‘--quiet’ option for ‘guix build’
143 *** ‘guix package -u’ no longer checks for upstream GNU releases
144 *** ‘guix-daemon’ always uses /tmp in chroots, regardless of $TMPDIR
145 *** New Emacs interface to browse licenses: M-x guix-licenses
146 *** New Emacs interface to list system generations: M-x guix-system-generations
147 *** New Emacs interface for hydra.gnu.org: M-x guix-hydra-…
148 *** Changes in Emacs interface variables and faces
149
150 In the following names, BUFFER-TYPE means "info" or "list";
151 ENTRY-TYPE means "package", "output" or "generation".
152
153 **** Removed
154
155 - guix-info-fill-column
156 - guix-info-insert-ENTRY-TYPE-function
157
158 **** Renamed
159
160 - guix-info-ignore-empty-vals -> guix-info-ignore-empty-values
161 - guix-output-name-width -> guix-generation-output-name-width
162 - guix-buffer-name-function -> guix-ui-buffer-name-function
163 - guix-update-after-operation -> guix-ui-update-after-operation
164 - guix-search-params -> guix-package-search-params
165 - guix-BUFFER-TYPE-file-path (face) -> guix-BUFFER-TYPE-file-name
166
167 **** Replaced
168
169 - guix-list-column-format, guix-list-column-value-methods ->
170 guix-ENTRY-TYPE-list-format
171 - guix-info-displayed-params, guix-info-insert-methods,
172 guix-package-info-heading-params -> guix-ENTRY-TYPE-info-format
173 - guix-param-titles, guix-list-column-titles ->
174 guix-ENTRY-TYPE-BUFFER-TYPE-titles
175 - guix-list-describe-warning-count ->
176 guix-ENTRY-TYPE-list-describe-warning-count
177 - guix-package-info-fill-heading -> guix-info-fill
178
179 *** New ‘cve’ linter: ‘guix lint -c cve’ reports pending vulnerabilities
180 *** New ‘gnome’, ‘xorg’, and ‘github’ updaters for ‘guix refresh’
181 *** ‘guix lint’ times out after 3 seconds when probing URLs
182 *** ‘guix graph -t bag-with-origins’ includes origins in the graph
183 *** ‘guix import cran’ can import packages from bioconductor.org
184
185 ** Distribution
186
187 *** GuixSD upgraded to GNU Shepherd 0.3.1 and GNU Linux-libre 4.5.0
188
189 See <http://git.savannah.gnu.org/cgit/shepherd.git/tree/NEWS?id=v0.3.1> for
190 information on the changes between GNU dmd 0.2 and the GNU Shepherd 0.3.1.
191
192 *** “System Installation” section of the manual has been expounded
193 *** Installation image runs GPM and includes more programs
194 *** GNOME and Xfce desktops are available via services; see "Desktop Services"
195 *** New ‘tor-hidden-service’ procedure, to declare Tor hidden services
196 *** New Dovecot service
197 *** New ‘fstab-service-type’, to populate /etc/fstab
198 *** New ‘mount?’ field for ‘file-system’ forms
199 *** Most global environment variables are now set in /etc/environment (pam_env)
200 *** ‘guix system reconfigure’ now loads/starts new services, stops old ones
201 (see <http://bugs.gnu.org/22039>)
202 *** ‘local-file’ resolves file names relative to the current source file
203 *** Many reproducibility issues fixed: glibc, perl, bison, emacs-*, python-*, …
204 *** Initial RAM disk supports ‘modprobe.blacklist’ on the kernel command line
205 *** New “Running GuixSD in a VM” section in the manual
206 *** ‘dmd’ changed to ’shepherd’ in ‘guix system’ sub-commands
207 *** A Bourne-like shell is spawned upon ‘fsck’ failure
208 (see <http://bugs.gnu.org/22588>)
209 *** 639 new packages
210
211 aide, allegro, amb-plugins, aria2, armadillo, armadillo, artanis, aseprite,
212 aspell-dict-it, aspell-dict-nl, assword, asymptote, audit, augeas, autojump,
213 awscli, baobab, beets, bioawk, blender, bless, borg, bristol, btrfs-progs,
214 bwa-pssm, byzanz, c-ares, caribou, cd-hit, cereal, cmocka, codingquarry,
215 colord-gtk, cppcheck, cpulimit, cracklib, crossguid, cuetools, cufflinks,
216 dcadec, dconf-editor, desmume, devil, dialog, docker-compose, drumstick,
217 einstein, emacs-async, emacs-constants, emacs-god-mode, emacs-mit-scheme-doc,
218 emacs-popup, emacs-scheme-complete, emacs-slime, emacs-undo-tree,
219 emacs-with-editor, emulation-station, etl, evolution-data-server, eyed3, fdm,
220 fil-plugins, findnewest, fluxbox, font-abattis-cantarell, font-google-noto,
221 font-un, fraggenescan, freefall, fritzing, fxtract, g-wrap, g2reverb,
222 gdk-pixbuf+svg, gdm, gdsl, gedit, ghc-aeson-qq, ghc-asn1-encoding,
223 ghc-asn1-parse, ghc-asn1-types, ghc-byteable, ghc-chasingbottoms, ghc-cmark,
224 ghc-conduit, ghc-connection, ghc-cryptonite, ghc-deepseq-generics, ghc-diff,
225 ghc-enclosed-exceptions, ghc-executable-path, ghc-filemanip,
226 ghc-haskell-src-meta, ghc-highlighting-kate, ghc-hostname, ghc-hourglass,
227 ghc-hslua, ghc-hspec-contrib, ghc-http-client, ghc-http-client-tls,
228 ghc-juicypixels, ghc-libxml, ghc-logging-facade, ghc-memory, ghc-mime-types,
229 ghc-mmap, ghc-mockery, ghc-packedstring, ghc-pandoc, ghc-pandoc-types,
230 ghc-pem, ghc-regex-pcre-builtin, ghc-sha, ghc-socks, ghc-tasty-kat,
231 ghc-test-framework, ghc-test-framework-hunit, ghc-test-framework-quickcheck2,
232 ghc-texmath, ghc-th-expand-syns, ghc-th-lift, ghc-th-orphans,
233 ghc-th-reify-many, ghc-tls, ghc-x509, ghc-x509-store, ghc-x509-system,
234 ghc-x509-validation, ghc-yaml, git-annex-remote-hubic, gjs, gnome,
235 gnome-backgrounds, gnome-bluetooth, gnome-control-center,
236 gnome-online-accounts, gnome-screenshot, gnome-session, gnome-shell,
237 gnunet-gtk, gpm, graphicsmagick, gst-plugins-bad, gtk-engines, gtk-vnc,
238 gtklick, guile-config, guile-gnunet, guile-irregex, guile-sly, gumbo-parser,
239 icedtea, icedtea, idle3-tools, iftop, info-reader, inklingreader, jasper,
240 jellyfish, jpegoptim, khal, khard, kodi, kyotocabinet, lcov, ldb, ldc, ledger,
241 letsencrypt, libbigwig, libcanberra-gtk2, libconfig, libgit2, libgtop,
242 liblangtag, libmateweather, libmbim, libotf, libpwquality, libqmi, libvdpau,
243 libxml++, lispf4, love, mate-desktop, mate-icon-theme, mate-menus,
244 mate-themes, mcp-plugins, microscheme, mlt, modem-manager, munge,
245 mupen64plus-audio-sdl, mupen64plus-core, mupen64plus-input-sdl,
246 mupen64plus-rsp-hle, mupen64plus-rsp-z64, mupen64plus-ui-console,
247 mupen64plus-video-arachnoid, mupen64plus-video-glide64,
248 mupen64plus-video-glide64mk2, mupen64plus-video-rice, mupen64plus-video-z64,
249 murrine, mutter, myrepos, nagios, nautilus, network-manager,
250 network-manager-applet, nload, notmuch-addrlookup-c, nqc, obs, ocaml-findlib,
251 owncloud-client, password-store, pepr, perl-cgi, perl-dbd-mysql,
252 perl-file-slurp-tiny, perl-html-template, perl-log-report,
253 perl-log-report-optional, perl-mime-charset, perl-module-pluggable,
254 perl-shell-command, perl-string-print, perl-text-neattemplate,
255 perl-unicode-linebreak, perl-xml-compile, perl-xml-compile-cache,
256 perl-xml-compile-soap, perl-xml-compile-tester, perl-xml-compile-wsdl11,
257 perl-xml-libxml-simple, pfff, pianobar, pinball, pioneers, pixz, powwow, ppp,
258 procmail, pyicoteo, python-acme, python-alembic, python-amqp, python-anyjson,
259 python-apipkg, python-args, python-astor, python-atomicwrites,
260 python-backports-abc, python-beautifulsoup4, python-billiard, python-botocore,
261 python-celery, python-click-log, python-click-threading, python-clint,
262 python-colorama, python-configargparse, python-configobj, python-contextlib2,
263 python-cookies, python-docker-py, python-dockerpty, python-docopt,
264 python-editor, python-efl, python-execnet, python-flask, python-futures,
265 python-gst, python-hy, python-hypothesis, python-icalendar, python-jellyfish,
266 python-jmespath, python-keystoneclient, python-kombu, python-mako,
267 python-markdown, python-minimal-wrapper, python-mpd2, python-munkres,
268 python-musicbrainzngs, python-mutagen, python-ndg-httpsclient, python-paste,
269 python-pastedeploy, python-pastescript, python-pathlib, python-pluggy,
270 python-psycopg2, python-pyasn1-modules, python-pybigwig, python-pyechonest,
271 python-pygpgme, python-pyicu, python-pylast, python-pyliblo, python-pyquery,
272 python-pyrfc3339, python-pystache, python-pytest-cache, python-pytest-cov,
273 python-pytest-localserver, python-pytest-subtesthack, python-pytest-xdist,
274 python-pytest-xprocess, python-rarfile, python-rauth,
275 python-requests-toolbelt, python-responses, python-rply, python-rsa,
276 python-sphinx-repoze-autointerface, python-sphinxcontrib-newsfeed,
277 python-sphinxcontrib-programoutput, python-swiftclient, python-texttable,
278 python-tox, python-translitcodec, python-urllib3, python-vcversioner,
279 python-vobject, python-waitress, python-websocket-client, python-webtest,
280 python-werkzeug, python-wheel, python-wsgi-intercept, python-wsgiproxy2,
281 python-wtforms, python-zope-component, python-zope-configuration,
282 python-zope-event, python-zope-exceptions, python-zope-i18nmessageid,
283 python-zope-interface, python-zope-location, python-zope-proxy,
284 python-zope-schema, python-zope-security, python-zope-testing,
285 python-zope-testrunner, python2-acme, python2-alembic, python2-amqp,
286 python2-anyjson, python2-apipkg, python2-args, python2-astor,
287 python2-atomicwrites, python2-backports-abc, python2-beautifulsoup4,
288 python2-billiard, python2-botocore, python2-celery, python2-clint,
289 python2-colorama, python2-configargparse, python2-configobj,
290 python2-contextlib2, python2-cookies, python2-docopt, python2-editor,
291 python2-efl, python2-enum34, python2-execnet, python2-flask,
292 python2-functools32, python2-futures, python2-gst, python2-hy,
293 python2-hypothesis, python2-jellyfish, python2-jmespath,
294 python2-keystoneclient, python2-kombu, python2-mako, python2-markdown,
295 python2-mpd2, python2-munkres, python2-musicbrainzngs, python2-mutagen,
296 python2-ndg-httpsclient, python2-parsedatetime, python2-paste,
297 python2-pastedeploy, python2-pastescript, python2-pathlib, python2-pluggy,
298 python2-psycopg2, python2-pyasn1-modules, python2-pybigwig,
299 python2-pyechonest, python2-pygpgme, python2-pylast, python2-pyliblo,
300 python2-pyquery, python2-pyrfc3339, python2-pystache, python2-pytest-cov,
301 python2-pytest-subtesthack, python2-pytest-xdist, python2-pythondialog,
302 python2-rarfile, python2-rauth, python2-responses, python2-rply, python2-rsa,
303 python2-sphinx-repoze-autointerface, python2-sphinxcontrib-programoutput,
304 python2-swiftclient, python2-texttable, python2-tox, python2-translitcodec,
305 python2-unicodecsv, python2-urllib3, python2-vcversioner, python2-vobject,
306 python2-waitress, python2-websocket-client, python2-webtest, python2-werkzeug,
307 python2-wheel, python2-wsgiproxy2, python2-wtforms, python2-xdo,
308 python2-zope-component, python2-zope-configuration, python2-zope-event,
309 python2-zope-exceptions, python2-zope-i18nmessageid, python2-zope-interface,
310 python2-zope-location, python2-zope-proxy, python2-zope-schema,
311 python2-zope-security, python2-zope-testing, python2-zope-testrunner, qca,
312 qemu-minimal, qtkeychain, qtractor, quassel, r-acsnminer, r-adaptivesparsity,
313 r-annotationdbi, r-base64enc, r-biobase, r-biocgenerics, r-biocparallel,
314 r-biomart, r-biostrings, r-bitops, r-brew, r-bsgenome, r-catools, r-curl,
315 r-data-table, r-devtools, r-dnacopy, r-doparallel, r-dt, r-foreach,
316 r-futile-logger, r-futile-options, r-genomation, r-genomeinfodb,
317 r-genomicalignments, r-genomicfeatures, r-genomicranges, r-git2r, r-go-db,
318 r-graph, r-gridbase, r-gridextra, r-httr, r-impute, r-iranges, r-iterators,
319 r-lambda-r, r-lattice, r-matrixstats, r-org-ce-eg-db, r-org-dm-eg-db,
320 r-org-hs-eg-db, r-org-mm-eg-db, r-plotly, r-plotrix, r-r-cache, r-r-methodss3,
321 r-r-oo, r-r-rsp, r-r-utils, r-rcpparmadillo, r-rcurl, r-readr, r-rmarkdown,
322 r-roxygen2, r-rsamtools, r-rsqlite, r-rstudioapi, r-rtracklayer, r-rversions,
323 r-s4vectors, r-seqpattern, r-snow, r-sparsem, r-summarizedexperiment, r-topgo,
324 r-viridis, r-whisker, r-xml, r-xml2, r-xvector, radicale, ragel, rakarrack,
325 rdmd, redshift, rev-plugins, ruby-ae, ruby-afm, ruby-ansi, ruby-ascii85,
326 ruby-atoulme-saikuro, ruby-bio-commandeer, ruby-blankslate, ruby-brass,
327 ruby-ci-reporter, ruby-clap, ruby-crass, ruby-cutest, ruby-domain-name,
328 ruby-eventmachine, ruby-fivemat, ruby-gem-hadar, ruby-gettext, ruby-guard,
329 ruby-hashery, ruby-http-cookie, ruby-instantiator, ruby-introspection,
330 ruby-json-pure, ruby-lemon, ruby-locale, ruby-metaclass, ruby-mime-types,
331 ruby-mime-types-data, ruby-minitest-bonus-assertions, ruby-minitest-focus,
332 ruby-minitest-moar, ruby-minitest-pretty-diff, ruby-minitest-rg,
333 ruby-minitest-tu-shim, ruby-mocha, ruby-net-ssh, ruby-netrc,
334 ruby-nokogiri-diff, ruby-nokogumbo, ruby-packnga, ruby-power-assert,
335 ruby-pry-editline, ruby-pstree, ruby-pygmentize, ruby-qed, ruby-rb-fsevent,
336 ruby-rc4, ruby-redcarpet, ruby-redcloth, ruby-rubytest, ruby-rubytest-cli,
337 ruby-saikuro-treemap, ruby-sanitize, ruby-sdoc, ruby-shoulda,
338 ruby-shoulda-context, ruby-shoulda-matchers, ruby-shoulda-matchers,
339 ruby-simplecov, ruby-sqlite3, ruby-systemu, ruby-tdiff, ruby-term-ansicolor,
340 ruby-test-unit, ruby-text, ruby-tins, ruby-ttfunk, ruby-turn, ruby-unf,
341 ruby-unf-ext, ruby-utils, scribus, sdl2-image, sdl2-mixer, sdl2-ttf, sdparm,
342 shepherd, shntool, slurm, smithlab-cpp, snap-aligner, snorenotify, sortmerna,
343 sparsehash, ste-plugins, stringtie, synfig, synfigstudio, tcllib, tclxml,
344 telepathy-logger, tevent, texlive-minimal, tilda, tinyxml, tlsdate, tophat,
345 transmission-remote-cli, ustr, v4l-utils, vco-plugins, vdirsyncer, vdpauinfo,
346 vmpk, wah-plugins, wcalc, xaos, xfce4-power-manager, xfce4-xkb-plugin,
347 xmlstarlet, yoshimi, zenity
348
349 *** 577 package updates
350
351 abcde-2.7.1, abduco-0.5, adwaita-icon-theme-3.18.0, aisleriot-3.18.2,
352 alsa-modular-synth-2.1.2, alsa-utils-1.1.0, american-fuzzy-lop-1.96b,
353 ant-1.9.6, ao-1.2.0, arb-2.8.1, ardour-4.7, aspell-dict-en-2016.01.19-0,
354 atkmm-2.24.2, attr-2.4.47, autogen-5.18.7, bash-4.3.42, bash-minimal-4.3.42,
355 bash-static-4.3.42, bazaar-2.7.0, bdftopcf-1.0.5, bedtools-2.25.0,
356 bind-utils-9.10.3-P4, bitcoin-core-0.11.2, bitlbee-3.4.1, bluez-5.36,
357 boost-1.60.0, bowtie-2.2.6, bundler-1.11.2, calibre-2.51.0, catch-1.3.5,
358 ccache-3.2.4, chicken-4.10.0, clang-3.6.2, claws-mail-3.13.2, clutter-1.24.2,
359 clutter-gst-3.0.14, clutter-gtk-1.6.6, cm-0.3, cogl-1.22.0, colordiff-1.0.16,
360 complexity-1.10, cppunit-1.13.2, cups-filters-1.4.0, curl-7.47.0,
361 datamash-1.1.0, dconf-0.24.0, ddrescue-1.21, deeptools-2.1.1, devhelp-3.18.1,
362 diffoscope-51, docbook-xml-4.3, docbook-xml-4.4, docbook-xml-4.5,
363 dovecot-2.2.19, doxygen-1.8.11, dropbear-2016.72, dvdisaster-0.79.5,
364 dvtm-0.15, edirect-3.50, efl-1.17.0, eigen-3.2.7, elementary-1.17.0,
365 elogind-219.14, emacs-dash-2.12.1, emacs-debbugs-0.9, emacs-pdf-tools-0.70,
366 emacs-w3m-1.4.538+0.20141022, emotion-generic-players-1.17.0,
367 enlightenment-0.20.6, eog-3.18.1, epiphany-3.18.2,
368 evas-generic-loaders-1.17.0, evince-3.18.1, exim-4.86.2,
369 extra-cmake-modules-5.19.0, feh-2.14.1, ffmpeg-2.8.6, file-5.25,
370 file-roller-3.16.4, findutils-4.6.0, flex-2.6.0,
371 font-adobe-source-han-sans-1.004, font-terminus-4.40, font-ubuntu-0.83,
372 font-util-1.3.1, fontforge-20150824, freeipmi-1.5.1, frescobaldi-2.18.2,
373 fribidi-0.19.7, fuse-2.9.5, gajim-0.16.5, gcc-5.3.0, gcc-toolchain-5.3.0,
374 gccgo-4.9.3, gcr-3.18.0, gdb-7.11, gdk-pixbuf-2.32.3, geocode-glib-3.18.0,
375 getmail-4.48.0, gettext-0.19.7, gfortran-5.3.0, git-2.7.3, git-manpages-2.7.3,
376 git-modes-1.2.1, gitolite-3.6.5, glade-3.18.3, glibc-2.22, glibmm-2.46.3,
377 global-6.5.2, glpk-4.59, gmime-2.6.20, gmp-6.1.0, gmsh-2.11.0, gmtp-1.3.10,
378 gnome-common-3.18.0, gnome-desktop-3.18.1, gnome-keyring-3.18.3,
379 gnome-klotski-3.18.2, gnome-mines-3.18.2, gnome-settings-daemon-3.18.2,
380 gnome-terminal-3.18.2, gnome-themes-standard-3.18.0, gnucash-2.6.9,
381 gnumeric-1.12.24, gnupg-2.0.29, gnupg-2.1.11, gnuplot-5.0.2, gnutls-3.4.7,
382 goffice-0.10.24, gp2c-0.0.9pl5, gpgme-1.6.0, gpsbabel-1.5.2, graphite2-1.3.6,
383 grep-2.22, grilo-0.2.14, grilo-plugins-0.2.16, gsl-2.1, gst-libav-1.6.3,
384 gst-plugins-base-1.6.3, gst-plugins-good-1.6.3, gst-plugins-ugly-1.6.3,
385 gstreamer-1.6.3, gtksourceview-3.18.2, guile-2.0.11, guile-2.0.11,
386 guile-json-0.5.0, guile-ssh-0.9.0, guitarix-0.34.0, guix-0.9.0,
387 guix-0.9.0-1.dd21, gvfs-1.26.2, harfbuzz-1.0.6, help2man-1.47.3, hevea-2.28,
388 htop-2.0.1, hwloc-1.11.1, hydrogen-0.9.6.1, iceauth-1.0.7, icecast-2.4.3,
389 icecat-38.6.0-gnu1, iproute2-4.4.0, irssi-0.8.18, isc-dhcp-4.3.3-P1,
390 isync-1.2.1, jrnl-1.9.7, julia-0.4.3, kbproto-1.0.7, keepassx-2.0.2,
391 kwindowsystem-5.19.0, libass-0.13.2, libassuan-2.4.2, libbluray-0.9.2,
392 libcddb-1.3.2, libchamplain-0.12.12, libdvdcss-1.4.0, libevent-2.0.22,
393 libffi-3.2.1, libfontenc-1.1.3, libfs-1.0.7, libgcrypt-1.6.5,
394 libgnome-keyring-3.12.0, libgpg-error-1.21, libgweather-3.18.1,
395 libinput-1.2.0, libjpeg-9a, libmicrohttpd-0.9.48, libotr-4.1.1,
396 libpeas-1.16.0, libpng-1.5.26, librecad-2.0.9, libreoffice-5.0.5.2,
397 libressl-2.3.3, librsvg-2.40.13, libsecret-0.18.3, libshout-2.4.1,
398 libsndfile-1.0.26, libssh-0.7.3, libssh2-1.7.0, libstdc++-doc-5.3.0,
399 libtasn1-4.7, libtiff-4.0.6, libuninameslist-0.5.20150701, libvpx-1.5.0,
400 libwnck-3.14.0, libx11-1.6.3, libx264-20160220-2245, libxaw-1.0.13,
401 libxdmcp-1.1.2, libxi-1.7.6, libxkbfile-1.0.9, libxml2-2.9.3, libxmp-4.3.10,
402 libxp-1.0.3, libxrandr-1.5.0, libxrender-0.9.9, libxshmfence-1.2, libxt-1.1.5,
403 libxvmc-1.0.9, libxxf86vm-1.1.4, libyubikey-1.13, lilypond-2.19.33,
404 linux-libre-4.4.6, linux-libre-4.5, lua-5.2.3, macs-2.1.0.20151222,
405 mafft-7.267, magit-2.5.0, man-pages-4.04, manaplus-1.6.3.12, mariadb-10.1.12,
406 mercurial-3.7.2, mesa-11.0.9, mesa-headers-11.0.9, mit-krb5-1.13.3,
407 mkfontscale-1.1.2, moe-1.8, moreutils-0.57, mozjs-24.2.0, mpd-0.19.12,
408 mplayer-1.2.1, mpv-0.16.0, msmtp-1.6.3, mumps-5.0.1, mumps-metis-5.0.1,
409 mumps-metis-openmpi-5.0.1, mumps-openmpi-5.0.1, mupdf-1.8, mysql-5.7.11,
410 nano-2.5.3, ncbi-vdb-2.5.7, ncmpcpp-0.7.3, neon-0.30.1, nettle-3.2,
411 nginx-1.8.1, ngs-java-1.2.3, ngs-sdk-1.2.3, nix-1.11.2, notmuch-0.21,
412 nspr-4.10.10, nss-3.21.1, nss-certs-3.21.1, ntp-4.2.8p6, numactl-2.0.11,
413 octave-4.0.0, offlineimap-6.7.0, openbox-3.6.1, openjpeg-2.0.1,
414 openjpeg-2.1.0, openmpi-1.10.1, openssh-7.2p2, openssl-1.0.2g, opus-1.1.2,
415 opusfile-0.7, orc-0.4.25, orfm-0.5.3, oxygen-icons-5.19.0, parallel-20160222,
416 paredit-24, pari-gp-2.7.5, parted-3.2, pcre-8.38, pelican-3.6.3, perf-4.5,
417 perl-5.22.1, perl-tk-804.033, petsc-3.6.2, petsc-complex-3.6.2,
418 petsc-complex-openmpi-3.6.2, petsc-openmpi-3.6.2, pidgin-otr-4.0.2,
419 pinentry-0.9.6, pius-2.2.2, pkg-config-0.29, postgresql-9.5.1, powertop-2.8,
420 preseq-2.0, privoxy-3.0.24, procps-3.3.11, prodigal-2.6.3, pspp-0.10.0,
421 pulseaudio-8.0, pumpa-0.9.2, python-3.4.3, python-apsw-3.9.2-r1,
422 python-babel-2.1.1, python-biopython-1.66, python-blinker-1.4,
423 python-certifi-2015.11.20.1, python-cffi-1.4.2, python-click-6.2,
424 python-coverage-4.0.3, python-cryptography-1.2.3,
425 python-cryptography-vectors-1.2.3, python-cython-0.23.4,
426 python-dateutil-2.4.2, python-debtcollector-1.0.0, python-decorator-4.0.9,
427 python-enum34-1.1.0, python-exif-read-2.1.2, python-file-5.25,
428 python-fixtures-1.4.0, python-flake8-2.5.4, python-gnupg-0.3.8,
429 python-html5lib-1.0b8, python-isodate-0.5.4, python-jinja2-2.8,
430 python-jsonschema-2.5.1, python-keyring-5.7.1, python-libarchive-c-2.2,
431 python-libxml2-2.9.3, python-llfuse-0.41.1, python-llfuse-1.0,
432 python-lxml-3.5.0, python-ly-0.9.3, python-matplotlib-1.4.3,
433 python-mccabe-0.4.0, python-mox3-0.13.0, python-msgpack-0.4.7,
434 python-networkx-1.11, python-nose-1.3.7, python-numpy-1.10.4,
435 python-oauthlib-1.0.3, python-os-client-config-1.12.0, python-os-testr-0.5.0,
436 python-oslo.context-1.0.0, python-oslo.i18n-3.0.0,
437 python-oslo.serialization-2.2.0, python-oslo.utils-3.0.0,
438 python-oslosphinx-4.2.0, python-pandas-0.16.2, python-parsedatetime-1.5,
439 python-passlib-1.6.5, python-patsy-0.4.1, python-pbr-1.8.1, python-pep8-1.7.0,
440 python-pillow-3.1.1, python-pip-8.0.2, python-psutil-3.3.0, python-py-1.4.31,
441 python-pycparser-2.14, python-pyflakes-1.0.0, python-pygments-2.0.2,
442 python-pyjwt-1.4.0, python-pyld-0.6.8, python-pysam-0.8.4, python-pytz-2015.7,
443 python-pyzmq-15.1.0, python-requests-2.9.1, python-requests-mock-0.7.0,
444 python-rpy2-2.7.6, python-setuptools-scm-1.9.0, python-six-1.10.0,
445 python-sqlalchemy-1.0.12, python-stevedore-1.10.0, python-tempest-lib-0.12.0,
446 python-tlsh-3.4.4, python-tornado-4.3, python-traitlets-4.1.0,
447 python-tzlocal-1.2, python-unidecode-0.04.18, python-virtualenv-13.1.2,
448 python-webob-1.5.1, python2-apsw-3.9.2-r1, python2-babel-2.1.1,
449 python2-backport-ssl-match-hostname-3.5.0.1, python2-biopython-1.66,
450 python2-blinker-1.4, python2-certifi-2015.11.20.1, python2-cffi-1.4.2,
451 python2-click-6.2, python2-coverage-4.0.3, python2-cryptography-1.2.3,
452 python2-cryptography-vectors-1.2.3, python2-cython-0.23.4,
453 python2-dateutil-2.4.2, python2-debtcollector-1.0.0, python2-decorator-4.0.9,
454 python2-exif-read-2.1.2, python2-fastlmm-0.2.21, python2-file-5.25,
455 python2-fixtures-1.4.0, python2-flake8-2.5.4, python2-gnupg-0.3.8,
456 python2-html5lib-1.0b8, python2-isodate-0.5.4, python2-jinja2-2.8,
457 python2-jsonschema-2.5.1, python2-keyring-5.7.1, python2-libarchive-c-2.2,
458 python2-libxml2-2.9.3, python2-llfuse-1.0, python2-lxml-3.5.0,
459 python2-matplotlib-1.4.3, python2-mccabe-0.4.0, python2-mox3-0.13.0,
460 python2-msgpack-0.4.7, python2-networkx-1.11, python2-nose-1.3.7,
461 python2-numpy-1.10.4, python2-oauthlib-1.0.3, python2-os-client-config-1.12.0,
462 python2-os-testr-0.5.0, python2-oslo.context-1.0.0, python2-oslo.i18n-3.0.0,
463 python2-oslo.serialization-2.2.0, python2-oslo.utils-3.0.0,
464 python2-oslosphinx-4.2.0, python2-pandas-0.16.2, python2-passlib-1.6.5,
465 python2-patsy-0.4.1, python2-pbr-1.8.1, python2-pep8-1.7.0,
466 python2-pillow-3.1.1, python2-pip-8.0.2, python2-psutil-3.3.0,
467 python2-py-1.4.31, python2-pycparser-2.14, python2-pyflakes-1.0.0,
468 python2-pygments-2.0.2, python2-pyicu-1.9.2, python2-pyjwt-1.4.0,
469 python2-pyld-0.6.8, python2-pysam-0.8.4, python2-pysnptools-0.3.5,
470 python2-pysqlite-2.8.1, python2-pytz-2015.7, python2-pyzmq-15.1.0,
471 python2-requests-2.9.1, python2-requests-mock-0.7.0, python2-rpy2-2.7.6,
472 python2-setuptools-scm-1.9.0, python2-six-1.10.0, python2-sqlalchemy-1.0.12,
473 python2-stevedore-1.10.0, python2-tempest-lib-0.12.0, python2-tlsh-3.4.4,
474 python2-tornado-4.3, python2-traitlets-4.1.0, python2-unidecode-0.04.18,
475 python2-virtualenv-13.1.2, python2-webob-1.5.1, qemu-2.5.0, qrencode-3.4.4,
476 r-3.2.3, r-ggplot2-2.0.0, r-qtl-1.38-4, randrproto-1.5.0, retroarch-1.3.1,
477 rsync-3.1.2, ruby-2.2.4, ruby-2.3.0, ruby-mini-portile-2.0.0,
478 ruby-nokogiri-1.6.7.1, samba-4.3.6, samtools-1.3, sdl2-2.0.4, seahorse-3.18.0,
479 sessreg-1.1.0, setxkbmap-1.3.1, shflags-1.2.0, simple-scan-3.19.91,
480 sipwitch-1.9.15, skribilo-0.9.3, slepc-3.6.2, slepc-complex-3.6.2,
481 slepc-complex-openmpi-3.6.2, slepc-openmpi-3.6.2, smproxy-1.0.6,
482 socat-1.7.3.1, sqlite-3.10.0, sra-tools-2.5.7, star-2.5.1b, stow-2.2.2,
483 subversion-1.8.15, sudo-1.8.15, sxiv-1.3.2, talloc-2.1.5, tdb-1.3.8,
484 texinfo-5.2, texinfo-6.0, texinfo-6.1, the-silver-searcher-0.31.0, tig-2.1.1,
485 tiled-0.15.1, tmux-2.1, tor-0.2.7.6, torsocks-2.0.0, totem-3.18.1,
486 tzdata-2015g, ucommon-7.0.0, upower-0.99.3, utf8proc-1.3.1, vapoursynth-28,
487 vera-1.23, vigra-1.11.0, vsearch-1.10.0, vte-0.42.3, wayland-1.10.0,
488 webkitgtk-2.12.0, webkitgtk-2.4.10, webkitgtk-gtk2-2.4.10, weechat-1.4,
489 wget-1.17.1, wine-1.9.4, x11perf-1.6.0, xcmsdb-1.0.5, xdotool-3.20150503.1,
490 xdpyinfo-1.3.2, xdriinfo-1.0.5, xev-1.2.2, xf86-input-evdev-2.10.1,
491 xf86-input-keyboard-1.8.1, xf86-input-libinput-0.16.0,
492 xf86-input-synaptics-1.8.3, xf86-input-void-1.4.1, xf86-video-ati-7.6.1,
493 xf86-video-cirrus-1.5.3, xf86-video-geode-2.11.18,
494 xf86-video-intel-2.99.917-1-d167280, xf86-video-mach64-6.9.5,
495 xf86-video-mga-1.6.4, xf86-video-neomagic-1.2.9, xf86-video-nouveau-1.0.12,
496 xf86-video-r128-6.10.1, xf86-video-savage-2.3.8,
497 xf86-video-siliconmotion-1.7.8, xf86-video-sis-0.10.8, xf86-video-tdfx-1.4.6,
498 xf86-video-trident-1.3.7, xf86-video-vesa-2.3.4, xf86-video-vmware-13.1.0,
499 xgamma-1.0.6, xhost-1.0.7, xinput-1.6.2, xkbevd-1.1.4, xkeyboard-config-2.17,
500 xlockmore-5.46, xlsatoms-1.1.2, xmlto-0.0.28, xmodmap-1.0.9,
501 xorg-server-1.18.1, xorriso-1.4.2, xproto-7.0.28, xrandr-1.5.0, xterm-322,
502 xvid-1.3.4, xvinfo-1.1.3, xz-5.2.2, yasm-1.3.0, yelp-3.18.1,
503 yelp-tools-3.18.0, yelp-xsl-3.18.1, ykclient-2.15, youtube-dl-2016.03.01,
504 zlib-1.2.8, znc-1.6.2, zynaddsubfx-2.5.3
505
506 ** Programming interfaces
507
508 *** Build systems always set the ‘SOURCE_DATE_EPOCH’ environment variable
509 *** New (guix graph) graph manipulation module, abstracted from ‘guix graph’
510 *** New (guix cve) module, to navigate the CVE database
511 *** ‘build-things’ procedure takes a new ‘mode’ parameter
512 *** Mass rename of ‘dmd’ to ‘shepherd’ in the (gnu …) modules
513 *** New ‘gnome-desktop-service’ and ‘xfce-desktop-service’ procedures
514 *** ‘pam-root-service-type’ can be extended with cross-cutting transformations
515 *** ‘package-with-python2’ honors the ‘python2-variant’ package property
516 (see <http://bugs.gnu.org/22437>)
517
518 ** Noteworthy bug fixes
519
520 *** Grafts are applied recursively (<http://bugs.gnu.org/22139>)
521 *** Commands correctly handle numbers in package names
522 (http://bugs.gnu.org/19219)
523 *** ‘guix-daemon’ deduplication code detects corrupt items
524 *** eudev now populates /dev/disk/by-{id,label}
525 *** Selected locale is automatically built (<http://bugs.gnu.org/22572>)
526 *** Substitutes can be downloaded over HTTPS (<http://bugs.gnu.org/22937>)
527 *** umask explicitly set in /etc/profile (<http://bugs.gnu.org/22650>)
528 *** ‘guix system init’ writes GC root on the target file system
529 (<http://bugs.gnu.org/22802>)
530 *** ‘guix system vm’ now works in the absence of KVM support
531 (<http://bugs.gnu.org/22633>)
532 *** GuixSD includes an Info reader by default (<http://bugs.gnu.org/22598>)
533 *** MacBook keyboards are now properly detected (<http://bugs.gnu.org/20433>)
534 *** GRUB searches root by label or UUID (<http://bugs.gnu.org/22281>)
535 *** ‘guix package --search-paths’ honors propagated inputs
536 (<http://bugs.gnu.org/22073>)
537 *** GCC uses ‘C_INCLUDE_PATH’ et al. instead of ‘CPATH’
538 (<http://bugs.gnu.org/22186>)
539 *** ‘ld-wrapper’ computes library search path based on all ‘-L’ flags
540 (<http://bugs.gnu.org/21941>)
541 *** ‘guix environment --container’ gracefully handles abnormal exists
542 (<http://bugs.gnu.org/21958>)
543
544 ** Native language support
545
546 *** Updated translations: da, de
547 *** New translation: pl (Polish)
548
549 * Changes in 0.9.0 (since 0.8.3)
550
551 ** Package management
552
553 *** New ‘guix graph’ command, to draw package graphs
554 *** New ‘guix challenge’ command, to challenge the authenticity of binaries
555 *** ‘guix environment’ has a new ‘--container’ option
556 *** ‘guix substitute’ now honors all the specified substitute URLs
557 *** New ‘guix import cran’ command, to import R packages from CRAN
558 *** Package descriptions can now include Texinfo markup rendered on the fly
559 *** ‘guix package’ has a new ‘--install-from-file’ option
560 *** ‘guix package --search’ shows package outputs
561 *** ‘guix refresh’ can refresh selected non-GNU package definitions
562 *** The ‘--ad-hoc’ option of ‘guix environment’ is now positional
563 *** The ‘--exec’ option of ‘guix environment’ is deprecated; use ‘--’ instead
564 *** ‘guix build’ has a new ‘--file’ option
565 *** ‘guix build --log-file’ can now return URLs
566 *** ‘guix size’ now has a ‘--substitute-urls’ option and is much faster
567 *** New ‘guix lint’ checkers: ‘formatting’, ‘license’, ‘source-file-name’
568 *** Download progress report has been improved
569 *** Emacs shell-mode completions for ‘guix’ commands updated
570 *** Emacs: New ‘M-x guix’ popup interface
571 *** Emacs: modes for viewing build logs (‘guix-build-log-mode’)
572
573 ** Distribution
574
575 *** New extensible service composition API
576
577 The operating system service API in (gnu services) has been completely
578 rewritten, significantly improving extensibility and modularity, while
579 providing a framework that makes it easy to reason about service composition.
580 Consequently, several sources of redundancy and confusion in
581 ‘operating-system’ declarations have been eliminated. See “Service
582 Composition” in the manual.
583
584 *** New ‘extension-graph’ and ‘dmd-graph’ sub-commands for ‘guix system’
585 *** New ‘container’ sub-command for ‘guix system’
586 *** New ‘guix container’ command, to deal with GuixSD containers
587 *** New ‘list-generations’ sub-command for ‘guix system’
588 *** ‘operating-system’ has a new ‘locale-libcs’ field
589 *** New services: ‘nginx-service’, ‘udisks-service’, ‘guix-publish-service’
590 *** ‘%desktop-services’ now includes Polkit, GeoClue, elogind, UDisks, and more
591 *** ‘dbus-daemon’ now has proper support for lazy service activation
592 *** ‘wicd-service’ automatically adds Wicd to the system profile
593 *** ‘slim-service’ automatically adds xterm to the system profile
594 *** hydra.gnu.org now provides substitutes for ‘armhf-linux’
595 *** /run/systemd is mounted as tmpfs by default, for use by elogind
596 *** ‘glibc’ package no longer contains Bash in its bin/ directory
597 *** libc now looks for locale data in a versioned sub-directory
598 *** libc honors the new ‘GUIX_LOCPATH’ environment variable
599 *** Xfce now defaults to the GNOME icon theme
600 *** 543 new packages
601
602 abduco, accountsservice, american-fuzzy-lop, ansible, arandr, attic,
603 autobuild, bash-minimal, bash-static, bio-blastxmlparser, bio-locus,
604 bioperl-minimal, bioruby, bitcoin-core, bspwm, byobu, cabal-install, cityhash,
605 clang-runtime, clang-runtime, cm, cmus, conky, coreutils-minimal, cpphs,
606 cvs-fast-export, d-feet, deeptools, diffoscope, dosbox, dvtm, emacs-butler,
607 emacs-dash, emacs-debbugs, emacs-deferred, emacs-f, emacs-flycheck,
608 emacs-let-alist, emacs-ob-ipython, emacs-s, emacs-typo, enblend-enfuse,
609 epiphany, esmtp, ethtool, evilwm, exfat-utils, express-beta-diversity,
610 extra-cmake-modules, extundelete, fastcap, fasthenry, figlet, file-roller,
611 flann, font-anonymous-pro, font-gnu-unifont, font-inconsolata, font-tex-gyre,
612 font-ubuntu, frescobaldi, fuse-exfat, gajim, gamine, gerbv, gexiv2,
613 ghc-adjunctions, ghc-aeson, ghc-alex, ghc-annotated-wl-pprint,
614 ghc-ansi-terminal, ghc-ansi-wl-pprint, ghc-appar, ghc-async, ghc-attoparsec,
615 ghc-auto-update, ghc-base-compat, ghc-base-orphans, ghc-base64-bytestring,
616 ghc-bifunctors, ghc-blaze-builder, ghc-blaze-html, ghc-blaze-markup,
617 ghc-byteorder, ghc-bytestring-builder, ghc-cereal, ghc-cgi, ghc-charset,
618 ghc-cheapskate, ghc-clock, ghc-cmdargs, ghc-comonad, ghc-contravariant,
619 ghc-cookie, ghc-css-text, ghc-data-default, ghc-data-default-class,
620 ghc-data-default-instances-base, ghc-data-default-instances-containers,
621 ghc-data-default-instances-dlist, ghc-data-default-instances-old-locale,
622 ghc-digest, ghc-distributive, ghc-dlist, ghc-doctest, ghc-easy-file,
623 ghc-exceptions, ghc-extensible-exceptions, ghc-extra, ghc-fast-logger,
624 ghc-fingertree, ghc-free, ghc-generic-deriving, ghc-gluraw, ghc-glut,
625 ghc-haddock, ghc-haddock-api, ghc-haddock-library, ghc-half, ghc-happy,
626 ghc-haskell-src, ghc-haskell-src-exts, ghc-hspec, ghc-hspec-core,
627 ghc-hspec-expectations, ghc-hspec-meta, ghc-html, ghc-http-types, ghc-iproute,
628 ghc-kan-extensions, ghc-lens, ghc-lifted-base, ghc-logict, ghc-mmorph,
629 ghc-monad-control, ghc-multipart, ghc-nats, ghc-objectname, ghc-old-locale,
630 ghc-old-time, ghc-opengl, ghc-openglraw, ghc-optparse-applicative,
631 ghc-parsers, ghc-pcre-light, ghc-polyparse, ghc-prelude-extras,
632 ghc-profunctors, ghc-quickcheck-instances, ghc-quickcheck-io,
633 ghc-quickcheck-unicode, ghc-reducers, ghc-reflection, ghc-regex-base,
634 ghc-regex-compat, ghc-regex-posix, ghc-regex-tdfa-rc, ghc-resourcet, ghc-safe,
635 ghc-scientific, ghc-sdl, ghc-sdl-image, ghc-sdl-mixer, ghc-semigroupoids,
636 ghc-semigroups, ghc-setenv, ghc-silently, ghc-simple-reflect, ghc-smallcheck,
637 ghc-statevar, ghc-streaming-commons, ghc-stringbuilder, ghc-stringsearch,
638 ghc-tagged, ghc-tagsoup, ghc-tasty, ghc-tasty-ant-xml, ghc-tasty-golden,
639 ghc-tasty-hunit, ghc-tasty-quickcheck, ghc-tasty-smallcheck, ghc-temporary,
640 ghc-temporary-rc, ghc-transformers-base, ghc-transformers-compat,
641 ghc-trifecta, ghc-unbounded-delays, ghc-uniplate, ghc-unix-compat,
642 ghc-unix-time, ghc-utf8-string, ghc-vault, ghc-vector-binary-instances,
643 ghc-void, ghc-wai, ghc-wai-extra, ghc-wai-logger, ghc-word8, ghc-x11,
644 ghc-x11-xft, ghc-xhtml, ghc-xml, ghc-xmonad-contrib, ghc-xss-sanitize,
645 ghc-zip-archive, glibc-hurd, glibc-hurd-headers, gmtp, graphios, gtk-doc,
646 guile-next, guile-present, guile-redis, guile-rsvg, guile-wisp, gusb, gvfs,
647 gzochi, haunt, hlint, hscolour, hspec-discover, hurd-minimal, i3-wm, i3status,
648 ibus-libpinyin, idris, ifstatus, keepassx, klick, kwindowsystem, lablgtk,
649 libatasmart, libchamplain, libchop, libconfuse, libcue, libesmtp, libev,
650 libfm, libfm-extra, libgee, libgudev, liblxqt, libndp, libpano13, libpinyin,
651 libraw, libusb-compat, libyajl, lxqt-common, lxqt-session, lxrandr, lxtask,
652 lxterminal, lz4, mafft, manaplus, mars, menu-cache, minixml, mosaik,
653 nestopia-ue, newt, non-sequencer, ntk, openimageio, opusfile, patches, pbzip2,
654 pcmanfm, pcre2, pd, pelican, perl-czplib, perl-date-manip, perl-finance-quote,
655 perl-html-element-extended, perl-html-tableextract, perl-pod-simple, physfs,
656 pidgin, pidgin-otr, pigz, po4a, poppler-qt4, pwgen, python-appdirs,
657 python-bandit, python-blinker, python-ccm, python-chardet,
658 python-cryptography, python-cryptography-vectors, python-debian,
659 python-debtcollector, python-ecdsa, python-file, python-fonttools,
660 python-gnupg, python-hacking, python-httplib2, python-idna,
661 python-ipython-genutils, python-iso8601, python-joblib, python-libarchive-c,
662 python-llfuse, python-ly, python-minimal, python-minimal, python-mistune,
663 python-monotonic, python-mox3, python-msgpack, python-nbxmpp, python-netaddr,
664 python-numexpr, python-os-client-config, python-os-testr, python-oslo.config,
665 python-oslo.context, python-oslo.i18n, python-oslo.log,
666 python-oslo.serialization, python-oslo.utils, python-oslosphinx,
667 python-oslotest, python-paramiko, python-passlib, python-pathpy, python-patsy,
668 python-pbr, python-pbr, python-pexpect, python-pickleshare, python-pip,
669 python-poppler-qt4, python-pretend, python-prettytable, python-ptyprocess,
670 python-py-bcrypt, python-pyasn1, python-pyopenssl, python-pytest-runner,
671 python-requests-mock, python-setuptools-scm, python-simplegeneric,
672 python-statsmodels, python-stevedore, python-tempest-lib, python-terminado,
673 python-tlsh, python-traitlets, python-webob, python-wrapt, python-xlrd,
674 python2-appdirs, python2-bandit, python2-blinker, python2-ccm,
675 python2-chardet, python2-cryptography, python2-cryptography-vectors,
676 python2-debian, python2-debtcollector, python2-ecdsa, python2-file,
677 python2-fonttools, python2-gnupg, python2-hacking, python2-httplib2,
678 python2-idna, python2-ipaddress, python2-ipython-genutils, python2-iso8601,
679 python2-joblib, python2-keyring, python2-libarchive-c, python2-llfuse,
680 python2-mistune, python2-monotonic, python2-mox3, python2-msgpack,
681 python2-nbxmpp, python2-netaddr, python2-notmuch, python2-numexpr,
682 python2-os-client-config, python2-os-testr, python2-oslo.config,
683 python2-oslo.context, python2-oslo.i18n, python2-oslo.log,
684 python2-oslo.serialization, python2-oslo.utils, python2-oslosphinx,
685 python2-oslotest, python2-paramiko, python2-passlib, python2-pathpy,
686 python2-patsy, python2-pbr, python2-pbr, python2-pexpect, python2-pickleshare,
687 python2-pip, python2-pretend, python2-prettytable, python2-ptyprocess,
688 python2-py-bcrypt, python2-pyasn1, python2-pycrypto, python2-pyopenssl,
689 python2-pytest-runner, python2-requests-mock, python2-setuptools-scm,
690 python2-simplegeneric, python2-statsmodels, python2-stevedore,
691 python2-tempest-lib, python2-terminado, python2-tlsh, python2-traitlets,
692 python2-webob, python2-wrapt, python2-xlrd, r-assertthat, r-bh, r-chron,
693 r-codetools, r-colorspace, r-crayon, r-data.table, r-dbi, r-dichromat,
694 r-digest, r-dplyr, r-evaluate, r-formatr, r-ggplot2, r-gtable, r-highr,
695 r-htmltools, r-htmlwidgets, r-httpuv, r-jsonlite, r-knitr, r-labeling,
696 r-lazyeval, r-magrittr, r-markdown, r-memoise, r-microbenchmark, r-mime,
697 r-munsell, r-plyr, r-proto, r-pryr, r-qtl, r-r6, r-rcolorbrewer, r-rcpp,
698 r-reshape2, r-scales, r-servr, r-stringi, r-stringr, r-testthat, r-yaml, rage,
699 raincat, redis, rest, rfkill, rpm, ruby-activesupport, ruby-atoulme-antwrap,
700 ruby-bio-logger, ruby-builder, ruby-byebug, ruby-coderay, ruby-cucumber-core,
701 ruby-diff-lcs, ruby-docile, ruby-ffi, ruby-formatador, ruby-gherkin3,
702 ruby-json, ruby-libxml, ruby-listen, ruby-log4r, ruby-lumberjack,
703 ruby-method-source, ruby-mini-portile, ruby-minitar, ruby-nenv, ruby-nokogiri,
704 ruby-notiffany, ruby-orderedhash, ruby-ox, ruby-permutation, ruby-pg,
705 ruby-pry, ruby-rack, ruby-rb-inotify, ruby-rjb, ruby-rubygems-tasks,
706 ruby-shellany, ruby-shindo, ruby-simplecov-html, ruby-thor, ruby-thread-safe,
707 ruby-tzinfo, ruby-xml-simple, ruby-yard, sassc, scmutils, seqmagick, shotwell,
708 shroud, simple-scan, squashfs-tools, sxhkd, tinc, udisks, unison, vsearch,
709 webkitgtk-gtk2, wesnoth, wpa-supplicant-minimal, xcb-util-cursor, xcompmgr,
710 xfce4-pulseaudio-plugin, xjackfreak, xlsfonts, xmonad, yapet, yelp,
711 yelp-tools, yelp-xsl, znc, zynaddsubfx
712
713 *** 268 package updates
714
715 abcde-2.7, arb-2.7.0, ardour-4.2, at-spi2-atk-2.18.1, at-spi2-core-2.18.1,
716 ath9k-htc-firmware-1.4.0, atk-2.18.0, atkmm-2.24.1, autogen-5.18.6,
717 avidemux-2.6.10, bedtools-2.24.0, binutils-2.25.1,
718 binutils-static-stripped-tarball-2.25.1, bison-3.0.4, bluez-5.35,
719 bundler-1.10.6, c-reduce-2.3.0, cairomm-1.12.0, calcurse-4.0.0,
720 calibre-2.41.0, camlp5-6.14, cgal-4.6.3, chess-6.2.2, clang-3.6.2,
721 claws-mail-3.13.0, cmake-3.3.2, complexity-1.3, conkeror-1.0pre1.20150730,
722 cpio-2.12, crossmap-0.2.1, csound-6.05, cups-2.1.0, cups-filters-1.0.75,
723 cups-minimal-2.1.0, curl-7.45.0, dbus-1.10.0, dbus-1.10.0.a, ddrescue-1.20,
724 dmd-0.2.01, docbook-xml-4.4, docbook-xml-4.5, dosfstools-3.0.28,
725 e2fsck-static-1.42.13, e2fsprogs-1.42.13, efl-1.15.2, eigen-3.2.6,
726 elementary-1.15.2, emotion-generic-players-1.15.0, enlightenment-0.19.12,
727 eudev-3.1.5, evas-generic-loaders-1.15.0, feh-2.14, ffmpeg-2.8, fish-2.2.0,
728 flint-2.5.2, fontconfig-2.11.94, freeglut-3.0.0, freeimage-3.17.0,
729 freeipmi-1.4.11, gcc-4.9.3, gcc-4.9.3, gcc-4.9.3, gcc-5.2.0,
730 gcc-toolchain-5.2.0, gcj-4.9.3, gdb-7.10, gdk-pixbuf-2.32.1, geiser-0.8.1,
731 gettext-0.19.6, ghc-7.10.2, ghc-hashable-1.2.3.3, ghc-http-4000.2.20,
732 ghc-mtl-2.2.1, ghc-network-2.6.2.1, ghc-network-uri-2.6.0.3,
733 ghc-primitive-0.6.1.0, ghc-quickcheck-2.8.1, ghc-syb-0.6, ghc-text-1.2.1.3,
734 ghc-vector-0.11.0.0, giflib-5.1.1, git-2.5.0, git-manpages-2.5.0,
735 git-modes-1.2.0, glib-2.46.1, glib-networking-2.46.1, glibc-2.22,
736 glibc-locales-2.22, glibc-stripped-tarball-2.22, glibc-utf8-locales-2.22,
737 glibmm-2.46.1, global-6.5.1, glpk-4.56, gnome-desktop-3.16.2,
738 gnome-themes-standard-3.16.2, gnu-pw-mgr-1.6, gnumach-headers-1.6,
739 gnupg-2.1.9, gnurl-7.45.0, gnutls-3.4.5, gobject-introspection-1.46.0,
740 gp2c-0.0.9pl3, graphite2-1.3.3, graphviz-2.38.0,
741 gsettings-desktop-schemas-3.18.0, gsl-2.0, gst-libav-1.6.1,
742 gst-plugins-base-1.6.1, gst-plugins-good-1.6.1, gst-plugins-ugly-1.6.1,
743 gstreamer-1.6.1, gtk+-3.18.2, gtkmm-3.18.0, guile-ssh-0.8.0, guitarix-0.33.0,
744 guix-0.8.3, guix-0.8.3.b485f75, harfbuzz-1.0.5, help2man-1.47.2,
745 hurd-headers-0.7, ibus-1.5.11, icecat-38.3.0-gnu1, icedtea6-1.13.8,
746 icedtea7-2.6.2, imagemagick-6.9.2-1, intltool-0.51.0, json-glib-1.0.4,
747 leptonica-1.72, less-481, libbluray-0.9.0, libcap-2.24, libdrm-2.4.65,
748 libdvdcss-1.3.99, libedit-20150325-3.1, libgcrypt-1.6.3, libgsf-1.14.34,
749 libidn-1.32, libinput-0.21.0, libmicrohttpd-0.9.45, libmtp-1.1.9,
750 libotr-4.1.0, libpcap-1.7.4, libpciaccess-0.13.4, libqtxdg-1.2.0,
751 librsvg-2.40.11, libsigc++-2.6.1, libsoup-2.52.1, libssh-0.6.5, libtiff-4.0.5,
752 libtorrent-0.13.6, libva-1.6.1, lilypond-2.19.27, links-2.12,
753 linux-libre-4.2.5, linux-pam-1.2.1, lirc-0.9.3, llvm-3.6.2, lua-5.2.3,
754 lzo-2.09, magit-2.3.0, mesa-11.0.3, mesa-headers-11.0.3, mig-1.6,
755 minetest-0.4.13, mosh-1.2.5, mpg123-1.22.4, mplayer-1.2, mpv-0.11.0,
756 mu-0.9.13, mutt-1.5.24, ncdu-1.11, ncmpcpp-0.6.7, ncurses-6.0, node-0.12.7,
757 notmuch-0.20.2, ntp-4.2.8p4, ocaml-4.02.3, offlineimap-6.5.7, openblas-0.2.15,
758 openjpeg-2.1.0, openldap-2.4.42, openssh-7.0p1, orc-0.4.24, pango-1.38.1,
759 pangomm-2.38.1, parallel-20151022, pavucontrol-3.0,
760 pbtranscript-tofu-2.2.3.8f5467fe6, pciutils-3.3.1, perf-4.2.5,
761 perl-xml-parser-2.44, pixman-0.32.8, poppler-0.37.0, powertop-2.7,
762 python-cffi-1.2.1, python-dateutil-2.2, python-fixtures-1.3.1,
763 python-ipython-3.2.1, python-pyflakes-0.9.2, python-pygobject-3.18.0,
764 python-pyqt-4.11.4, python-pyqt-5.5, python-requests-2.8.0,
765 python-scipy-0.16.0, python-setuptools-18.3.1, python-sip-4.16.9,
766 python-six-1.9.0, python2-cffi-1.2.1, python2-dateutil-2.2,
767 python2-fixtures-1.3.1, python2-ipython-3.2.1, python2-pygobject-3.18.0,
768 python2-pyqt-4.11.4, python2-pyqt-5.5, python2-requests-2.8.0,
769 python2-scipy-0.16.0, python2-setuptools-18.3.1, python2-sip-4.16.9,
770 python2-six-1.9.0, qemu-2.4.0.1, qemu-headless-2.4.0.1, qpdf-5.1.3,
771 qsynth-0.4.0, qt-5.5.1, r-3.2.2, racket-6.2.1, ratpoison-1.4.8, readline-6.3,
772 retroarch-1.2.2, ripperx-2.8.0, rtorrent-0.9.6, ruby-2.2.3, ruby-arel-6.0.3,
773 ruby-bacon-1.2.0, ruby-i18n-0.7.0, samtools-1.2, sfarklib-2.24, sfml-2.3.2,
774 shadow-4.2.1, sipwitch-1.9.14, sqlite-3.8.11.1, subversion-1.8.14,
775 synergy-1.7.4, tcl-8.6.4, tcpdump-4.7.4, teckit-2.5.4, terminology-0.9.1,
776 texlive-2015, texlive-bin-2015, texlive-texmf-2015, tiled-0.13.1, tk-8.6.4,
777 tmux-2.0, tor-0.2.6.10, ucommon-6.6.2, units-2.12, util-linux-2.27,
778 vala-0.30.0, valgrind-3.11.0, vlc-2.2.1, webkitgtk-2.8.5, weechat-1.3,
779 wine-1.7.52, wpa-supplicant-2.5, xapian-1.2.21, xterm-320,
780 youtube-dl-2015.11.01, zsh-5.1.1
781
782 ** Programming interfaces
783
784 *** Rewritten (gnu services) module; (gnu services …) modules adjusted
785 *** New Emacs development tools, see “Development” in the manual
786 *** (guix gexp) provides the declarative ‘computed-file’, ‘program-file’, etc.
787 *** New (guix upstream) module, for generalized upstream release tracking
788
789 ** Noteworthy bug fixes
790
791 *** Passwords in /etc/shadow are SHA512-hashed (http://bugs.gnu.org/21318)
792 *** daemon: Require a signature for imports made by root
793 (http://bugs.gnu.org/21354)
794 *** emacs: Fix guix-guile-program default value (http://bugs.gnu.org/21127)
795 *** Compressed initrds no longer include timestamps
796 *** Partly fix handling of encrypted root partitions
797 (http://bugs.gnu.org/19190)
798 *** Python now includes tkinter (http://bugs.gnu.org/20889)
799 *** Memoize the results of ‘package-with-python2’ (http://bugs.gnu.org/21675)
800 *** Use the daemon's substitute URLs by default (http://bugs.gnu.org/20217)
801 *** ‘guix system --no-grub’ works correctly for ‘init’ and ‘reconfigure’
802 (http://bugs.gnu.org/21068)
803
804 ** Native language support
805
806 *** Updated translations: da
807
808 * Changes in 0.8.3 (since 0.8.2)
809
810 ** Package management
811
812 *** New ‘guix edit’ and ‘guix size’ commands
813 *** New ‘--manifest’ option for ‘guix package’, for declarative profiles
814 *** Similarly, new ‘M-x guix-apply-manifest’ for the Emacs UI
815 *** Emacs support now includes completion for ‘guix’ commands in shell-mode
816 *** ‘guix package --search-paths’ now takes an optional argument
817 *** ‘guix environment --ad-hoc’ creates a custom development environment
818 *** New ‘--system’ option for ‘guix environment’
819 *** ‘guix environment’ defines $GUIX_ENVIRONMENT, useful to adjust ‘PS1’
820 *** New ‘--optimize’ and ‘--verify’ options to ‘guix gc’
821 *** ‘guix build --with-source’ can now be passed a directory
822 *** New ‘elpa’ importer for ‘guix import’
823 *** ‘guix import pypi’ determines the list of dependencies
824 *** New ‘--substitute-urls’ option for ‘guix build’ and other commands
825 *** ‘guix substitute’ can now alternate between different substitute URLs
826 *** New “Running Guix Before It Is Installed” section in the manual
827 *** Basic manual pages for the ‘guix’ commands are now shipped
828 *** Building the daemon now necessitates a C++11 compiler
829
830 ** Distribution
831
832 *** New ‘%base-user-accounts’ variable, for common system accounts
833 *** New ‘--on-error’ option for ‘guix system’
834 *** New ‘plain-file’ construct, for use in ‘operating-system’ declarations
835 *** ‘sudoers’ field of ‘operating-system’ renamed to ‘sudoers-file’
836 *** ‘sudoers-file’ and ‘hosts-file’ fields now take file-like objects
837 *** File systems under /sys/fs/cgroup are now mounted by default
838 *** Default compiler is now GCC 4.9.3 (was 4.8.4)
839 *** ARMv7 port now requires NEON
840 *** The disk footprint of a dozen key packages has been reduced
841
842 *** 179 new packages
843
844 adwaita-icon-theme, amule, aragorn, arpack-ng-openmpi, blast+, bundler,
845 camlp4, camlp5, clutter, clutter-gst, clutter-gtk, cogl, coq, couger, crda,
846 dealii, dealii-openmpi, devhelp, diamond, dunst, edirect, emacs-auctex,
847 emacs-mmm-mode, emacs-pdf-tools, eog, execline, exempi, fasttree, faust,
848 fizmo, gcr, git-modes, gnome-common, gnome-keyring, gnome-klotski,
849 gnu-c-manual, gnujump, gom, grilo, grilo-plugins, gst-plugins-ugly,
850 guile-emacs, guile-for-guile-emacs, guile-gdbm-ffi, guitarix, haskell-mode,
851 hevea, hmmer, hoedown, htslib, hydra, hydrogen, idr, libcmis, libiberty,
852 libmng, libmpeg2, libreoffice, libressl, librest, libstdc++, libstdc++-doc,
853 libstdc++-doc, libsvm, libtar, libx264, libxdg-basedir, lpsolve, lxappearance,
854 magit-svn, metabat, metis, mumps, mumps-metis, mumps-metis-openmpi,
855 mumps-openmpi, orfm, p4est, p4est-openmpi, perl-authen-sasl,
856 perl-catalyst-authentication-store-dbix-class,
857 perl-catalyst-plugin-authorization-roles, perl-data-stag, perl-gssapi,
858 perl-io-string, perl-net-smtp-ssl, perl-set-object, plink, powertabeditor,
859 preseq, prodigal, proof-general, pugixml, pv, python-click,
860 python-feedgenerator, python-flake8, python-gridmap, python-libsvm,
861 python-libxml2, python-mccabe, python-pandas, python-pep8, python-pep8,
862 python-psutil, python-pyflakes, python-pyflakes, python-pyzmq, python-redis,
863 python-rpy2, python-rq, python-scikit-image, python-seaborn, python2-click,
864 python2-fastlmm, python2-feedgenerator, python2-flake8, python2-gridmap,
865 python2-libxml2, python2-mccabe, python2-pandas, python2-pep8, python2-pep8,
866 python2-psutil, python2-pyflakes, python2-pysnptools, python2-pyzmq,
867 python2-redis, python2-rpy2, python2-rq, python2-scikit-image,
868 python2-seaborn, python2-warpedlmm, qsynth, randomjungle, rapidjson, raul, rc,
869 rhythmbox, rsem, rtmidi, ruby-arel, ruby-bacon, ruby-connection-pool,
870 ruby-daemons, ruby-git, ruby-minitest, ruby-minitest-bacon,
871 ruby-minitest-sprint, ruby-multipart-post, ruby-net-http-persistent,
872 ruby-rake-compiler, ruby-rspec, ruby-rspec-core, ruby-rspec-expectations,
873 ruby-rspec-mocks, ruby-slop, ruby-useragent, scalapack, seahorse, setbfree,
874 sfarklib, sfarkxtc, sfxr, skalibs, slepc, slepc-complex,
875 slepc-complex-openmpi, slepc-openmpi, sox, st, totem, wayland, wireless-regdb,
876 withershins, wxmaxima, xfce4-clipman-plugin, xmlsec, zita-resampler
877
878 *** 181 package updates
879
880 ardour-4.1-5aa834e, bash-4.3.39, bash-light-4.3.39, bedops-2.4.14,
881 bind-utils-9.10.2-P2, bison-3.0.4, bitlbee-3.4, boost-1.58.0, brasero-3.12.1,
882 calibre-2.29.0, catch-1.1.3, ccache-3.2.2, chibi-scheme-0.7.3, clang-3.6.0,
883 coreutils-8.24, cups-2.0.3, cups-filters-1.0.71, cups-minimal-2.0.3,
884 curl-7.43.0, datamash-1.0.7, dfu-programmer-0.7.2, duplicity-0.6.26, ed-1.12,
885 efl-1.14.2, eigen-3.2.5, elementary-1.14.2, emotion-generic-players-1.14.0,
886 enlightenment-0.19.5, evas-generic-loaders-1.14.0, evince-3.16.1, feh-2.13,
887 ffmpeg-2.7.1, freeipmi-1.4.9, freetype-2.6, gawk-4.1.3, gcal-4, gcc-5.2.0,
888 gcc-cross-arm-linux-gnueabihf-4.9.3, gcc-cross-mips64el-linux-gnuabi64-4.9.3,
889 gcc-cross-sans-libc-avr-4.9.3, gcc-cross-sans-libc-xtensa-elf-4.9.3,
890 gcc-objc++-4.8.5, gcc-objc-4.8.5, gcc-stripped-tarball-4.9.3,
891 gcc-toolchain-4.9.3, gcc-toolchain-4.9.3, gcc-toolchain-5.2.0, gccgo-4.8.5,
892 gcj-4.8.5, gdb-7.9.1, geoclue-2.2.0, gettext-0.19.5, gfortran-4.8.5,
893 gfortran-4.9.3, gfortran-4.9.3, girara-0.2.4, git-2.4.3, git-manpages-2.4.3,
894 global-6.5, gnu-pw-mgr-1.4, gnupg-2.1.6, gnutls-3.4.1, goffice-0.10.14,
895 gpgme-1.5.5, gtk+-3.16.3, gtkmm-3.16.0, guile-2.0.11, guile-2.0.11,
896 guile-reader-0.6.1, guile-sdl-0.5.2, guix-0.8.2, guix-0.8.2.72cd8ec,
897 gxmessage-3.4.3, harfbuzz-0.9.40, help2man-1.47.1, httpd-2.4.16, hwloc-1.10.1,
898 icecat-31.8.0-gnu1, imagemagick-6.9.1-3, inetutils-1.9.4, julia-0.3.10,
899 libassuan-2.2.1, libdvdnav-5.0.3, libdvdread-5.0.3, libetonyek-0.1.3,
900 libgpg-error-1.19, libidn-1.31, libksba-1.3.3, libmicrohttpd-0.9.42,
901 libmpdclient-2.10, libmwaw-0.3.5, libpipeline-1.4.0, libpsl-0.7.1,
902 librsvg-2.40.9, libunistring-0.9.6, libusb-1.0.19, libvpx-1.4.0, libwps-0.4.0,
903 libxml2-2.9.2, linux-libre-4.0.8, linux-libre-4.1.2, livestreamer-1.12.2,
904 lv2-1.12.0, magit-1.4.1, man-db-2.7.1, mariadb-10.0.20, maxima-5.36.1,
905 mdds-0.12.1, mpd-0.19.10, mpd-mpc-0.27, mpfr-3.1.3, mysql-5.6.25, nano-2.4.2,
906 ncmpc-0.24, ncmpcpp-0.6.5, nettle-3.1.1, ngs-java-1.1.1, ngs-sdk-1.1.1,
907 npth-1.2, nss-3.19.2, nss-certs-3.19.2, ntp-4.2.8p3, ocaml-4.02.1,
908 openblas-0.2.14, openjpeg-2.0.1, openjpeg-2.1.0, openmpi-1.8.5, openssh-6.9p1,
909 openssl-1.0.2d, parallel-20150622, pari-gp-2.7.4, pcre-8.37, perf-4.1.2,
910 petsc-3.6.0, petsc-complex-3.6.0, petsc-complex-openmpi-3.6.0,
911 petsc-openmpi-3.6.0, pinentry-0.9.5, pius-2.1.1, polkit-0.113,
912 postgresql-9.3.8, pspp-0.8.5, pt-scotch-6.0.4, pumpa-0.9.1, python-3.4.3,
913 python-dateutil-2.2, python-pillow-2.8.1, python-scikit-learn-0.16.1,
914 python2-dateutil-2.2, python2-pillow-2.8.1, python2-pygobject-3.16.1,
915 python2-pyqt-5.4, python2-scikit-learn-0.16.1, qemu-2.3.0,
916 qemu-headless-2.3.0, qt-5.4.2, r-3.2.1, readline-6.3, ruby-2.1.6, ruby-2.2.2,
917 samtools-1.2, scotch-6.0.4, screen-4.3.1, sharutils-4.15.2, sipwitch-1.9.8,
918 sqlite-3.8.10.2, star-2.4.2a, swig-3.0.5, synergy-1.7.3, sysfsutils-2.1.0,
919 talloc-2.1.2, texinfo-6.0, tor-0.2.6.8, ucommon-6.3.4, unrtf-0.21.9, vamp-2.6,
920 webkitgtk-2.8.3, which-2.21, xorriso-1.4.0, youtube-dl-2015.06.25,
921 zathura-0.3.3
922
923 ** Programming interfaces
924
925 *** New “package Reference” and “origin Reference” sections in the manual
926 *** New ‘emacs-build-system’, which mimics what package.el does
927 *** New (guix cpio) module, used to produce Linux initrds deterministically
928 *** New ‘clone’, ‘setns’, and ‘pivot_root’ bindings in (guix build syscalls)
929 *** New ‘dependencies’ field in <file-system>
930 *** New #:gem-flags parameter for ‘ruby-build-system’
931
932 *** monads: ‘foldm’, ‘mapm’, and ‘anym’ now take a list of regular values
933 *** monads: Allow n-ary ‘>>=’ expressions
934 ** Noteworthy bug fixes
935
936 *** Binary installation tarball now has files root-owned, with zeroed mtime
937 (<http://bugs.gnu.org/21101>)
938 *** GRUB background image is always available (<http://bugs.gnu.org/20591>)
939 *** ‘guix system’ catches references to non-existent user groups
940 (<http://bugs.gnu.org/20646>)
941 *** Ignore trailing components for ‘guix gc -d’ (<http://bugs.gnu.org/19757>)
942 *** ‘guix lint’ warns only when all the URIs are unreachable
943 *** ‘guix system init’ overwrites the items in the target store
944 (<http://bugs.gnu.org/20722>)
945 *** ‘guix-register’ performs deduplication even when --prefix is passed
946 (<http://bugs.gnu.org/19044>)
947 *** The ‘location’ of packages is no longer preserved by ‘inherit’
948 *** GuixSD installation image has udev rules for device-mapper
949 (<http://bugs.gnu.org/20791>)
950 *** Daemon distinguishes between “substitutable” and “offloadable” derivations
951 (<http://bugs.gnu.org/18747>)
952 *** Avoid infinite loop in ‘guix substitute’
953 *** ‘guix environment’ now returns the exit code of its command
954 *** ‘file-system’ declarations can now really use UUIDs
955 (<http://bugs.gnu.org/19778>)
956 *** Daemon preserves build user groups (<http://bugs.gnu.org/18994>)
957 *** Fix quadratic behavior when building packages with many propagated inputs
958 *** Tarballs for origins with patches/snippet are now build deterministically
959 *** Scalability issues in ‘guix publish’ have been fixed
960
961 ** Native language support
962
963 *** Updated translations: da, eo
964
965 * Changes in 0.8.2 (since 0.8.1)
966
967 ** Package management
968
969 *** New “binary tarball” installation method is available
970
971 See “Binary Installation” in the manual.
972
973 *** New ‘guix publish’ command, to publish one’s store
974
975 See “Invoking guix publish” in the manual.
976
977 *** ‘guix package’ runs “profile creation hooks” as needed
978
979 It creates X.509 certificate bundles in the profile’s etc/ssl directory, if
980 needed, generates a package database cache for GHC if the profile includes GHC
981 (the Haskell compiler), and generates an Info ‘dir’ file (this part was
982 already done before.)
983
984 *** ‘guix package’ creates an ‘etc/profile’ file in the profile
985
986 See “Invoking guix package” in the manual.
987
988 *** Commands understand version prefixes, such as ‘gcc-5’ for ‘gcc-5.1.0’
989
990 *** ‘guix package --search’ now sorts packages by name and version
991
992 *** Substitute information is now fetched using HTTP pipelining
993
994 Before that the “substituter” used threads. Using HTTP pipelining means that
995 resource consumption is reduced on both the client and server sides. As a
996 side effect, a progress report is displayed as substitute info is downloaded.
997
998 *** ‘guix package’ warns when a $GUIX_PACKAGE_PATH module cannot be loaded
999
1000 *** New ‘--sources’ option to ‘guix build’
1001
1002 *** New Bash completion file, installed in $sysconfdir/bash_completion.d
1003
1004 *** New ‘guix import hackage’ command
1005
1006 See “Invoking guix import” in the manual.
1007
1008 *** ‘guix lint’ supports FTP for the ‘source’ and ‘home-page’ checkers
1009
1010 *** ‘guix lint’ has a new ‘derivation’ checker
1011
1012 *** ‘guix import cpan’ better handles dependencies and licenses
1013
1014 *** Packages are now build in an environment with a UTF-8 locale
1015
1016 ** Distribution
1017
1018 *** C library's name service switch (NSS) is now fully configurable
1019
1020 See “Name Service Switch” in the manual.
1021
1022 *** New services: wicd, lirc, colord, upower, console-keymap, postgresql
1023
1024 *** Xorg service supports new drivers, such as Nouveau
1025
1026 *** lsh service has new options, initializes its seed by default
1027
1028 *** /etc/ssl symlink is created, for X.509 certificates
1029
1030 See “X.509 Certificates” in the manual.
1031
1032 *** ‘guix system’ reports duplicate service identifiers
1033
1034 *** New /etc/bashrc file that loads Bash completion when available
1035
1036 *** SLiM service uses sessions from /run/current-system/profile/share/xsessions
1037
1038 See “X Window” in the manual.
1039
1040 *** The Linux “YAMA” restricting policy on PTRACE_ATTACH is now disabled
1041
1042 *** /etc/shells now lists all the user accounts’ shells
1043
1044 *** /gnu/store is now remounted read-only, to avoid accidental modification
1045
1046 *** /etc/profile is sources each profile’s ‘etc/profile’ file
1047
1048 *** 718 new packages
1049
1050 aalib, aarddict, acpid, agg, aisleriot, alsa-modular-synth, ant, ardour,
1051 ardour, argtable, arpack-ng, aspell-dict-ru, aubio, audacity, avidemux,
1052 avidemux, azr3, bamtools, bash-completion, bedops, bind-utils, bluez, bool,
1053 brdf-explorer, bwa, calf, calibre, catch, ccl, chibi-scheme, chmlib,
1054 clalsadrv, clipper, clisp, clustal-omega, colord, colordiff, cpufrequtils,
1055 crossmap, csound, ctl, cunit, cutadapt, desktop-file-utils, djvulibre,
1056 dnsmasq, dosfstools, double-conversion, dovecot, ecl, efl, elementary,
1057 elogind, emacs-no-x, emotion-generic-players, enca, enlightenment,
1058 evas-generic-loaders, exim, express, extremetuxracer, faad2, fastx-toolkit,
1059 fcitx, fdupes, flexbar, fluidsynth, font-adobe-source-han-sans,
1060 font-wqy-zenhei, freepats, gambit-c, ganv, geda-gaf, geoclue, geocode-glib,
1061 ghc, ghc-case-insensitive, ghc-containers, ghc-fgl, ghc-hashable, ghc-http,
1062 ghc-hunit, ghc-mtl, ghc-network, ghc-network-uri, ghc-parallel, ghc-parsec,
1063 ghc-paths, ghc-primitive, ghc-quickcheck, ghc-random, ghc-split, ghc-stm,
1064 ghc-syb, ghc-text, ghc-tf-random, ghc-unordered-containers, ghc-vector,
1065 ghc-zlib, girara, gitolite, glib-networking, glibc-locales,
1066 glibc-utf8-locales, glibc-utf8-locales, glm, gnome-mines,
1067 gnome-settings-daemon, gnome-terminal, gnucash, gnugo, grit, gst-libav,
1068 guile-minikanren, guile-reader, hdparm, hisat, htseq, htsjdk, hunspell,
1069 hyphen, i2c-tools, ibus, icecast, icedtea6, icedtea7, ilmbase, ir, isync,
1070 ixion, jack2, jalv, jansson, jemalloc, julia, key-mon, ladspa, lash,
1071 leptonica, liba52, libabw, libaio, libass, libavc1394, libbluray, libbs2b,
1072 libcaca, libcap-ng, libcdio-paranoia, libcdr, libdca, libdv, libdvdcss,
1073 libe-book, libedit, libepoxy, libetonyek, libexttextcat, libffcall,
1074 libfreehand, libgnomecanvasmm, libgtextutils, libgweather, libical,
1075 libiec61883, libinput, liblo, libmodplug, libmspack, libmspub, libmtp,
1076 libmwaw, libodfgen, libpagemaker, libqtxdg, libquvi, libquvi-scripts,
1077 libraw1394, librecad, librep, librevenge, libsbsms, libsecret, libshout,
1078 libsoup, libsrtp, libtocc, libungif, libva, libvisio, libwacom, libwebp,
1079 libwpd, libwpg, libwps, libxklavier, libxmp, libyaml, lilv, lilypond, lirc,
1080 livestreamer, ltrace, lv2, lv2-mda-epiano, lv2-mda-piano, lvtk, macs, mariadb,
1081 markdown, mdadm, mdds, mesa-headers, mesa-utils, miredo, miso, moreutils,
1082 mpd-mpc, mpdscribble, mplayer2, mpv, muparser, mythes, ncbi-vdb, ngircd,
1083 ngs-java, ngs-sdk, npth, nss-certs, openblas, openexr, openlibm, openntpd,
1084 openspecfun, openvpn, orc, orcus, p11-kit, patchage, pbtranscript-tofu, pcb,
1085 perl-algorithm-c3, perl-algorithm-diff, perl-aliased,
1086 perl-apache-logformat-compiler, perl-appconfig, perl-b-hooks-endofscope,
1087 perl-base, perl-bit-vector, perl-boolean, perl-cache-cache,
1088 perl-cache-fastmmap, perl-capture-tiny, perl-carp-assert,
1089 perl-carp-assert-more, perl-carp-clan, perl-catalyst-action-renderview,
1090 perl-catalyst-action-rest, perl-catalyst-component-instancepercontext,
1091 perl-catalyst-devel, perl-catalyst-dispatchtype-regex,
1092 perl-catalyst-model-dbic-schema, perl-catalyst-plugin-accesslog,
1093 perl-catalyst-plugin-authentication, perl-catalyst-plugin-captcha,
1094 perl-catalyst-plugin-configloader, perl-catalyst-plugin-session,
1095 perl-catalyst-plugin-session-state-cookie,
1096 perl-catalyst-plugin-session-store-fastmmap, perl-catalyst-plugin-stacktrace,
1097 perl-catalyst-plugin-static-simple, perl-catalyst-runtime,
1098 perl-catalyst-traitfor-request-proxybase, perl-catalyst-view-download,
1099 perl-catalyst-view-json, perl-catalyst-view-tt,
1100 perl-catalystx-component-traits, perl-catalystx-roleapplicator,
1101 perl-catalystx-script-server-starman, perl-cgi-simple, perl-cgi-struct,
1102 perl-class-accessor, perl-class-accessor-chained, perl-class-accessor-grouped,
1103 perl-class-c3, perl-class-c3-adopt-next, perl-class-c3-componentised,
1104 perl-class-data-inheritable, perl-class-date, perl-class-factory-util,
1105 perl-class-inspector, perl-class-load, perl-class-load-xs,
1106 perl-class-method-modifiers, perl-class-methodmaker, perl-class-singleton,
1107 perl-class-tiny, perl-class-unload, perl-class-xsaccessor, perl-common-sense,
1108 perl-compress-raw-bzip2, perl-compress-raw-zlib, perl-config-any,
1109 perl-config-autoconf, perl-config-general, perl-context-preserve,
1110 perl-cpan-meta, perl-cpan-meta-check, perl-cpan-meta-requirements,
1111 perl-cpan-meta-yaml, perl-cpanel-json-xs, perl-crypt-randpasswd,
1112 perl-data-dump, perl-data-dumper-concise, perl-data-optlist, perl-data-page,
1113 perl-data-stream-bulk, perl-data-tumbler, perl-data-visitor, perl-date-calc,
1114 perl-date-calc-xs, perl-datetime, perl-datetime-event-ical,
1115 perl-datetime-event-recurrence, perl-datetime-format-builder,
1116 perl-datetime-format-flexible, perl-datetime-format-http,
1117 perl-datetime-format-ical, perl-datetime-format-natural,
1118 perl-datetime-format-strptime, perl-datetime-locale, perl-datetime-set,
1119 perl-datetime-timezone, perl-datetimex-easy, perl-dbd-pg, perl-dbix-class,
1120 perl-dbix-class-cursor-cached, perl-dbix-class-introspectablem2m,
1121 perl-dbix-class-schema-loader, perl-devel-caller, perl-devel-checkbin,
1122 perl-devel-globaldestruction, perl-devel-lexalias, perl-devel-overloadinfo,
1123 perl-devel-partialdump, perl-devel-stacktrace, perl-devel-stacktrace-ashtml,
1124 perl-devel-symdump, perl-digest-hmac, perl-digest-md5-file,
1125 perl-dist-checkconflicts, perl-email-abstract, perl-email-address,
1126 perl-email-date-format, perl-email-messageid, perl-email-mime,
1127 perl-email-mime-contenttype, perl-email-mime-encodings, perl-email-sender,
1128 perl-email-simple, perl-error, perl-eval-closure, perl-exception-class,
1129 perl-exporter-tiny, perl-extutils-config, perl-extutils-helpers,
1130 perl-extutils-installpaths, perl-file-changenotify, perl-file-copy-recursive,
1131 perl-file-find-rule, perl-file-find-rule-perl, perl-file-homedir,
1132 perl-file-remove, perl-file-sharedir, perl-file-sharedir-install,
1133 perl-file-slurp, perl-file-temp, perl-gd, perl-gd-securityimage,
1134 perl-getopt-long-descriptive, perl-hash-merge, perl-hash-multivalue,
1135 perl-html-form, perl-html-lint, perl-html-tree, perl-http-body,
1136 perl-http-cookiejar, perl-http-parser, perl-http-parser-xs,
1137 perl-http-request-ascgi, perl-http-server-simple, perl-http-tiny,
1138 perl-image-magick, perl-import-into, perl-inc-latest, perl-io-compress,
1139 perl-io-interactive, perl-io-socket-ip, perl-io-stringy, perl-ipc-run,
1140 perl-ipc-sharelite, perl-json, perl-json-any, perl-json-maybexs, perl-json-xs,
1141 perl-lingua-en-findnumber, perl-lingua-en-inflect,
1142 perl-lingua-en-inflect-number, perl-lingua-en-inflect-phrase,
1143 perl-lingua-en-number-isordinal, perl-lingua-en-tagger,
1144 perl-lingua-en-words2nums, perl-lingua-pt-stemmer, perl-lingua-stem,
1145 perl-lingua-stem-fr, perl-lingua-stem-it, perl-lingua-stem-ru,
1146 perl-lingua-stem-snowball-da, perl-list-allutils, perl-list-moreutils,
1147 perl-lwp-protocol-https, perl-lwp-useragent-determined,
1148 perl-memoize-expirelru, perl-mime-types, perl-module-build,
1149 perl-module-build-tiny, perl-module-find, perl-module-implementation,
1150 perl-module-install, perl-module-runtime, perl-module-runtime-conflicts,
1151 perl-module-scandeps, perl-module-util, perl-moo, perl-moose,
1152 perl-moosex-emulate-class-accessor-fast, perl-moosex-getopt,
1153 perl-moosex-markasmethods, perl-moosex-methodattributes, perl-moosex-nonmoose,
1154 perl-moosex-params-validate, perl-moosex-relatedclassroles,
1155 perl-moosex-role-parameterized, perl-moosex-role-withoverloading,
1156 perl-moosex-semiaffordanceaccessor, perl-moosex-strictconstructor,
1157 perl-moosex-traits-pluggable, perl-moosex-types, perl-moosex-types-datetime,
1158 perl-moosex-types-datetime-morecoercions, perl-moosex-types-loadableclass,
1159 perl-moox-types-mooselike, perl-mro-compat, perl-namespace-autoclean,
1160 perl-namespace-clean, perl-net-amazon-s3, perl-net-server,
1161 perl-number-compare, perl-object-signature, perl-package-anon,
1162 perl-package-deprecationmanager, perl-package-stash, perl-package-stash-xs,
1163 perl-padwalker, perl-par-dist, perl-params-util, perl-params-validate,
1164 perl-parent, perl-parse-cpan-meta, perl-path-class, perl-plack,
1165 perl-plack-middleware-fixmissingbodyinredirect,
1166 perl-plack-middleware-methodoverride,
1167 perl-plack-middleware-removeredundantbody, perl-plack-middleware-reverseproxy,
1168 perl-plack-test-externalserver, perl-pod-coverage,
1169 perl-posix-strftime-compiler, perl-readonly, perl-role-tiny, perl-safe-isa,
1170 perl-scalar-list-utils, perl-scope-guard, perl-set-infinite, perl-set-scalar,
1171 perl-snowball-norwegian, perl-snowball-swedish, perl-spiffy,
1172 perl-sql-abstract, perl-sql-splitstatement, perl-sql-tokenizer,
1173 perl-stream-buffered, perl-strictures, perl-string-camelcase,
1174 perl-string-rewriteprefix, perl-string-toidentifier-en, perl-sub-exporter,
1175 perl-sub-exporter-progressive, perl-sub-identify, perl-sub-install,
1176 perl-sub-name, perl-sub-uplevel, perl-svg, perl-sys-hostname-long,
1177 perl-task-weaken, perl-template-timer, perl-template-toolkit,
1178 perl-term-encoding, perl-term-progressbar, perl-term-progressbar-quiet,
1179 perl-term-progressbar-simple, perl-term-readkey, perl-test-base,
1180 perl-test-cleannamespaces, perl-test-differences, perl-test-directory,
1181 perl-test-exception, perl-test-fatal, perl-test-harness, perl-test-leaktrace,
1182 perl-test-longstring, perl-test-mockobject, perl-test-mocktime,
1183 perl-test-most, perl-test-output, perl-test-pod, perl-test-pod-coverage,
1184 perl-test-requires, perl-test-sharedfork, perl-test-tcp, perl-test-trap,
1185 perl-test-utf8, perl-test-warn, perl-test-warnings, perl-test-without-module,
1186 perl-test-writevariants, perl-test-www-mechanize,
1187 perl-test-www-mechanize-catalyst, perl-test-www-mechanize-psgi,
1188 perl-test-yaml, perl-text-aligner, perl-text-balanced, perl-text-csv,
1189 perl-text-diff, perl-text-german, perl-text-glob, perl-text-simpletable,
1190 perl-text-table, perl-text-unidecode, perl-throwable, perl-tie-ixhash,
1191 perl-tie-toobject, perl-time-duration, perl-time-duration-parse,
1192 perl-time-local, perl-time-mock, perl-timedate, perl-tree-simple,
1193 perl-tree-simple-visitorfactory, perl-try-tiny, perl-types-serialiser,
1194 perl-universal-can, perl-universal-isa, perl-uri-find, perl-uri-ws,
1195 perl-variable-magic, perl-www-mechanize, perl-xml-libxml,
1196 perl-xml-namespacesupport, perl-xml-sax, perl-xml-sax-base, perl-yaml,
1197 perl-yaml-tiny, ploticus, polipo, portaudio, pumpa, python-apsw,
1198 python-biopython, python-cssselect, python-dbus, python-decorator,
1199 python-drmaa, python-h5py, python-lxml, python-netifaces, python-networkx,
1200 python-pyxdg, python-pyyaml, python-requests, python-scikit-learn,
1201 python-singledispatch, python-sphinx-rtd-theme, python-sympy, python-testlib,
1202 python-tornado, python-urwid, python-waf, python2-apsw,
1203 python2-backport-ssl-match-hostname, python2-biopython, python2-bx-python,
1204 python2-cssselect, python2-cssutils, python2-dbus, python2-decorator,
1205 python2-drmaa, python2-h5py, python2-lxml, python2-netifaces,
1206 python2-networkx, python2-pbcore, python2-pil, python2-pybedtools,
1207 python2-pycairo, python2-pyxdg, python2-pyyaml, python2-rdflib, python2-rsvg,
1208 python2-scikit-learn, python2-singledispatch, python2-six,
1209 python2-sphinx-rtd-theme, python2-sympy, python2-testlib, python2-tornado,
1210 python2-urwid, python2-waf, python2-xlib, quvi, r, rdesktop, recode, rep-gtk,
1211 rseqc, rsound, rubberband, ruby-hoe, rxvt-unicode, s2tc, sawfish, sbcl, seqan,
1212 serd, serf, sfml, shogun, sloccount, smartmontools, snakemake, soil, solfege,
1213 sord, soundtouch, soxr, sra-tools, sratom, srt2vtt, star, starman, stow,
1214 subread, suil, suitesparse, swt, sysfsutils, sysfsutils, taskwarrior, tbb,
1215 terminology, tesseract-ocr, texlive-bin, texlive-texmf, the-silver-searcher,
1216 tidy, tig, timidity++, tocc, totem-pl-parser, tree, tuxguitar, tvtime,
1217 twolame, txt2man, unqlite, upower, utf8proc, vamp, vapoursynth, vcftools,
1218 vigra, wavpack, webkitgtk, webkitgtk, weex, wicd, wpa-supplicant-light,
1219 wxwidgets, wxwidgets, xbindkeys, xcape, xdg-utils, xf86-input-libinput,
1220 xf86-input-wacom, xf86-video-nouveau, xfce, xmp, xosd, xournal, xvid, zathura,
1221 zathura-cb, zathura-djvu, zathura-pdf-poppler, zathura-ps, zeromq,
1222 zita-alsa-pcmi, zita-convolver
1223
1224 *** 189 package updates
1225
1226 acpica-20150410, apl-1.5, apr-1.5.2, arb-2.3.0, at-spi2-atk-2.16.0,
1227 at-spi2-core-2.16.0, atk-2.16.0, autogen-5.18.5, bison-3.0.4, boost-1.57.0,
1228 cairo-1.14.2, ccrtp-2.1.2, check-0.9.14, clang-3.6.0, cmake-3.2.2,
1229 complexity-1.2, cups-filters-1.0.68, curl-7.42.1, dbus-1.8.16,
1230 dbus-glib-0.104, dejagnu-1.5.3, docbook-xml-4.4, docbook-xml-4.5,
1231 e2fsck-static-1.42.12, e2fsprogs-1.42.12, ed-1.11, eigen-3.2.4,
1232 elfutils-0.161, emacs-24.5, emacs-no-x-toolkit-24.5, exo-0.10.3, ffmpeg-2.6.2,
1233 fish-2.1.2, flac-1.3.1, flint-2.4.5, fltk-1.3.3, freetype-2.5.5, garcon-0.4.0,
1234 gcc-5.1.0, gcc-toolchain-5.1.0, gdb-7.9, geiser-0.7, glib-2.44.0, glibc-2.21,
1235 glibc-2.21, glibc-stripped-tarball-2.21, glibmm-2.44.0, global-6.4,
1236 gnome-desktop-3.16.0, gnome-icon-theme-3.12.0, gnome-themes-standard-3.16.0,
1237 gnu-pw-mgr-1.3, gnubik-2.4.2, gnumach-headers-1.5, gnunet-0.10.1,
1238 gnupg-1.4.19, gnupg-2.0.27, gnupg-2.1.4, gnutls-3.4.0,
1239 gobject-introspection-1.44.0, gpgme-1.5.4, gsettings-desktop-schemas-3.16.0,
1240 gst-plugins-base-1.4.5, gst-plugins-good-1.4.5, gstreamer-1.4.5, gtk+-3.16.2,
1241 gtkmm-2.24.4, gtkmm-3.16.0, guile-ssh-0.7.2, guix-0.8.1, guix-0.8.1.fc34dee,
1242 help2man-1.46.6, httpd-2.4.12, hurd-headers-0.6, icecat-31.6.0-gnu1,
1243 icu4c-55.1, imagemagick-6.9.0-4, imlib2-1.4.7, inetutils-1.9.3, inkscape-0.91,
1244 isc-dhcp-4.3.1, itstool-2.0.2, kbd-2.0.2, libgcrypt-1.6.3, libgpg-error-1.18,
1245 libidn-1.30, libltdl-2.4.6, libmicrohttpd-0.9.40, libmikmod-3.3.7,
1246 libotr-4.1.0, libsigc++-2.4.1, libtasn1-4.5, libtool-2.4.6,
1247 libunistring-0.9.5, libuv-1.4.2, libvorbis-1.3.5, libxfce4ui-4.12.0,
1248 libxfce4util-4.12.1, libxfont-1.5.1, lightning-2.1.0, linux-libre-4.0.2,
1249 linux-libre-headers-3.14.37, llvm-3.6.0, lua-5.2.3, man-pages-3.82,
1250 mesa-10.5.4, mig-1.5, minetest-0.4.12, moe-1.7, mpc-1.0.3, mpd-0.19.9,
1251 mu-0.9.12, nano-2.4.1, ncmpcpp-0.6.2, nettle-3.1, nginx-1.8.0, node-0.12.2,
1252 notmuch-0.19, nspr-4.10.8, nss-3.18, ntp-4.2.8p2, ocrad-0.25, octave-3.8.2,
1253 openconnect-7.05, openjpeg-2.0.1, openjpeg-2.1.0, openldap-2.4.40,
1254 openssh-6.8p1, openssl-1.0.2a, pangomm-2.36.0, parallel-20150422,
1255 pari-gp-2.7.3, patch-2.7.5, perf-4.0.2, perl-libwww-6.13, perl-net-http-6.07,
1256 perl-net-ssleay-1.68, perl-test-simple-1.001014, perl-uri-1.67,
1257 pinentry-0.9.0, pius-2.0.11, podofo-0.9.3, poppler-0.32.0, postgresql-9.3.6,
1258 pulseaudio-6.0, python-3.4.3, python-pillow-2.7.0, python-pygobject-3.16.1,
1259 python-setuptools-12.1, python-wrapper-3.4.3, python2-dateutil-2.2,
1260 python2-pillow-2.7.0, python2-pygobject-3.16.1, python2-setuptools-12.1,
1261 qt-5.4.1, ruby-2.2.2, samba-3.6.25, scons-2.3.4, sdl2-2.0.3, sharutils-4.15.1,
1262 sipwitch-1.9.7, slock-1.2, source-highlight-3.1.8, sqlite-3.8.9,
1263 subversion-1.8.13, texinfo-5.2, thunar-1.6.6, thunar-volman-0.8.1,
1264 tor-0.2.5.12, tumbler-0.1.31, tzdata-2015c, ucommon-6.3.1, vala-0.28.0,
1265 valgrind-3.10.1, vlc-2.2.0, vte-0.40.0, wget-1.16.3, wine-1.7.40,
1266 wpa-supplicant-2.4, xboard-4.8.0, xfce4-appfinder-4.12.0, xfce4-panel-4.12.0,
1267 xfce4-session-4.12.0, xfce4-settings-4.12.0, xfconf-4.12.0, xfdesktop-4.12.0,
1268 xfwm4-4.12.0, xorg-server-1.16.4, xterm-317
1269
1270 ** Programming interfaces
1271
1272 *** New (guix build gremlin) to parse and validate ELF dynamic link info
1273
1274 *** (guix build-system gnu) has a new ‘validate-runpath’ phase
1275
1276 This phase reads the dynamic entries of ELF files and reports libraries listed
1277 as NEEDED that are not found in the RUNPATH.
1278
1279 *** New (gnu services desktop) module and ‘%desktop-services’ variable
1280
1281 *** New (guix cvs-download) module, for CVS checkouts
1282
1283 *** New (guix build-system waf) module, for the Waf build system
1284
1285 *** New (guix build-system haskell) module, to build Haskell packages
1286
1287 *** (guix build-system gnu) now supports zip archives
1288
1289 *** New convenience syntax ‘modify-phases’ added in (guix build utils)
1290
1291 *** The ‘ld’ wrapper more finely determines whether to use ‘-rpath’
1292
1293 *** (guix gexp) exports ‘gexp-input’ to describe input unambiguously
1294
1295 *** The ‘define-gexp-compiler’ form allows (guix gexp) to be extended
1296
1297 *** New ‘local-file’ constructor exported by (guix gexp)
1298
1299 ** Noteworthy bug fixes
1300
1301 *** Profiles created with ‘guix package -p’ as indirect GC roots
1302
1303 Before that they were made permanent GC roots–i.e., uncollectable.
1304
1305 *** ‘guix package’ distinguishes downgrades from upgrades
1306
1307 *** Handle HTTP redirects to relative URI references
1308 (<http://bugs.gnu.org/19840>)
1309
1310 *** Downloads now honor the ‘http_proxy’ environment variable
1311 (<http://bugs.gnu.org/20402>)
1312
1313 *** ‘--no-*’ options are now always correctly handled
1314 (<http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00702.html>)
1315
1316 *** SLiM no longer leaks open file descriptors
1317
1318 *** Don't compare <pam-service> objects with 'equal?'
1319 (<http://bugs.gnu.org/20037>)
1320
1321 *** x86_64 and i686 bootstrap binaries updated (<http://bugs.gnu.org/19780>)
1322
1323 *** ‘find-files’ no longer follows symlinks (<http://bugs.gnu.org/20081>)
1324
1325 *** libc message catalog (‘libc.mo’) is now installed
1326
1327 *** libstdc++ has appropriate RUNPATH (<http://bugs.gnu.org/20358>)
1328
1329 *** ‘dhcp-client-service’ now correctly tracks dhclient’s PID
1330
1331 ** Native language support
1332
1333 *** New translations: da (Danish)
1334
1335 *** Updated translations: eo
1336
1337 * Changes in 0.8.1 (since 0.8)
1338
1339 ** Package management
1340
1341 *** New ‘--share’ and ‘--expose’ options for ‘guix system vm’
1342
1343 See “Invoking guix system” in the manual.
1344
1345 *** Emacs mode now automatically loads newly installed Emacs packages
1346
1347 See “Emacs Initial Setup” in the manual.
1348
1349 *** ‘guix-daemon’ now defaults to ‘--cores=0 --jobs=1’
1350
1351 In other words, at any given time, only one derivation is being built or
1352 substituted, and it can use as many cores as available. Before, there could
1353 be N derivations using N cores, which was obviously not desirable.
1354
1355 *** Command-line tools support the ‘GUIX_BUILD_OPTIONS’ environment variable
1356
1357 See “Invoking guix build” in the manual.
1358
1359 *** ‘guix environment’ is faster
1360
1361 *** New ‘--recursive’ option for ‘guix archive’
1362
1363 See “Invoking guix archive” in the manual.
1364
1365 *** Missing patches required by a package definition are gracefully reported
1366
1367 *** ‘guix lint’ supports additional checkers
1368
1369 The new checkers are ‘gnu-description’, ‘home-page’, and ‘source’.
1370 See “Invoking guix lint” in the manual.
1371
1372 *** New CPAN importer for ‘guix import’
1373
1374 See “Invoking guix import” in the manual.
1375
1376 ** Distribution
1377
1378 *** USB installation image has more tools
1379
1380 Tools added since 0.8: wpa_supplicant, cryptsetup, and iw.
1381
1382 *** Linux kernel module dependencies are automatically handled
1383
1384 Before that, all the modules needed in the initrd would need to be explicitly
1385 listed, including their dependencies, and in topological order.
1386
1387 *** Font packages now all have a name starting with ‘font-’
1388
1389 See “Fonts” in the manual.
1390
1391 *** Shell startup files have been cleaned up
1392
1393 /etc/profile contains only environment variable definitions, which may also be
1394 used when running a different shell. The skeletons for user’s ‘.bash_profile’
1395 and ‘.bashrc’ files behave as documented in the Bash manual. Zsh is supported.
1396
1397 *** The ‘root’ account gets a copy of the account skeleton files
1398
1399 Before that, the skeleton files would only be copied to non-root accounts.
1400
1401 *** The name service cache daemon (nscd) is configurable
1402
1403 By default it aggressively caches host and service lookups. See “Base
1404 Services” in the manual.
1405
1406 *** Available locale definitions are now declared in ‘operating-system’
1407
1408 Before, the ‘glibc’ package would contain all the existing locales, as well as
1409 the ‘locale-archive’ file, amounting to 110 MiB. See “Locales” in the manual.
1410
1411 *** SLiM sessions are configurable
1412
1413 Pressing F1 in the SLiM graphical log-in screen allows users to choose among
1414 the pre-configured session types. See “X Window” in the manual.
1415
1416 *** Man pages and Info files are systematically gzip-compressed
1417
1418 *** ‘gnu-build-system’ ensures that documentation is in share/{man,info}
1419
1420 If a package installs to $prefix/{man,info}, this is automatically fixed to be
1421 $prefix/share/{man,info}.
1422
1423 *** ‘strip’ is invoked only on ELF files and ‘ar’ archives
1424
1425 *** ‘libtool’ and ‘libltdl’ are now separate packages
1426
1427 *** Emacs mode is readily usable on the Guix System Distribution
1428
1429 *** Substitutes are now enabled by default on freshly installed systems
1430 *** 164 new packages
1431
1432 abcde, astyle, avr-libc, bbdb, bedtools, bowtie, bullet, c-reduce, cd-discid,
1433 cgal, clang, claws-mail, cups, cups-filters, cups-minimal, dconf, delta,
1434 dmenu, eigen, emms, exo, fastjar, font-bitstream-vera, font-dejavu,
1435 font-gnu-freefont-ttf, font-liberation, font-terminus, fvwm, garcon,
1436 gcc-cross-arm-linux-gnueabihf, gcc-cross-sans-libc-avr, gcj, getmail,
1437 git-flow, git-manpages, git-test-sequence, glew, glulxe, gourmet,
1438 gst-plugins-good, gtk-xfce-engine, hexchat, ijs, iw, jack, json-glib,
1439 libdvdnav, libdvdread, libetpan, libevdev, libltdl, libtorrent, libupnp,
1440 libwnck, libwnck, libxfce4ui, libxfce4util, libxshmfence, libyubikey, llvm,
1441 lrdf, mg, mp3info, msmtp, ncftp, nginx, ninja, nss, openbox,
1442 perl-benchmark-timer, perl-clone, perl-digest-sha1, perl-exporter-lite,
1443 perl-file-which, perl-getopt-tabular, perl-ipc-run3, perl-probe-perl,
1444 perl-regexp-common, perl-sys-cpu, perl-test-deep, perl-test-nowarnings,
1445 perl-test-script, perl-test-simple, perl-test-tester, pflask,
1446 python-cairocffi, python-cffi, python-distutils-extra, python-html5lib,
1447 python-ipython, python-isodate, python-matplotlib, python-numpy,
1448 python-numpydoc, python-pillow, python-pycairo, python-pycparser,
1449 python-pygobject, python-pyparsing, python-pyqt, python-pysam, python-rdflib,
1450 python-scipy, python-sip, python-sqlalchemy, python-xcffib, python2-cairocffi,
1451 python2-cffi, python2-distutils-extra, python2-elib.intl, python2-html5lib,
1452 python2-ipython, python2-isodate, python2-matplotlib, python2-numpy,
1453 python2-numpydoc, python2-pillow, python2-py2cairo, python2-pycparser,
1454 python2-pygobject, python2-pygtk, python2-pyparsing, python2-pyqt,
1455 python2-pysam, python2-scipy, python2-sip, python2-sqlalchemy, python2-xcffib,
1456 qpdf, retroarch, rtorrent, samtools, shflags, slang, slock, socat,
1457 startup-notification, sxiv, taglib, telepathy-glib, thunar, thunar-volman,
1458 tre, tumbler, vala, vte, vte, wine, wmctrl, xclip, xdotool, xf86-video-geode,
1459 xfce4-appfinder, xfce4-battery-plugin, xfce4-panel, xfce4-session,
1460 xfce4-settings, xfce4-terminal, xfconf, xfdesktop, xfwm4, xinit, ykclient,
1461 zerofree
1462
1463 *** 222 package updates
1464
1465 apr-util-1.5.4, atk-2.15.3, automake-1.15, bash-4.3.33, bash-light-4.3.33,
1466 bdftopcf-1.0.4, binutils-2.25, binutils-static-stripped-tarball-2.25,
1467 cairo-1.12.18, cairomm-1.11.2, ccrtp-2.1.1, curl-7.40.0, dbus-1.8.12,
1468 dbus-glib-0.102, ddrescue-1.19, dri2proto-2.8, e2fsck-static-1.42.11,
1469 e2fsprogs-1.42.11, eudev-2.1.1, ffmpeg-2.5.3, file-5.22, fish-2.1.1,
1470 fontconfig-2.11.92, fontsproto-2.1.3, freeipmi-1.4.8,
1471 gcc-cross-mips64el-linux-gnuabi64-4.8.4, gcc-cross-sans-libc-xtensa-elf-4.8.4,
1472 gcc-objc++-4.8.4, gcc-objc-4.8.4, gcc-stripped-tarball-4.8.4, gccgo-4.8.4,
1473 gcl-2.6.12, gd-2.1.1, gdb-7.8.2, gdk-pixbuf-2.31.1, gettext-0.19.4,
1474 gfortran-4.8.4, ghostscript-9.14.0, ghostscript-with-x-9.14.0, gimp-2.8.14,
1475 git-2.2.1, glib-2.42.1, glibmm-2.42.0, global-6.3.3, glproto-1.4.17,
1476 gnutls-3.2.21, gobject-introspection-1.42.0, gp2c-0.0.9pl2, grep-2.21,
1477 groff-1.22.3, gss-1.0.3, gst-plugins-base-1.0.10, gtk+-3.14.7, gtkmm-3.14.0,
1478 guix-0.8, guix-0.8.4ad8789, help2man-1.46.4, iceauth-1.0.6, icu4c-54.1,
1479 inkscape-0.48.5, inputproto-2.3.1, lcms-2.6, lftp-4.6.1, libassuan-2.2.0,
1480 libcdio-0.93, libdmx-1.1.3, libdrm-2.4.58, libfontenc-1.1.2, libfs-1.0.6,
1481 libgcrypt-1.6.2, libgpg-error-1.17, libice-1.0.9, libjpeg-9a, libksba-1.3.2,
1482 libmicrohttpd-0.9.39, libnl-3.2.25, libpciaccess-0.13.2, libpeas-1.12.1,
1483 libpng-1.5.21, librsvg-2.40.6, libsm-1.2.2, libtasn1-4.2, libtool-2.4.5,
1484 libx11-1.6.2, libxau-1.0.8, libxaw-1.0.12, libxcb-1.11, libxcomposite-0.4.4,
1485 libxcursor-1.1.14, libxdamage-1.1.4, libxext-1.3.3, libxfixes-5.0.1,
1486 libxfont-1.5.0, libxft-2.3.2, libxi-1.7.4, libxinerama-1.1.3,
1487 libxkbcommon-0.5.0, libxmu-1.1.2, libxp-1.0.2, libxpm-3.5.11, libxrandr-1.4.2,
1488 libxrender-0.9.8, libxres-1.0.7, libxt-1.1.4, libxtst-1.2.2, libxv-1.0.10,
1489 libxvmc-1.0.8, libxxf86dga-1.1.4, libxxf86vm-1.1.3, linux-libre-3.18.4,
1490 lua-5.2.3, makedepend-1.0.5, mercurial-3.2.4, mesa-10.4.0, minetest-0.4.11,
1491 mkfontscale-1.1.1, neon-0.30.0, nix-1.8, ntp-4.2.8, ocrad-0.24,
1492 openjpeg-2.0.1, openssl-1.0.1k, pango-1.36.8, parallel-20150122,
1493 pari-gp-2.7.2, patchelf-0.8, pcre-8.36, perf-3.18.4, phonon-4.8.3,
1494 pixman-0.32.6, pkg-config-0.28, poppler-0.28.1, python-3.3.5,
1495 python-dateutil-2.2, python2-dateutil-2.2, qemu-2.2.0, qemu-headless-2.2.0,
1496 qt-5.4.0, racket-6.1.1, randrproto-1.4.0, raptor2-2.0.15, rasqal-0.9.33,
1497 rcs-5.9.4, ruby-2.1.5, sessreg-1.0.8, sipwitch-1.9.3, sqlite-3.8.7.4,
1498 tiled-0.11.0, tmux-1.9a, tzdata-2014j, ucommon-6.2.3, util-linux-2.25.2,
1499 util-macros-1.19.0, vera-1.22, videoproto-2.3.2, wget-1.16.1, xauth-1.0.9,
1500 xbacklight-1.2.1, xcb-proto-1.11, xcb-util-0.4.0, xcb-util-image-0.4.0,
1501 xcb-util-keysyms-0.4.0, xcb-util-renderutil-0.3.9, xcb-util-wm-0.4.1,
1502 xcursor-themes-1.0.4, xcursorgen-1.0.6, xdpyinfo-1.3.1, xev-1.2.1,
1503 xextproto-7.3.0, xf86-input-evdev-2.8.4, xf86-input-joystick-1.6.2,
1504 xf86-input-keyboard-1.8.0, xf86-input-mouse-1.9.1, xf86-input-synaptics-1.8.1,
1505 xf86-video-ark-0.7.5, xf86-video-ati-7.5.0, xf86-video-cirrus-1.5.2,
1506 xf86-video-fbdev-0.4.4, xf86-video-glint-1.2.8, xf86-video-i128-1.3.6,
1507 xf86-video-intel-2.21.15, xf86-video-mach64-6.9.4, xf86-video-mga-1.6.3,
1508 xf86-video-neomagic-1.2.8, xf86-video-nv-2.1.20, xf86-video-openchrome-0.3.3,
1509 xf86-video-r128-6.9.2, xf86-video-savage-2.3.7,
1510 xf86-video-siliconmotion-1.7.7, xf86-video-sis-0.10.7,
1511 xf86-video-suncg6-1.1.2, xf86-video-sunffb-1.2.2, xf86-video-tdfx-1.4.5,
1512 xf86-video-tga-1.2.2, xf86-video-trident-1.3.6, xf86-video-vesa-2.3.3,
1513 xf86-video-vmware-13.0.2, xf86-video-voodoo-1.2.5, xhost-1.0.6, xinput-1.6.1,
1514 xkbcomp-1.3.0, xkbutils-1.0.4, xkeyboard-config-2.13, xkill-1.0.4,
1515 xlockmore-5.45, xlsclients-1.1.3, xmodmap-1.0.8, xnee-3.19,
1516 xorg-server-1.16.3, xprop-1.2.2, xproto-7.0.26, xrandr-1.4.3, xrdb-1.1.0,
1517 xrefresh-1.0.5, xset-1.2.3, xsetroot-1.1.1, xtrans-1.3.5, xvinfo-1.1.2,
1518 xwd-1.0.6, xwininfo-1.1.3, youtube-dl-2015.01.23.4, zsh-5.0.7
1519
1520 ** Programming interfaces
1521
1522 *** New (guix elf) and (gnu build linux-modules) modules
1523
1524 These provide resolution of Linux kernel module dependencies. See
1525 <https://lists.gnu.org/archive/html/guix-devel/2014-11/msg00670.html>.
1526
1527 *** ‘glib-or-gtk-build-system’ has been extended
1528
1529 It now handles GIO and XDG themes, takes care of generating the icon cache,
1530 and has a new #:glib-or-gtk-wrap-excluded-outputs parameter.
1531
1532 *** ‘search-path-specification’ can now specify non-directory items
1533
1534 For example, the ‘search-path-specification’ attached to libxml2 specifies a
1535 file pattern, which allows all the ‘catalog.xml’ files to be added to the
1536 ‘XML_CATALOG_FILES’ environment variable.
1537
1538 *** (guix build syscalls) has more network-related procedures
1539
1540 ‘set-network-interface-flags’, ‘set-network-interface-address’,
1541 ‘network-interface-address’, and ‘configure-network-interface’ are ioctl
1542 bindings used by network-handling dmd services.
1543
1544 *** (guix monads) refactoring
1545
1546 ‘%store-monad’ is now in (guix store) and is an alias for the new
1547 ‘%state-monad’ provided by (guix monads). Monadic procedures dealing with the
1548 store, with derivations, and with packages have been moved from (guix monads)
1549 to (guix store), (guix derivations), and (guix packages). See “The Store
1550 Monad” in the manual.
1551
1552 *** (guix build utils) provides ‘parallel-job-count’
1553
1554 *** ‘wrap-program’ preserves the original argv[0]
1555
1556 *** New (guix sets) module
1557
1558 *** ‘define-record-type*’ now support “delayed” fields
1559
1560 ** Noteworthy bug fixes
1561
1562 *** X session is executed from a login shell (<http://bugs.gnu.org/19119>)
1563 *** grub.cfg is now a garbage-collector root (<http://bugs.gnu.org/19160>)
1564 *** Substituter progress report properly formatted
1565 (<http://bugs.gnu.org/19313>)
1566 *** Document permissions for /gnu/store (<http://bugs.gnu.org/19316>)
1567 *** Make sure config.go is newer than config.scm
1568 (<http://bugs.gnu.org/19317>)
1569 *** Emacs knows where to find its GLib schemas (<http://bugs.gnu.org/19138>)
1570 *** Adjust 'grub.cfg' to work on systems with a separate /boot
1571 (<http://bugs.gnu.org/19220>)
1572 *** Fix removal of next-to-last item in a profile
1573 (<http://lists.gnu.org/archive/html/guix-devel/2014-12/msg00292.html>)
1574 *** Apply patches with "patch --force" (<http://bugs.gnu.org/19402>)
1575 *** Extend ‘search-path-specification’ for libxml2-style use cases
1576 (<http://bugs.gnu.org/18033>)
1577 *** Search for patches under $GUIX_PACKAGE_PATH (<http://bugs.gnu.org/19364>)
1578 *** Use executables from the target inputs in 'patch-shebangs'
1579 (<http://bugs.gnu.org/18895>)
1580 *** guix-daemon now automatically creates '…/profiles/per-user'
1581 (<http://bugs.gnu.org/19315>)
1582 *** Make /etc/mtab a symlink to /proc/self/mounts
1583 (<http://bugs.gnu.org/19491>)
1584 *** Don't build the mips64el-linux-gnuabi64 cross-compiler on i686
1585 (<http://bugs.gnu.org/19598>)
1586 *** Read archive signatures as Latin-1 strings (<http://bugs.gnu.org/19610>)
1587 *** Raise an error for references to non-existent outputs
1588 (<http://bugs.gnu.org/19630>)
1589 *** Initialize libgcrypt before use (<http://bugs.gnu.org/19677>)
1590
1591 ** Native language support
1592
1593 *** New translations: fr (French), hu (Hungarian)
1594 *** Updated translation: eo, vi
1595
1596 * Changes in 0.8 (since 0.7)
1597
1598 ** Package management
1599
1600 *** New visual user interface in Emacs
1601
1602 See “Emacs Interface” in the manual.
1603
1604 *** New ‘guix environment’ command to produce development environment
1605
1606 See “Invoking guix environment” in the manual.
1607
1608 *** The ‘guix import’ command has been extended and documented
1609
1610 It can now import packages from pypi.python.org and from GNU.
1611 See “Invoking guix import” in the manual.
1612
1613 *** New ‘guix lint’ command, for use by Guix developers
1614
1615 See “Invoking guix lint” in the manual.
1616
1617 *** Packages can now be “grafted” with replacements of their dependencies
1618
1619 See “Security Updates” in the manual.
1620
1621 *** The distribution can be extended with ‘--load-path’ or $GUIX_PACKAGE_PATH
1622
1623 This allows users to maintain their own package definitions, and make them
1624 visible to the various user interfaces. See “Package Modules” in the manual.
1625
1626 *** ‘guix package’ better reports package upgrades
1627
1628 *** ‘guix package’ has a new ‘--switch-generation’ option
1629
1630 See “Invoking guix package” in the manual.
1631
1632 *** ‘guix-daemon’ has a new ‘--substitute-urls’ option
1633
1634 See “Invoking guix-daemon” in the manual.
1635
1636 ** Distribution
1637
1638 *** The stand-alone operating system now supports Linux mapped devices
1639
1640 See “Mapped Devices” in the manual.
1641
1642 *** New fields in ‘operating-system’ declarations, better documentation
1643
1644 New fields include ‘hosts-file’, ‘mapped-devices’, and ‘swap-devices’.
1645 See “operating-system Reference” in the manual.
1646
1647 *** New services: ‘dhcp-client-service’, ‘bitlbee-service’, ‘ntp-service’
1648
1649 See “Services” in the manual.
1650
1651 *** Free firmware can be loaded
1652
1653 This notably enables support for some Atheros-based WiFi devices (ath9k-htc.)
1654 See “operating-system Reference” in the manual.
1655
1656 *** ‘grub-configuration’ declarations can now specify a theme
1657
1658 See “GRUB Configuration” in the manual.
1659
1660 *** The ‘base-initrd’ now has a different signature
1661
1662 Existing uses in ‘operating-system’ declarations need to be updated. See
1663 “Initial RAM Disk” in the manual for details.
1664
1665 *** eudev is now used by default, instead of an old udev release
1666
1667 *** ‘guix system vm’ has a new ‘--full-boot’ option
1668
1669 See “Invoking guix system” in the manual.
1670
1671 *** The ‘file’ command is now part of the package build environment
1672
1673 Autoconf-generated ‘configure’ scripts for packages using Libtool use ‘file’
1674 to determine the target ABI, notably on MIPS, hence this change.
1675
1676 *** 162 new packages
1677
1678 abiword, acpica, adns, arb, ath9k-htc-firmware, atlas, avrdude, cppunit,
1679 dblatex, detox, dfu-programmer, dionysus, direvent, dmidecode, dri3proto,
1680 emacs-no-x-toolkit, emacs-w3m, emacs-wget, enchant, eudev, feh, flashrom,
1681 flint, fontforge, freedink, freeimage, fribidi,
1682 gcc-cross-sans-libc-xtensa-elf, giblib, gnome-themes-standard, gpsbabel,
1683 gpscorrelate, graphite2, gtypist, guile-charting, guile-sdl, imake, imlib2,
1684 irrlicht, jbig2dec, libpsl, libspiro, libuninameslist, libwmf, lm-sensors,
1685 magit, minetest, miscfiles, mozjs, mupdf, nix, nspr, nss-mdns, ntp, nvi, opam,
1686 openal, openjpeg, opus-tools, orpheus, ots, oxygen-icons, paredit, perf,
1687 perl-archive-zip, perl-dbd-sqlite, perl-dbi, perl-image-exiftool,
1688 perl-io-socket-ssl, perl-net-ssleay, perl-www-curl, perl-zip, polkit,
1689 polkit-qt, postgresql, potrace, presentproto, python-certifi, python-coverage,
1690 python-cython, python-discover, python-docutils, python-exif-read,
1691 python-extras, python-fixtures, python-itsdangerous, python-jinja2,
1692 python-jsonschema, python-markupsafe, python-mimeparse, python-nose,
1693 python-oauthlib, python-py, python-pygments, python-pyjwt, python-pyld,
1694 python-pytest, python-scripttest, python-sphinx, python-subunit,
1695 python-testrepository, python-testresources, python-testscenarios,
1696 python-testtools, python-unidecode, python-unittest2, python-virtualenv,
1697 python2-certifi, python2-coverage, python2-cython, python2-discover,
1698 python2-docutils, python2-exif-read, python2-extras, python2-fixtures,
1699 python2-itsdangerous, python2-jinja2, python2-jsonschema, python2-markupsafe,
1700 python2-mimeparse, python2-nose, python2-oauthlib, python2-py,
1701 python2-pygments, python2-pyjwt, python2-pyld, python2-pytest,
1702 python2-requests, python2-scripttest, python2-sphinx, python2-subunit,
1703 python2-testrepository, python2-testresources, python2-testscenarios,
1704 python2-testtools, python2-unidecode, python2-unittest2, python2-virtualenv,
1705 rrdtool, ruby, ruby, ruby-i18n, sane-backends, scrot, sound-theme-freedesktop,
1706 stress, synergy, tdb, terminus-font, testdisk, texi2html, tiled, transfig,
1707 unclutter, unixodbc, weechat, wv, xboing, xf86-video-modesetting, xfig,
1708 xsensors, zsh
1709
1710 *** 117 package updates
1711
1712 acct-6.6.2, acl-2.2.52, apl-1.4, apr-1.5.1, apr-util-1.5.3, autoconf-2.68,
1713 autoconf-2.69, autogen-5.18.4, bash-4.3.30, bash-light-4.3.30, bazaar-2.6.0,
1714 bison-2.7, calcurse-3.2.1, ccache-3.1.10, chicken-4.9.0.1, coreutils-8.23,
1715 curl-7.37.1, datamash-1.0.6, dbus-1.8.8, docbook-xml-4.2, docbook-xml-4.4,
1716 docbook-xml-4.5, emacs-24.4, ffmpeg-2.2.10, ffmpeg-2.4.3, file-5.19,
1717 file-5.20, freeipmi-1.4.5, gcc-4.7.4, gcc-4.9.2, gcc-toolchain-4.9.2,
1718 gcl-2.6.11, gdb-7.8.1, geiser-0.6, gettext-0.19.3, git-2.1.2, glibc-2.20,
1719 glibc-2.20, glibc-stripped-tarball-2.20, global-6.3.2, glpk-4.55,
1720 gnupg-1.4.18, gnupg-2.0.26, gnurl-7.37.0, gnutls-3.2.20, gpgme-1.5.1,
1721 gst-plugins-base-1.0.10, gstreamer-1.0.10, gtk+-3.10.1, gtkmm-3.9.16,
1722 guile-1.8.8, guile-json-0.4.0, guile-ncurses-1.6, guile-ssh-0.7.1, guix-0.7,
1723 guix-0.7.48bd76e, hello-2.10, help2man-1.46.3, icecat-31.2.0,
1724 libart-lgpl-2.3.21, libassuan-2.1.3, libatomic-ops-7.4.2, libdrm-2.4.33,
1725 libffi-3.1, libgc-7.2f, libgc-7.4.2, libgcrypt-1.5.4, libgcrypt-1.6.2,
1726 libidn-1.29, libjpeg-9a, libotr-4.0.0, libsodium-1.0.0, libtasn1-4.1,
1727 libunistring-0.9.4, libwebsockets-1.3, lightning-2.0.5, linux-libre-3.17.3,
1728 lsof-4.88, lua-5.2.3, lvm2-2.02.109, lzip-1.16, make-4.1, maxima-5.34.1,
1729 mit-scheme-9.2, mysql-5.1.73, neon-0.30.0, net-base-5.3, nettle-2.7.1,
1730 notmuch-0.18.1, openssh-6.7p1, openssl-1.0.1j, parallel-20141022,
1731 phonon-4.8.2, pspp-0.8.4, python-3.3.5, python-dateutil-1.5,
1732 python2-dateutil-1.5, python2-pyicu-1.8, qt-4.8.6, qt-5.3.2, rcs-5.9.3,
1733 readline-6.3, subversion-1.7.18, swig-3.0.2, tar-1.28, texinfo-5.2,
1734 tor-0.2.5.10, transmission-2.84, ucommon-6.1.11, valgrind-3.10.0, vlc-2.1.5,
1735 wget-1.16, windowmaker-0.95.6, xapian-1.2.18, xf86-video-ati-6.14.6,
1736 xpdf-3.04, youtube-dl-2014.09.06
1737
1738 ** Programming interfaces
1739
1740 *** New ‘ruby-build-system’, for Ruby packages
1741
1742 See “Build Systems” in the manual.
1743
1744 *** New ‘glib-or-gtk-build-system’, for packages using GLib schemas
1745
1746 See “Build Systems” in the manual.
1747
1748 *** ‘gnu-build-system’ has a new #:substitutable? parameter
1749
1750 This allows packagers to mark a package as requiring a local build, thus
1751 preventing it from being substituted by a pre-built binary.
1752
1753 *** ‘cmake-build-system’ has a new #:build-type parameter
1754
1755 See “Build Systems” in the manual.
1756
1757 *** The ‘supported-systems’ field of packages is used more consistently
1758
1759 This allows packagers to prevent attempts to build a package on a given
1760 architecture when that architecture is known not to be supported. The
1761 ‘package-transitive-supported-systems’ procedure returns the intersection of
1762 the systems supported by the given package and by its dependencies.
1763
1764 *** The ‘wrap-program’ procedure can now be called multiple times
1765
1766 *** New ‘graft-derivations’ and ‘package-grafts’ procedures
1767
1768 They implement “grafts”, as described under “Security Updates” in the manual.
1769
1770 *** New “bag” intermediate representation for use by build systems
1771
1772 “Bags” are used internally as an intermediate representation between packages
1773 and derivations. See “Build Systems” in the manual.
1774
1775 *** New (guix monad-repl) module, for monadic interaction at the REPL
1776
1777 See “The Store Monad” in the manual.
1778
1779 *** New (guix build emacs-utils) module, to facilitate building Emacs packages
1780
1781 *** New (guix tests) module, with tools used by the test suite
1782
1783 *** The internal ‘guix-register’ command now deduplicates files in store items
1784
1785 *** Several system modules moved from (guix build …) to (gnu build …)
1786
1787 Also, the (gnu build linux-boot) module has been introduced, with code
1788 typically used by initial RAM disks when booting on GNU/Linux-libre.
1789
1790 *** (guix profiles) provides a representation of package transactions
1791
1792 This factorizes code between ‘guix package’ and the Emacs user interface.
1793
1794 *** Bootstrapping packages moved to (gnu packages commencement) modules
1795
1796 ** Bugs fixed
1797
1798 *** ‘guix-daemon’ now really deduplicates store items by default
1799
1800 Deduplication means that identical files found in /gnu/store are stored only
1801 once, using hard links. This feature was wrongfully disabled, and is now
1802 enabled by default. The former ‘--disable-store-optimization’ option has been
1803 renamed to ‘--disable-deduplication’.
1804
1805 *** ‘guix-daemon’ no longer uses ‘vfork’
1806
1807 This could cause problems with ancient Linux kernel.
1808
1809 *** Fixed compilation of ‘gccgo’ (<http://bugs.gnu.org/18101>)
1810 *** 'make clean' doesn't delete os-config.tmpl (<http://bugs.gnu.org/18243>)
1811 *** Fix handling of periods by fill-paragraph (<http://bugs.gnu.org/17468>)
1812 *** Produce a top-level Info 'dir' file (<http://bugs.gnu.org/18305>)
1813 *** guix offload ignores unreachable machines (<http://bugs.gnu.org/18070>)
1814 *** guix offload: Ignore EEXIST when registering a .drv as a GC root
1815 (<http://bugs.gnu.org/18115>)
1816 *** perl-tk: Build sequentially (<http://bugs.gnu.org/18262>)
1817 *** download: Use the 'SERVER NAME' TLS extension when possible
1818 (<http://bugs.gnu.org/18526>)
1819 *** libdaemon: Add alternate source URLs (<http://bugs.gnu.org/18639>)
1820 *** icu4c: Reinstate RUNPATH on shared libraries
1821 (<http://bugs.gnu.org/18695>)
1822 *** nss-mdns: Add alternate source URLs (<http://bugs.gnu.org/18704>)
1823 *** download: Add "Accept: */*" to the HTTP headers
1824 (<http://bugs.gnu.org/18768>)
1825 *** guix-register: Do not attempt to create NIX_STORE_DIR
1826 (<http://bugs.gnu.org/18689>)
1827 *** Allow Linux-libre to find our 'modprobe' command
1828 (<http://bugs.gnu.org/18525>)
1829 *** man-pages: Build sequentially (<http://bugs.gnu.org/18701>)
1830 *** Fix intermittent test failures involving GC (<http://bugs.gnu.org/18935>)
1831 *** guix import: pypi: Gracefully handle non-existent packages
1832 (<http://bugs.gnu.org/18831>)
1833 *** Make sure the shared library has the '.so' extension
1834 (<http://bugs.gnu.org/18521>)
1835 *** pull: Use the build procedure provided by the newly-downloaded Guix.
1836 (<http://bugs.gnu.org/18534>)
1837 *** WindowMaker no longer pollutes $PATH (<http://bugs.gnu.org/18698>)
1838
1839 ** Native language support
1840 *** New translation: cs (Czech)
1841 *** Updated translations: de, sr, vi
1842
1843 * Changes in 0.7 (since 0.6)
1844 ** Package management
1845 *** Binaries for mips64el-linux now available from hydra.gnu.org
1846
1847 These come in addition to the x86_64-linux and i686-linux binaries already
1848 provided, thanks to our generous donor and friendly admins. See
1849 “Substitutes” in the manual.
1850
1851 *** ‘guix package’ has a new ‘--show’ option
1852 *** ‘guix refresh’ has a new ‘--list-dependent’ option
1853
1854 ** Programming interfaces
1855 *** New (guix gexp) module, which implements “G-expressions”
1856
1857 G-expressions are a new mechanism to embed build-side code in host-side
1858 code. See “G-Expressions” in the manual.
1859
1860 *** (gnu system) and related modules now use G-expressions
1861
1862 This greatly simplifies code, and guarantees that build code carries
1863 references to the packages or derivations it uses.
1864
1865 *** ‘build-expression->derivation’ is deprecated in favor of G-expressions
1866 *** The (gnu system) module has been largely augmented and factorized
1867 *** New (guix build vm) module, support for virtual machine images
1868 *** New (guix build activation) module, for “system activation”
1869 *** New (guix build syscalls) module
1870 *** New (guix build install) and module for whole system installation
1871 *** New (gnu system install) module, for the installation system
1872 *** New (gnu system file-systems) module, for ‘file-system’ declarations
1873 *** New (gnu) module, which aggregates common (gnu …) modules
1874 *** ‘service’ records now have an optional ‘activate’ field
1875
1876 This allows services to specify code to run at system activation time.
1877
1878 ** GNU distribution
1879 *** An image to install the GNU system from a USB stick is provided
1880
1881 This is the first time an installation image is provided. See “System
1882 Installation” in the manual for details. This is work in progress as noted
1883 in “Limitations”. Your feedback and help are welcome!
1884
1885 *** Support for more parameters in ‘operating-system’ declarations
1886
1887 Operating system declarations can now provide a list of file systems, a list
1888 of setuid programs, bootloader options, and more. See “System Configuration”
1889 in the manual.
1890
1891 *** ‘guix system’ supports more actions
1892
1893 Newly supported actions are ‘init’, ‘build’, ‘reconfigure’, and ‘disk-image’.
1894 See “Invoking guix system” in the manual.
1895
1896 *** User accounts and groups are created at system activation time
1897 *** Virtual machine support uses para-virtualized devices
1898 *** GCC package now has an additional ‘lib’ output, for run-time support libs
1899 *** GLib package now has a separate “bin” output (<http://bugs.gnu.org/17853>)
1900 *** 134 new packages
1901
1902 abbaye, aegis, attica, babl, barcode, behave, btar, busybox, ccache, ccrtp,
1903 chess, clucene, cmatrix, commoncpp, conkeror, cook, cssc, datamash, diffstat,
1904 doxygen, dropbear, dtach, duplicity, e2fsck-static, exosip, fftw-openmpi,
1905 fish, gconf, gegl, gimp, gmsh, gnome-mime-data, gnome-vfs, gnumeric, goffice,
1906 gsegrafix, guile-opengl, guile-static-stripped, hdup, hwloc, inotify-tools,
1907 jrnl, kbd, kmod, lftp, libarchive, libart-lgpl, libbonobo, libbonoboui,
1908 libcroco, libdbusmenu-qt, libftdi, libglade, libgnome, libgnomecanvas,
1909 libgnomeprint, libgnomeprintui, libgnomeui, libgsf, libidl, libmcrypt,
1910 libmhash, librsvg, librsync, libsodium, libuv, libvpx, links, lzop, man-pages,
1911 maxima, mcrypt, mosh, mpg123, mplayer, mu, ncmpcpp, node, notmuch, numactl,
1912 offlineimap, openmpi, orbit2, osip, pangox-compat, perl-io-tty, petsc,
1913 petsc-complex, petsc-complex-openmpi, petsc-openmpi, pingus, podofo, protobuf,
1914 pt-scotch, python-enum34, python-keyring, python-lockfile, python-mock,
1915 python-parse, python-parse-type, python-parsedatetime, python-pycrypto,
1916 python-six, python-tzlocal, python2-lockfile, python2-mock, qjson, qrencode,
1917 rasqal, rdiff-backup, rdup, redland, rottlog, scotch, sipwitch, sshfs-fuse,
1918 strigi, sudo, superlu, superlu-dist, talkfilters, talloc, tcpdump, tinyproxy,
1919 transmission, ucommon, udev, vlc, vtk, wakelan, wireless-tools,
1920 wpa-supplicant, xboard, youtube-dl
1921
1922 *** 87 package updates
1923
1924 bitlbee-3.2.2, cursynth-1.5, ddrescue-1.18.1, dfc-3.0.4, dmd-0.2,
1925 docbook-xml-4.3, docbook-xml-4.4, docbook-xsl-1.78.1, dvdisaster-0.72.6,
1926 ffmpeg-2.3, fftw-3.3.4, fftwf-3.3.4, flac-1.3.0, gawk-4.1.1, gcc-4.7.4,
1927 gcc-4.8.3, gcc-4.8.3, gcc-4.9.1, gcc-cross-mips64el-linux-gnuabi64-4.8.3,
1928 gcc-objc++-4.8.3, gcc-objc-4.8.3, gcc-stripped-tarball-4.8.3,
1929 gcc-toolchain-4.8.3, gcc-toolchain-4.9.1, gccgo-4.8.3, gdb-7.7.1,
1930 gettext-0.19.2, gfortran-4.8.3, glib-2.40.0, global-6.3, gmp-6.0.0a,
1931 gnupg-1.4.18, gnupg-2.0.25, gnutls-3.2.15, gp2c-0.0.9pl1, grep-2.20,
1932 gst-plugins-base-1.0.10, gstreamer-0.10.36, gtk+-3.10.1, gtkmm-2.24.2,
1933 guile-2.0.11, guile-2.0.11, guix-0.6, guix-0.6.0ae8c15, htop-1.0.3,
1934 icu4c-53.1, imagemagick-6.8.9-0, json-c-0.12, libdrm-2.4.33, libgc-7.2e,
1935 libgcrypt-1.5.3, libgpg-error-1.13, libjpeg-8d, libmicrohttpd-0.9.37,
1936 libogg-1.3.2, libotr-4.0.0, libtasn1-3.6, libvorbis-1.3.4, lightning-2.0.4,
1937 linux-libre-3.15.6, lua-5.1.5, lua-5.2.3, mcron-1.0.8, moe-1.6, nano-2.3.6,
1938 neon-0.29.6, nettle-3.0, openssl-1.0.1h, parallel-20140722, pari-gp-2.7.1,
1939 pspp-0.8.3, python-2.7.6, python-dateutil-2.2, python2-dateutil-2.2,
1940 qemu-2.0.0, qemu-headless-2.0.0, qt-4.8.6, qt-5.2.1, readline-6.2,
1941 screen-4.2.1, soprano-2.9.4, texinfo-5.2, texlive-2014, tor-0.2.4.22,
1942 wdiff-1.2.2, xorriso-1.3.8, xterm-304
1943
1944 ** Native language support
1945 *** New translations: de (German), and hu (Hungarian)
1946 *** Updated translations: eo, pt_BR, sr, vi
1947 *** Package descriptions moved from the ‘guix’ text domain to ‘guix-packages’
1948 ** Bugs fixed
1949 *** Downloads are now faster (<http://bugs.gnu.org/15368>)
1950 *** ‘guix authenticate’ properly writes signatures to stdout
1951 (<http://bugs.gnu.org/17312>)
1952 *** Progress report of downloads is now properly displayed
1953 *** Error reporting of pk-crypto errors has been improved
1954 *** The 'patches' field now works for origins with no extension
1955 *** Synchronization and GC issues fixed in the offload hook
1956 *** (guix ftp-client) emits USER commands suitable for all servers
1957
1958 * Changes in 0.6 (since 0.5)
1959 ** Package management
1960 *** Default store directory changed to /gnu/store
1961
1962 Although it is still possible to configure Guix to use the old store
1963 directory, we recommend that you start with a fresh install to /gnu/store.
1964
1965 *** Substitutes from hydra.gnu.org must now be signed and authorized
1966 *** Support for offloading builds to other Guix machines over SSH
1967 *** New ‘guix archive’ command
1968 *** New ‘guix system’ command; it can currently build VM images
1969 *** ‘guix package’ accepts several arguments after -i, -r, and -u
1970 *** Updating a profile with ‘guix package’ is now noticeably faster
1971 *** ‘guix build’ can override a package’s source with the new ‘--with-source’
1972 *** ‘guix build’ has a new ‘--no-build-hook’ option
1973 *** ‘guix’ commands that build packages have a common set of options
1974 *** ‘guix hash’ has a new ‘--recursive’ option
1975 *** Daemon no longer bind-mounts the host’s /dev (improves reproducibility)
1976 ** Programming interfaces
1977 *** New (guix pk-crypto) and (guix pki) modules for public key cryptography
1978 *** New #:local-build? parameter for derivations that shouldn’t be offloaded
1979 *** (gnu system vm) has procedures to build VMs that share the host’s store
1980 *** New ‘text-file*’ procedure in (guix monads)
1981 *** System service definitions are now provided by the (guix services) modules
1982 *** New X and SLiM services in (gnu services xorg)
1983 *** New (guix git-download) and (guix svn-download) for git/svn checkouts
1984 ** GNU distribution
1985 *** 91 new packages
1986
1987 a2ps, asciidoc, aspell-dict-en, aspell-dict-eo, aspell-dict-es,
1988 aspell-dict-fr, aumix, bitlbee, bogofilter, boost, calcurse, clusterssh,
1989 corkscrew, cursynth, docbook-xml, docbook-xsl, elfutils, enscript, fftwf,
1990 fltk, fuse, gcc-toolchain, giflib, glade, gmime, gnome-desktop, gnubg, gnubik,
1991 gnumach-headers, gnunet, gnuplot, gnurl, gphoto2, gtkglext, guile-json,
1992 guile-reader-for-guile_2.0.11, gxmessage, hdf5, hurd-headers, inkscape, iotop,
1993 isc-dhcp, iso-codes, jnettop, libatomic-ops, libexif, libgphoto2, libmpcdec,
1994 libmpdclient, libotr, libpcap, libpeas, libpipeline, libtirpc, libwebsockets,
1995 ltrace, luajit, lynx, man-db, mc, mig, miniupnpc, moe, mpc123, mpd, ncdc,
1996 ncdu, ncmpc, neon, neon, octave, opus, paperkey, patchutils, perl-tk,
1997 perl-x11-protocol, pinentry, python2-element-tree, python2-pybugz, quilt,
1998 source-highlight, stalonetray, trueprint, ttf-dejavu, unionfs-fuse,
1999 unionfs-fuse-static, uucp, vera, windowmaker, xapian, xterm
2000
2001 *** 90 package updates
2002
2003 apl-1.3, autoconf-2.68, automake-1.14.1, bash-4.3, bash-light-4.3,
2004 bigloo-4.1a, binutils-2.24, binutils-static-stripped-tarball-2.24,
2005 coreutils-8.22, curl-7.35.0, ed-1.10, ffmpeg-2.1.4, file-5.18, freeipmi-1.4.1,
2006 gcc-4.8.2, gcc-4.8.2, gdb-7.7, gdbm-1.11, gettext-0.18.3.2, glib-2.39.1,
2007 glibc-2.19, glibc-stripped-tarball-2.19, global-6.2.12, glpk-4.54,
2008 gnu-pw-mgr-1.2, gnupg-1.4.16, gnutls-3.2.12, gp2c-0.0.8pl1, grep-2.18,
2009 gst-plugins-base-0.10.36, gstreamer-1.0.10, gtk+-3.10.1, gtkmm-2.24.2,
2010 guile-2.0.11, guile-ssh-0.6.0, guile-static-stripped-tarball-2.0.11,
2011 guile-wm-1.0, guile-xcb-1.3, guix-0.5, help2man-1.45.1, icu4c-52.1,
2012 imagemagick-6.8.8-10, inetutils-1.9.2, lapack-3.5.0, libcdio-0.92,
2013 libdrm-2.4.46, libextractor-1.3, libgc-7.2e, libgc-7.4.0, libgcrypt-1.6.1,
2014 libjpeg-9, libmicrohttpd-0.9.34, libssh-0.6.3, libtasn1-3.4, lightning-2.0.3,
2015 linux-libre-3.13.7, mpc-1.0.2, mutt-1.5.23, net-base-5.2, ocrad-0.23,
2016 openssh-6.6p1, openssl-1.0.1g, parallel-20140322, pari-gp-2.7.0, pspp-0.8.2,
2017 pulseaudio-5.0, python-2.7.6, python-3.3.5, python-wrapper-3.3.5,
2018 python2-pysqlite-2.6.3a, qemu-1.7.1, qemu-headless-1.7.1,
2019 qemu-with-multiple-smb-shares-1.7.1, qt-4.8.5, qt-5.2.0, readline-6.3,
2020 recutils-1.7, slim-1.3.6, sqlite-3.8.4.3, subversion-1.7.14, texinfo-4.13a,
2021 tor-0.2.4.21, tzdata-2014a, units-2.11, valgrind-3.9.0, vim-7.4, wget-1.15,
2022 xnee-3.18, xorriso-1.3.6.pl01, zile-2.4.11
2023
2024 *** New ‘gcc-toolchain’ meta-package, makes it easy to install a GCC tool chain
2025 *** libc’s Info manual is now installed
2026 *** Binutils is built with --enable-deterministic-archives
2027 *** Packages that populated man/man* now populate share/man/man*
2028 *** Many other packaging improvements
2029 ** Bugs fixed
2030 *** ‘guix pull’ consumes less memory, compiles in parallel
2031 *** ‘guix package --list-*’ gracefully handles EPIPE when used in a pipeline
2032 *** ‘guix package’ handles collisions between a symlink and a directory
2033 (http://bugs.gnu.org/17083)
2034 *** HTTP downloads provide a ‘User-Agent’ field (http://bugs.gnu.org/16703)
2035 *** ‘guix package’ no longer shows misleading installed package number
2036 (http://bugs.gnu.org/16484)
2037 *** Manual suggests ‘useradd --system’ (http://bugs.gnu.org/16289)
2038 *** Python is built with ctypes support (http://bugs.gnu.org/16569)
2039 *** HTTP/TLS connection not terminated properly (http://bugs.gnu.org/14884)
2040 *** Gracefully handle poorly behaved HTTP servers (http://bugs.gnu.org/15733)
2041
2042 * Changes in 0.5 (since 0.4)
2043 ** Package management
2044 *** GNU package descriptions synchronized with the ‘gnumaint’ repository
2045
2046 In addition to synopses, descriptions of GNU packages are now kept in sync
2047 with the ‘gnumaint’ repository, which is the canonical place for GNU package
2048 meta-data.
2049
2050 ** Programming interfaces
2051 *** Patches are now listed as part of ‘origin’
2052
2053 The ‘origin’ form supports two new fields: ‘patches’ (list of patches), and
2054 ‘snippet’ (code snippet to modify the source.) These are applied when running
2055 ‘guix build --source’. See “Defining Packages” in the manual.
2056
2057 *** New (guix monads) monadic interface to operate on the store
2058
2059 See “The Store Monad” in the manual. The (gnu system …) modules have been
2060 rewritten to use this monadic interface.
2061
2062 *** New (guix profiles) module
2063
2064 It provides an API for dealing with profiles, as with the ‘guix package’
2065 command.
2066
2067 *** New (gnu system) module
2068
2069 This module provides a generic way to describe the system’s configuration,
2070 and to instantiate it, regardless of the final medium (QEMU image, etc.)
2071 See “System Configuration” in the manual.
2072
2073 This is work in progress. Send feedback to guix-devel@gnu.org!
2074
2075 *** ‘build-expression->derivation’ uses more parameters
2076
2077 Some positional parameters have been changed to keyword parameters.
2078 See “Derivations” in the manual.
2079
2080 ** GNU distribution
2081 *** New port to the Loongson MIPS64 processors, n32 ABI (‘mips64el-linux’)
2082
2083 Bootstrap binaries have been built for that architecture, and several
2084 Loongson-specific patches not yet available upstream have been applied to core
2085 packages. See “GNU Distribution” and “Porting” in the manual.
2086
2087 Pre-built binaries are not yet available via hydra.gnu.org, so Guix will
2088 build from source on this platform.
2089
2090 *** 110 new packages
2091
2092 acct, alive, alsa-utils, apl, at-spi2-atk, at-spi2-core, atkmm, autogen,
2093 automoc4, brasero, bridge-utils, cairomm, catkin, complexity, evince, ffmpeg,
2094 fftw, ftgl, gcc-objc, gcc-objc++, gccgo, gcl, gfortran, glibmm, glpk,
2095 gnome-icon-theme, gnu-pw-mgr, gp2c, gpgme, gsettings-desktop-schemas, gtkmm,
2096 gtksourceview, guile-ssh, guile-wm, gvpe, hicolor-icon-theme, httpd, icecat,
2097 icon-naming-utils, json-c, lapack, libcanberra, libcap, libgnome-keyring,
2098 libmikmod, libnl, libnotify, libsamplerate, libsigc++, libsndfile, libssh,
2099 libtheora, libxkbcommon, mercurial, mtools, netcat, pangomm, parallel,
2100 pavucontrol, pciutils, pem, perl-encode-locale, perl-file-list,
2101 perl-file-listing, perl-html-parser, perl-html-tagset, perl-http-cookies,
2102 perl-http-daemon, perl-http-date, perl-http-message, perl-http-negotiate,
2103 perl-io-html, perl-libwww, perl-libxml, perl-lwp-mediatypes, perl-net-http,
2104 perl-uri, perl-www-robotrules, perl-xml-dom, perl-xml-regexp, perl-xml-simple,
2105 phonon, powertop, pulseaudio, python2-dogtail, python2-empy, qemu-headless,
2106 qt, qt, raptor2, scons, sdl, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf,
2107 sdl2, serveez, shared-mime-info, sharutils, skribilo, slim, soprano, swig,
2108 xcb-util, xcb-util-image, xcb-util-keysyms, xcb-util-renderutil, xcb-util-wm
2109
2110 *** 47 package updates
2111
2112 atk 2.10.0, bison 3.0.2, cmake 2.8.12, dmd 0.1, freeipmi 1.3.3, gcc 4.8.2,
2113 gcc 4.8.2, gcc-cross-mips64el-linux-gnuabi64 4.8.2, gcc-stripped-tarball 4.8.2,
2114 gdb 7.6.2, gettext 0.18.3.1, glib 2.38.0, global 6.2.9, gmp 5.1.3,
2115 gnupg 2.0.22, gobject-introspection 1.38.0, grep 2.15, gsl 1.16,
2116 gtk+ 2.24.21, gtk+ 3.10.1, guile 2.0.9, guile 2.0.9, guile-xcb 1.2,
2117 harfbuzz 0.9.22, hello 2.9, iproute2 3.12.0, libdrm 2.4.46,
2118 libextractor 1.2, libjpeg 9, libmicrohttpd 0.9.32, lightning 2.0.2,
2119 linux-libre 3.12, lzip 1.15, make 4.0, mit-krb5 1.11.3, pari-gp 2.5.5,
2120 pixman 0.32.4, python 3.3.2, qemu 1.6.1,
2121 qemu-with-multiple-smb-shares 1.6.1, rcs 5.9.2, recutils 1.6, rsync 3.1.0,
2122 tar 1.27.1, texinfo 5.2, units 2.02, xorriso 1.3.2
2123
2124 *** Packages are now built with GCC 4.8.2 by default (was 4.7.3)
2125
2126 ** Native language support
2127 *** New ‘sr’ (Serbian) translation
2128 *** New ‘vi’ (Vietnamese) translation
2129 *** Updated ‘pt_BR’ (Brazilian Portuguese) translation
2130 ** Bugs fixed
2131 *** ‘guix pull’ compiles Guix deterministically and correctly
2132
2133 Previously, the build environment was not cleared in between ‘compile-file’
2134 calls, leading to build errors due to Guile bug http://bugs.gnu.org/15602 .
2135
2136 *** ‘guix package’ allows removal of a specific package output
2137 (http://bugs.gnu.org/15756)
2138 *** ‘guix-daemon’ always sets umask to 022
2139 (http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00033.html)
2140 *** Files referenced by environment variables are protected from GC
2141 *** Yet unbuilt packages get correctly installed (http://bugs.gnu.org/15283)
2142 *** ‘bootstrap-graph.{png,eps,pdf}’ built in srcdir (http://bugs.gnu.org/15640)
2143
2144 * Changes in 0.4 (since 0.3)
2145
2146 ** Package management
2147
2148 *** New ‘--list-generations’ and ‘--delete-generations’ options
2149
2150 The ‘guix package’ command has these two new options, which make it easier to
2151 deal with a profile’s generation. See “Invoking guix package” in the manual.
2152
2153 *** New ‘guix-register’ program
2154
2155 This program allows the meta-data of a new store to be initialized, by
2156 copying info from an existing store. It is mostly an internal tool.
2157
2158 ** Programming interfaces
2159
2160 *** New API to bootstrap Autotools-based packages
2161
2162 The (guix build-system gnu) has a new ‘dist-package’ procedure that takes a
2163 package object and source directory, and returns a new package object that
2164 runs ‘./bootstrap && make dist’ or anything similar.
2165
2166 *** ‘derivation’ and related procedures have a #:references-graphs parameter
2167
2168 This parameter instructs the build daemon to populate the derivation’s build
2169 tree with files containing the list of references of the given store files.
2170 This is useful to write code that copies a packages and all its dependencies
2171 to another storage device, such as a QEMU disk image.
2172
2173 *** Extended API to build a GNU system virtual machine image
2174
2175 The (gnu system vm) module has been augmented in many ways: the ‘qemu-image’
2176 procedure can now populate and initialize the image’s store; the new
2177 ‘system-qemu-image’ procedure returns a QEMU image that runs dmd as its init
2178 system, has ‘login’ running on several consoles, has a set of installed
2179 packages, and where Guix can be used.
2180
2181 New (gnu system …) modules have been added to handle the configuration of the
2182 various parts of a GNU/Linux system. For instance, (gnu system dmd) provides
2183 support for instantiating dmd services; (gnu system linux) helps with Linux
2184 PAM configuration; and so on.
2185
2186 *** <derivation> objects supersede .drv file names in the API
2187
2188 ‘derivation’ and similar procedures no longer return two values (a
2189 <derivation> and a .drv file name); they now return a single value, which is
2190 a <derivation> object. The <derivation> object embeds the corresponding .drv
2191 file name. See “Derivations” in the manual for details.
2192
2193 ** GNU distribution
2194
2195 *** 60 new packages
2196
2197 apr, apr-util, cdparanoia, dbus-glib, dfc, dmd, dvdisaster, exiv2, fetchmail,
2198 freefont-ttf, freeglut, geeqie, git, gkrellm, glu, gnome-doc-utils,
2199 gst-plugins-base, gstreamer, guile-cairo, guile-lib, guile-xcb, guix, htop,
2200 itstool, lame, libextractor, libmicrohttpd, lightning, lzip, mingetty, mutt,
2201 net-base, net-tools, ocrad, pspp, python-babel, python-dateutil, python-pytz,
2202 python-setuptools, python-simplejson, python-wrapper, python2-babel,
2203 python2-dateutil, python2-mechanize, python2-pyicu, python2-pysqlite,
2204 python2-pytz, python2-setuptools, python2-simplejson, qemu-system-initrd,
2205 qemu-with-multiple-smb-shares, ripperx, shadow, ttf-bitstream-vera, units,
2206 valgrind, xmlto, xnee, yasm
2207
2208 *** 27 package updates
2209
2210 bigloo 4.0b, cairo 1.12.16, ddrescue 1.17, fontconfig 2.10.93, fplll 4.0.4,
2211 gcc 4.7.3, gcc 4.7.3, glibc 2.18, glibc 2.18, glibc-stripped-tarball 2.18,
2212 gnupg 2.0.21, gnutls 3.2.4, guile 2.0.9, guile 2.0.9, harfbuzz 0.9.21,
2213 imagemagick 6.8.6-9, libdrm 2.4.46, libgcrypt 1.5.3, libjpeg 9, libksba 1.3.0,
2214 linux-libre 3.11, m4 1.4.17, mpfrcx 0.4.2, pari-gp 2.5.4, python 2.7.5, python
2215 3.3.2, texlive 2013
2216
2217 *** Fontconfig font search path made more convenient
2218
2219 Fontconfig, the library used by many graphical applications, such as those
2220 based on GTK+, now knows where to find the default set of fonts. Additional
2221 fonts installed in the user profile are automatically picked up.
2222
2223 *** More GUI applications
2224
2225 The ‘emacs’ and ‘racket’ packages are now linked against GTK+. New GTK+
2226 applications have been added (see above.)
2227
2228 *** Packaging guidelines
2229
2230 The documentation of packaging guidelines has been augmented. See the manual
2231 under “GNU Distribution”.
2232
2233 *** Support for Python 3 along with Python 2
2234
2235 Python 3 has been added to the distribution, and Python packages that support
2236 it are now built for both Python 2 and Python 3. See the “Python Modules”
2237 section of the manual for details.
2238
2239 ** Internationalization
2240
2241 Updated translations: eo.
2242
2243 ** Bugs fixed
2244
2245 *** Workarounds for Guile 2.0.5 now work on Debian derivatives
2246 *** The dependency graph image has correct size in PDF output
2247 *** 'ldd' now works correctly on x86_64
2248 *** Xorg server test suite no longer fails (http://bugs.gnu.org/15392)
2249 *** module-init-tools now builds (http://bugs.gnu.org/15182, http://bugs.gnu.org/15187)
2250 *** Hop 2.4 builds with newer Bigloo (http://bugs.gnu.org/15194)
2251
2252 * Changes in 0.3 (since 0.2)
2253
2254 ** Package management
2255
2256 *** Cross-compilation support
2257
2258 Guix can now cross-build packages. On the command-line, this is achieved with
2259 the new ‘--target’ command-line option of ‘guix build’. At the Scheme level,
2260 the guts of this is the ‘package-cross-derivation’ procedure. Core packages
2261 of the distribution can already be cross-compiled. See the manual for
2262 details.
2263
2264 *** New ‘--max-silent-time’ option for “guix build” and “guix package”
2265
2266 See the manual for details.
2267
2268 *** New ‘--fallback’ option for “guix build” and “guix package”
2269
2270 This option instructs to fall back to local builds when the substituter fails
2271 to download a substitute.
2272
2273 *** New ‘--requisites’ option for “guix gc”
2274
2275 See the manual for details.
2276
2277 *** New ‘--key-download’ option for “guix refresh”
2278
2279 See the manual for details.
2280
2281 ** Programming interfaces
2282
2283 *** New ‘package-cross-derivation’ procedure in (guix derivations)
2284
2285 See the manual for details.
2286
2287 *** New ‘%current-target-system’ SRFI-39 parameter
2288
2289 This parameter is like ‘%current-system’, but for cross-compilation. It
2290 allows code in package definitions (such as in the ‘arguments’ field) to know
2291 whether it is being cross-compiled, and what the target system is.
2292
2293 *** New (guix hash) module; new ‘open-sha256-port’ and ‘sha256-port’ procedures
2294
2295 This improves performance of SHA256 computations.
2296
2297
2298 ** GNU distribution
2299
2300 *** 33 new packages
2301
2302 alsa-lib, babel, cairo, cvs, gcal, gcc-cross-mips64el-linux-gnuabi64, gd,
2303 gdk-pixbuf, graphviz, grue-hunter, gtk+, gts, harfbuzz, imagemagick, iproute2,
2304 iptables, libspectre, mpg321, noweb, pango, plotutils, privoxy, pytz, racket,
2305 rubber, rush, strace, tk, torsocks, unrtf, vc-dwim, wordnet, xlockmore
2306
2307 *** 25 package updates
2308
2309 automake 1.14, ed 1.9, freeipmi 1.2.8, gawk 4.1.0, gcc 4.8.1, gettext 0.18.3,
2310 glib 2.37.1, gmp 5.1.2, gnutls 3.2.1, gzip 1.6, help2man 1.43.3, libapr 1.4.8,
2311 libaprutil 1.5.2, libassuan 2.1.1, libffi 3.0.13, libgc 7.2d, libgpg-error
2312 1.12, libidn 1.28, libpng 1.5.17, lout 3.40, lsh 2.1, nettle 2.7.1, qemu
2313 1.5.1, tzdata 2013d, xorriso 1.3.0
2314
2315 *** Binary packages now available for i686-linux
2316
2317 The build farm at http://hydra.gnu.org now provides 32-bit GNU/Linux binaries
2318 (i686-linux), in addition to the x86_64-linux binaries. Both can be
2319 transparently used as substitutes for local builds on these platforms.
2320
2321 *** Debug info packages
2322
2323 Some packages now have a “debug” output containing debugging information. The
2324 “debug” output can be used by GDB, and can be installed separately from the
2325 other outputs of the package. See “Installing Debugging Files” in the manual.
2326
2327 *** Bootstrap binaries can be cross-compiled
2328
2329 The distribution can now be ported to new architectures (currently
2330 GNU/Linux-only) by cross-compiling the “bootstrap binaries”. See “Porting”
2331 in the manual.
2332
2333 *** Bootstrapping documented
2334
2335 See “Bootstrapping” in the manual, for information on how the GNU
2336 distribution builds “from scratch”.
2337
2338 ** Internationalization
2339
2340 New translations: eo, pt_BR.
2341
2342 ** Bugs fixed
2343 *** “guix --help” now works when using Guile 2.0.5
2344 *** Binary substituter multi-threading and pipe issues fixed
2345
2346 These could lead to random substituter crashes while substituting a binary.
2347 See commits 0332386 and 101d9f3 for details.
2348
2349 *** Binary substituter gracefully handles lack of network connectivity
2350
2351 *** Daemon properly handles rebuilds of multiple-output derivations
2352
2353 Previously it would fail when rebuilding a multiple-output derivation when
2354 some (but not all) of its outputs were already present. See
2355 http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00038.html and
2356 https://github.com/NixOS/nix/issues/122 .
2357
2358 *** ‘guix package -i foo:out’ no longer removes other outputs of ‘foo’
2359
2360 Previously only the ‘out’ output of package ‘foo’ would be kept in the
2361 profile.
2362
2363 *** Replacement (srfi srfi-37) provided if the user’s one is broken
2364
2365 When the user’s (srfi srfi-37) is affected by http://bugs.gnu.org/13176 (Guile
2366 < 2.0.9), a replacement with the bug fix is provided. This bug would affect
2367 command-line argument processing in some cases.
2368
2369 * Changes in 0.2 (since 0.1)
2370
2371 ** Package management
2372
2373 *** Guix commands are now sub-commands of the “guix” program
2374
2375 Instead of typing “guix-package”, one now has to type “guix package”, and so
2376 on. This has allowed us to homogenize the user interface and initial program
2377 setup, and to allow commands to be upgradable through “guix pull”.
2378
2379 *** New “guix package --upgrade” option
2380
2381 As the name implies, this option atomically upgrades all the packages
2382 installed in a profile or the set of packages matching a given regexp.
2383 See “Invoking guix package” in the manual.
2384
2385 *** New “guix package --search” option
2386
2387 Performs a full text search in package synopses and descriptions, and returns
2388 the matching packages in recutils format. See “Invoking guix package” in the
2389 manual, for details.
2390
2391 *** New “guix pull” command
2392
2393 The command pulls the latest version of Guix–both the package management
2394 modules and the distribution. See the manual for details.
2395
2396 *** New binary substituter
2397
2398 The “substituter” mechanism allows pre-built binaries to be transparently
2399 downloaded instead of performing a build locally. Currently binaries are
2400 available for x86_64 Linux-based GNU systems from http://hydra.gnu.org. The
2401 distribution is continuously built and binaries are made available from there.
2402
2403 See http://hydra.gnu.org/jobset/gnu/master under “Job status” for the list of
2404 available binary packages.
2405
2406 *** New “guix refresh” command
2407
2408 The command is used by Guix maintainers. It automatically updates the
2409 distribution to the latest upstream releases of GNU software.
2410
2411 *** New “guix hash” command
2412
2413 Convenience command to compute the hash of a file. See the manual for
2414 details.
2415
2416 *** Nix daemon code updated
2417
2418 The daemon code from Nix, used by the ‘guix-daemon’ command, has been updated
2419 to current Nix ‘master’.
2420
2421 ** Programming interfaces
2422
2423 *** (guix download) now supports HTTPS, using GnuTLS
2424
2425 It allows package source tarballs to be retrieved over HTTPS.
2426
2427 *** New ‘native-search-path’ and ‘search-path’ package fields
2428
2429 Packages can define in their ‘native-search-path’ field environment variables
2430 that define search paths and need to be set for proper functioning of the
2431 package. For instance, GCC has ‘CPATH’ and ‘LIBRARY_PATH’ in its
2432 ‘native-search-path’, Perl has ‘PERL5LIB’, Python has ‘PYTHONPATH’, etc.
2433 These environment variables are automatically set when building a package that
2434 uses one of these.
2435
2436 *** Package inputs can be a function of the target system type
2437
2438 The ‘inputs’ field of a package can now be conditional on the value of
2439 (%current-system). This is useful for packages that take system-dependent
2440 tarballs as inputs, such as GNU/MIT Scheme.
2441
2442 *** New build systems
2443
2444 The ‘perl-build-system’, ‘python-build-system’, and ‘cmake-build-system’ have
2445 been added. They implement the standard build systems for Perl, Python, and
2446 CMake packages.
2447
2448 *** Tools to build Linux initrds, QEMU images, and more
2449
2450 The (gnu packages linux-initrd) module provides a procedure to build a Linux
2451 initrd (“initial RAM disk”). The initrd embeds Guile, which is used to
2452 evaluate the given expression. The example below returns an initrd that
2453 mounts the /proc file system and starts a REPL:
2454
2455 (expression->initrd
2456 '(begin
2457 (mkdir "/proc")
2458 (mount "none" "/proc" "proc")
2459 ((@ (system repl repl) start-repl))))
2460
2461 More examples in the linux-initrd.scm file.
2462
2463 Experimental interfaces to produce and use QEMU images are provided by the
2464 (gnu system vm) module. For instance, the
2465 ‘expression->derivation-in-linux-vm’ evaluates the given Scheme expression in
2466 a QEMU virtual machine running the Linux kernel and Guile.
2467
2468 ** GNU distribution
2469
2470 Many updates and additions have been made to the distribution. Here are the
2471 highlights.
2472
2473 *** Major updates
2474
2475 GCC 4.7.3 (the default) and GCC 4.8.0, Binutils 2.23.2, Guile 2.0.9,
2476 Coreutils 8.20, GDB 7.6, Texinfo 5.1.
2477
2478 *** Noteworthy new packages
2479
2480 TeXLive, Xorg, GNU GRUB, GNU Parted, QEMU and QEMU-KVM, Avahi, Bigloo,
2481 CHICKEN, Scheme48, Hugs, Python, Lua, Samba.