help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Guix & GuixSD 0.14.0 released


From: Ludovic Courtès
Subject: GNU Guix & GuixSD 0.14.0 released
Date: Thu, 07 Dec 2017 13:45:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

We are pleased to announce the release of GNU Guix & GuixSD 0.14.0,
representing 5,192 commits by 88 people over 6 months.


• About

  GNU Guix is a transactional package manager for the GNU system.
  The Guix System Distribution, GuixSD, is an advanced distribution
  of the GNU system.

  In addition to standard package management features, Guix supports
  transactional upgrades and roll-backs, unprivileged package
  management, and per-user profiles.  GuixSD offers a declarative
  approach to operating system configuration management and is highly
  hackable.  Guix uses low-level mechanisms from the Nix package
  manager, except that packages are defined as native Guile modules,
  using extensions to the Scheme language.

  GuixSD uses the Linux-Libre kernel and the GNU Shepherd init system.
  At this stage it can be used on an i686 or x86_64 machine.

  It is also possible to use Guix on top of an already installed
  GNU/Linux system, including on armv7, aarch64, and mips64el.

  https://www.gnu.org/software/guix/

• Download

  Here are the compressed sources and a GPG detached signature[*]:
    https://alpha.gnu.org/gnu/guix/guix-0.14.0.tar.gz
    https://alpha.gnu.org/gnu/guix/guix-0.14.0.tar.gz.sig

  Here are the bootable USB installation images and their signatures[*]:
    https://alpha.gnu.org/gnu/guix/guixsd-install-0.14.0.i686-linux.iso.xz
    https://alpha.gnu.org/gnu/guix/guixsd-install-0.14.0.i686-linux.iso.xz.sig
    https://alpha.gnu.org/gnu/guix/guixsd-install-0.14.0.x86_64-linux.iso.xz
    https://alpha.gnu.org/gnu/guix/guixsd-install-0.14.0.x86_64-linux.iso.xz.sig

  Here is the QCOW2 virtual machine (VM) image and its signature:
    https://alpha.gnu.org/gnu/guix/guixsd-vm-image-0.14.0.x86_64-linux.xz
    https://alpha.gnu.org/gnu/guix/guixsd-vm-image-0.14.0.x86_64-linux.xz.sig

  Here are the binary tarballs and their signatures[*]:
    https://alpha.gnu.org/gnu/guix/guix-binary-0.14.0.i686-linux.tar.xz
    https://alpha.gnu.org/gnu/guix/guix-binary-0.14.0.i686-linux.tar.xz.sig
    https://alpha.gnu.org/gnu/guix/guix-binary-0.14.0.x86_64-linux.tar.xz
    https://alpha.gnu.org/gnu/guix/guix-binary-0.14.0.x86_64-linux.tar.xz.sig
    https://alpha.gnu.org/gnu/guix/guix-binary-0.14.0.armhf-linux.tar.xz
    https://alpha.gnu.org/gnu/guix/guix-binary-0.14.0.armhf-linux.tar.xz.sig
    https://alpha.gnu.org/gnu/guix/guix-binary-0.14.0.aarch64-linux.tar.xz
    https://alpha.gnu.org/gnu/guix/guix-binary-0.14.0.aarch64-linux.tar.xz.sig

  Use a mirror for higher download bandwidth:
    http://www.gnu.org/order/ftp.html
  
  Here are the SHA1 checksums:

  1bc53c49d88600d63a1f195707a6f2cb0df83123  guix-0.14.0.tar.gz
  132c890a81f56ad4d8a896a052c6ae1f38b356bd  
guix-binary-0.14.0.aarch64-linux.tar.xz
  73ad2c00e17cb22cf81eae24a4a6480ea63fd0cd  
guix-binary-0.14.0.armhf-linux.tar.xz
  cddd2bf2066533426c5b20539afb8f6d8b53ec5b  guix-binary-0.14.0.i686-linux.tar.xz
  7779f0d6075b4c75900dc813531f87272d4121c9  
guix-binary-0.14.0.x86_64-linux.tar.xz
  ff884c8cdf6ab9a89e66a968562247dfc5512d80  
guixsd-install-0.14.0.i686-linux.iso.xz
  c75ba784b90f2f8e63d7db43bbce8c5dba4a7939  
guixsd-install-0.14.0.x86_64-linux.iso.xz
  72f66ca9217877fe5fcc5a7e4f29b10a648c2a58  
guixsd-vm-image-0.14.0.x86_64-linux.xz
  
  [*] Use a .sig file to verify that the corresponding file (without the
  .sig suffix) is intact.  First, be sure to download both the .sig file
  and the corresponding tarball.  Then, run a command like this:
  
    gpg --verify guix-0.14.0.tar.gz.sig
  
  If that command fails because you don't have the required public key,
  then run this command to import it:
  
    gpg --keyserver pool.sks-keyservers.net \
        --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
  
  and rerun the 'gpg --verify' command.
  
  This release was bootstrapped with the following tools:
    Autoconf 2.69
    Automake 1.15.1
    Makeinfo 6.5
    Help2man 1.47.4

  To install the Guix System Distribution, please see “System
  Installation” in the manual.  To install Guix on a running system,
  see “Installation” in the manual.

• Changes since version 0.13.0 (excerpt from the NEWS file)

  ** Package management

  *** ‘guix package’ displays how much will be downloaded
  *** ‘guix package’ warns about insufficient disk space
  *** ‘guix package’ now reports package collisions early on
  *** ‘guix package --search’ sorts results by relevance
  *** ‘guix pull’ now fetches code directly over Git using Guile-Git
  *** Substitutes can be downloaded from servers equivalent to the authorized 
ones
  *** New ‘guix-daemon’ options: ‘--listen’, ‘--timeout’, ‘--max-silent-time’
  *** New ‘guix weather’ command
  *** ‘guix publish --cache’ now also caches uncompressed items
  *** ‘guix publish’ no longer removes live items from its cache
  *** ‘guix challenge’ now displays an overall summary
  *** ‘guix refresh’ no longer uses FTP for GNU and GNOME packages
  *** ‘guix refresh’ has a new ‘-m’ or ‘--manifest’ option
  *** New ‘refresh’ checker for ‘guix lint’
  *** New ‘json’ importer for ‘guix import’ to simplify first packages
  *** New ‘texlive’ importer for ‘guix import’

  ** Distribution

  *** GuixSD installation image is now available as ISO-9660
  *** GuixSD installation image now includes an ‘sshd’ service
  *** New (gnu bootloaders) API, with support for U-Boot and extlinux
  *** ‘grub-configuration’ is deprecated in favor of ‘bootloader-configuration’
  *** ‘%desktop-services’ now includes NetworkManager instead of Wicd
  *** The (uuid …) form can now specify FAT32 and ISO-9660 UUIDs
  *** ‘guix system’ now reports missing file system UUIDs and labels
  *** ‘guix system’ can provide hints when reporting unbound variables
  *** New ‘--file-system-type’ option for ‘guix system disk-image’
  *** ‘guix system disk-image’ can now creates ISO-9660 images
  *** ‘guix system vm-image’ & co. automatically estimate the image size
  *** ‘guix system vm’ now uses overlayfs instead of unionfs
  *** ‘guix system init’ displays a progress bar while copying files
  *** TeX Live is now also available as a set of small ‘texlive-’ packages
  *** New ‘guix system search’ command to search for services
  *** New services

  certbot, fcgiwrap, gdm, git-http, knot, libvirt, memcached, mongodb, mpd,
  murmur, rsync, tailon, sysctl

  *** 1211 new packages

  0xffff, adms, aegisub, android-udev-rules, ant-apache-bcel, ant-junit,
  archivemount, armagetronad, asco, aspell-dict-ca, atool, axoloti-patcher,
  axoloti-runtime, bap, bismark, bitshuffle, blis, blis-haswell, blis-knl,
  blis-sandybridge, bmon, cadaver, caja, capstone, cataclysm-dda, catcodec,
  cheese, cinnamon-desktop, cl-unicode, cl-yale-haskell, classpath, cloc,
  cmdtest, conda, coq-bignums, coq-coquelicot, coq-flocq, coq-gappa,
  coq-interval, coq-mathcomp, cowsay, cpputest, cpuid, crawl-tiles, criu,
  crypto++, cube, cubicle, ddate, deja-dup, dino, dirvish, discount,
  disorderfs, dos2unix, dssi, ebtables, ecl-cl-unicode, eid-mw, eless,
  emacs-2048-game, emacs-autothemer, emacs-base16-theme,
  emacs-bash-completion, emacs-browse-at-remote, emacs-cnfonts,
  emacs-company-quickhelp, emacs-dired-hacks, emacs-direnv,
  emacs-disable-mouse, emacs-easy-kill, emacs-el2org, emacs-emamux,
  emacs-engine-mode, emacs-erc-hl-nicks, emacs-evil-matchit, emacs-exwm-x,
  emacs-ggtags, emacs-git-messenger, emacs-gitpatch, emacs-go-mode,
  emacs-graphviz-dot-mode, emacs-helm-make, emacs-helm-projectile,
  emacs-helm-swoop, emacs-highlight-stages, emacs-highlight-symbol,
  emacs-idris-mode, emacs-inf-ruby, emacs-jinja2-mode, emacs-json-snatcher,
  emacs-julia-mode, emacs-minitest, emacs-mustache, emacs-nix-mode,
  emacs-olivetti, emacs-org-contrib, emacs-org-edit-latex,
  emacs-org-pomodoro, emacs-org2web, emacs-pos-tip, emacs-prop-menu,
  emacs-pyim, emacs-pyim-basedict, emacs-rainbow-mode, emacs-restclient,
  emacs-rpm-spec-mode, emacs-rspec, emacs-sparql-mode, emacs-sr-speedbar,
  emacs-switch-window, emacs-tablist, emacs-tiny, emacs-transmission,
  emacs-tuareg, emacs-wgrep, emacs-which-key, emacs-writeroom,
  emacs-yasnippet-snippets, eog-plugins, eolie, es-dump-restore, escpr, et,
  f-seq, f2fs-tools, faba-icon-theme, fbreader, ffms2, five-or-more,
  florence, font-dosis, font-fira-sans, font-lato, font-mathjax,
  font-open-dyslexic, font-rachana, foo2zjs, foomatic-filters, footswitch,
  fping, freehdl, frei0r-plugins, fstrm, fzy, gama, gavl, gemma, geomyidae,
  gess, ghc-abstract-deque, ghc-abstract-par, ghc-aws, ghc-base-prelude,
  ghc-boxes, ghc-chunked-data, ghc-conduit-combinators,
  ghc-contravariant-extras, ghc-crypto-api, ghc-crypto-api-tests,
  ghc-cryptohash-md5, ghc-cryptohash-sha1, ghc-data-hash, ghc-edisonapi,
  ghc-edisoncore, ghc-edit-distance, ghc-either, ghc-entropy,
  ghc-equivalence, ghc-erf, ghc-errors, ghc-fail, ghc-foldl,
  ghc-geniplate-mirror, ghc-gitrev, ghc-glob, ghc-hex, ghc-http-conduit,
  ghc-http-date, ghc-http2, ghc-language-haskell-extract, ghc-math-functions,
  ghc-monad-par, ghc-monad-par-extras, ghc-monadplus, ghc-monadrandom,
  ghc-mono-traversable, ghc-murmur-hash, ghc-mwc-random, ghc-network-info,
  ghc-pretty-hex, ghc-psqueues, ghc-puremd5, ghc-rebase, ghc-simple-sendfile,
  ghc-statistics, ghc-stmonadtrans, ghc-strict, ghc-test-framework-th,
  ghc-tuple-th, ghc-uuid, ghc-uuid-types, ghc-vector-algorithms,
  ghc-vector-builder, ghc-vector-th-unbox, ghc-wai-conduit, ghc-warp,
  ghc-warp-tls, ghostscript-with-cups, git-remote-gcrypt, git-repo,
  glusterfs, gnome-clocks, gnome-default-applications, gnome-planner,
  gnome-todo, gnome-video-effects, gnucobol, gnutls-dane,
  go-github-com-audriusbutkevicius-cli,
  go-github-com-audriusbutkevicius-go-nat-pmp,
  go-github-com-audriusbutkevicius-kcp-go,
  go-github-com-audriusbutkevicius-pfilter, go-github-com-bkaradzic-go-lz4,
  go-github-com-calmh-du, go-github-com-calmh-xdr,
  go-github-com-ccding-go-stun,
  go-github-com-chmduquesne-rollinghash-adler32,
  go-github-com-d4l3k-messagediff, go-github-com-edsrzf-mmap-go,
  go-github-com-gobwas-glob, go-github-com-gogo-protobuf,
  go-github-com-gogo-protobuf-protoc-gen-gogo,
  go-github-com-golang-groupcache-lru, go-github-com-golang-snappy,
  go-github-com-jackpal-gateway, go-github-com-kardianos-osext,
  go-github-com-kballard-go-shellquote, go-github-com-lib-pq,
  go-github-com-minio-sha256-simd, go-github-com-oschwald-geoip2-golang,
  go-github-com-oschwald-maxminddb-golang, go-github-com-petermattis-goid,
  go-github-com-pkg-errors, go-github-com-rcrowley-go-metrics,
  go-github-com-sasha-s-go-deadlock, go-github-com-stathat-go,
  go-github-com-syndtr-goleveldb, go-github-com-templexxx-cpufeat,
  go-github-com-templexxx-reedsolomon, go-github-com-templexxx-xor,
  go-github-com-thejerf-suture, go-github-com-tjfoc-gmsm-sm4,
  go-github-com-vitrun-qart-coding, go-github-com-vitrun-qart-gf256,
  go-github-com-vitrun-qart-qr, go-github-com-xtaci-smux,
  go-github-com-zillode-notify, go-golang-org-x-crypto-bcrypt,
  go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-cast5,
  go-golang-org-x-crypto-pbkdf2, go-golang-org-x-crypto-salsa20,
  go-golang-org-x-crypto-tea, go-golang-org-x-crypto-twofish,
  go-golang-org-x-crypto-xtea, go-golang-org-x-net-bpf,
  go-golang-org-x-net-context, go-golang-org-x-net-internal-iana,
  go-golang-org-x-net-ipv4, go-golang-org-x-net-ipv6,
  go-golang-org-x-net-proxy, go-golang-org-x-sys-unix,
  go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm,
  go-golang-org-x-time-rate, godot, gpa, gpick, grfcodec, groff-minimal,
  grub-hybrid, gsound, gspell, gst-transcoder, gst123, guile-colorized,
  guile-dsv, guile-libctl, guile-ncurses-with-gpm, guile-wiredtiger,
  guile2.0-bytestructures, guile2.0-git, guile2.0-gnutls, guile2.0-guix,
  guile2.0-lib, gwl, harminv, hdf-java, heimdall, ht, hugin,
  hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca,
  hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us,
  hunspell-dict-fr, hunspell-dict-fr-moderne, hunspell-dict-fr-reforme1990,
  hunspell-dict-fr-toutesvariantes, ibutils, icedtea-web, igraph, ikiwiki,
  imb-openmpi, imp, infiniband-diags, jamvm, java-aopalliance,
  java-aqute-bnd-annotation, java-aqute-bndlib, java-aqute-libg,
  java-assertj, java-bouncycastle-bcpkix, java-bouncycastle-bcprov, java-bsh,
  java-classpathx-servletapi, java-cofoja, java-commons-bcel,
  java-commons-beanutils, java-commons-collections, java-commons-csv,
  java-commons-jexl, java-datanucleus-javax-persistence,
  java-eclipse-jetty-http, java-eclipse-jetty-http, java-eclipse-jetty-io,
  java-eclipse-jetty-io, java-eclipse-jetty-jmx, java-eclipse-jetty-jmx,
  java-eclipse-jetty-perf-helper, java-eclipse-jetty-security,
  java-eclipse-jetty-security, java-eclipse-jetty-server,
  java-eclipse-jetty-server, java-eclipse-jetty-servlet,
  java-eclipse-jetty-servlet, java-eclipse-jetty-test-helper,
  java-eclipse-jetty-util, java-eclipse-jetty-util,
  java-fasterxml-jackson-annotations, java-fasterxml-jackson-core,
  java-fasterxml-jackson-databind, java-fasterxml-jackson-dataformat-xml,
  java-fasterxml-jackson-dataformat-yaml,
  java-fasterxml-jackson-modules-base-jaxb, java-fest-assert, java-fest-test,
  java-fest-util, java-geronimo-xbean-reflect, java-guice,
  java-guice-servlet, java-hdrhistogram, java-iq80-snappy, java-javaewah,
  java-javax-inject, java-jboss-javassist, java-jboss-jms-api-spec,
  java-jbzip2, java-jcommander, java-jdom, java-jeromq, java-jgit, java-jgit,
  java-jmock-junit4, java-jmock-legacy, java-jnacl, java-kafka-clients,
  java-lmax-disruptor, java-log4j-1.2-api, java-log4j-core, java-lz4,
  java-mail, java-microemulator-cldc, java-mvel2, java-ops4j-base-io,
  java-ops4j-base-lang, java-ops4j-base-monitors, java-ops4j-base-spi,
  java-ops4j-base-store, java-ops4j-base-util, java-ops4j-base-util-property,
  java-ops4j-pax-exam-core, java-ops4j-pax-exam-core-junit,
  java-ops4j-pax-exam-core-spi, java-ops4j-pax-tinybundles, java-osgi-cmpn,
  java-osgi-dto, java-osgi-framework, java-osgi-namespace-contract,
  java-osgi-namespace-extender, java-osgi-namespace-service,
  java-osgi-resource, java-osgi-service-cm,
  java-osgi-service-component-annotations, java-osgi-service-jdbc,
  java-osgi-service-log, java-osgi-service-metatype-annotations,
  java-osgi-service-packageadmin, java-osgi-service-repository,
  java-osgi-service-resolver, java-osgi-util-function,
  java-osgi-util-promise, java-osgi-util-tracker, java-picard, java-picard,
  java-plexus-archiver, java-plexus-classworlds,
  java-plexus-container-default, java-plexus-container-default-bootstrap,
  java-plexus-io, java-powermock-api-easymock, java-powermock-api-support,
  java-powermock-core, java-powermock-modules-junit4,
  java-powermock-modules-junit4-common, java-powermock-reflect,
  java-slf4j-api, java-slf4j-simple, java-snakeyaml, java-snappy,
  java-snappy, java-stax2-api, java-stringtemplate, java-stringtemplate,
  java-testng, java-tomcat, java-tukaani-xz, java-woodstox-core,
  java-xerial-core, javacc, javacc, jmtpfs, jo, john-the-ripper-jumbo,
  js-datatables, js-es5-shim, js-highlight, js-html5shiv, js-json2,
  js-mathjax, js-respond, js-selectize, js-strftime, kaiju, kallisto,
  kbd-neo, kde-frameworkintegration, kdelibs4support, kdewebkit, keepassxc,
  kentutils, khtml, kjs, kjsembed, kmediaplayer, kodi-cli, kross, leocad,
  libdmtx, libdvbpsi, libebml, libechonest, libfabric, libgc-back-pointers,
  libgdata, libgxps, libinfinity, liblinebreak, libmatekbd, libmatemixer,
  libmatroska, libmd, libmediainfo, libnet, libngspice, liboauth, libproxy,
  libserialport, libsignal-protocol-c, libsigrok, libsigrokdecode, libzen,
  libzip, linenoise, linkchecker, linux-libre-arm-omap2plus, livemedia-utils,
  loksh, lollypop, ltris, lua5.1-bitop, lv2-devel, lxc, lxqt-build-tools,
  lziprecover, marco, masscan, mate, mate-applets, mate-control-center,
  mate-media, mate-panel, mate-session-manager, mate-settings-daemon,
  mate-terminal, mediainfo, meep, memcached, mescc-tools, mgba, minicom,
  mksh, mkvtoolnix, monero, monero-core, mongodb, motti, mpb, mtr, mujs,
  multitail, musescore, mygui, ncurses-with-gpm, network-manager-openvpn,
  newsboat, nftables, nginx-documentation, ngspice, nlohmann-json-cpp, nml,
  nototools, nxbelld, nzbget, ocaml-async, ocaml-async-extra,
  ocaml-async-kernel, ocaml-async-rpc-kernel, ocaml-async-unix,
  ocaml-camomile, ocaml-core, ocaml-core-kernel, ocaml-cstruct,
  ocaml-easy-format, ocaml-ezjsonm, ocaml-graph, ocaml-hex, ocaml-jbuilder,
  ocaml-lambda-term, ocaml-ocplib-endian, ocaml-piqi, ocaml-piqilib,
  ocaml-ppx-bin-prot, ocaml-ppx-custom-printf, ocaml-ppx-expect,
  ocaml-ppx-fail, ocaml-ppx-fields-conv, ocaml-ppx-jane, ocaml-ppx-pipebang,
  ocaml-ppx-sexp-message, ocaml-ppx-sexp-value, ocaml-re, ocaml-uri,
  ocaml-utop, ocaml-uuidm, ocaml-zed, ogre, ois, oksh, opari2,
  open-adventure, openfoam, openmolar, openmpi-thread-multiple, openmw,
  openrct2, openscenegraph, opensm, optcomp, os-prober, otf2, packagekit,
  paml, papagayo, papi, parcimonie, pass-git-helper, pdsh,
  perl-archive-extract, perl-b-keywords, perl-browser-open, perl-carp-always,
  perl-cgi-session, perl-clone-pp, perl-convert-binhex,
  perl-crypt-random-source, perl-data, perl-data-perl, perl-data-printer,
  perl-data-record, perl-devel-cycle, perl-devel-hide, perl-file-basedir,
  perl-file-configdir, perl-file-desktopentry, perl-file-mimeinfo,
  perl-file-sharedir-dist, perl-gnupg-interface, perl-hash-fieldhash,
  perl-html-scrubber, perl-html-tidy, perl-importer, perl-libintl-perl,
  perl-libtime-parsedate, perl-libtime-period, perl-list-moreutils-xs,
  perl-lwp-online, perl-mailtools, perl-math-random-isaac,
  perl-math-random-isaac-xs, perl-math-random-secure, perl-mime-tools,
  perl-moox, perl-moox-cmd, perl-moox-configfromfile,
  perl-moox-file-configdir, perl-moox-handlesvia, perl-moox-late,
  perl-moox-options, perl-net-dbus, perl-net-dbus-glib, perl-net-idn-encode,
  perl-params-validationcompiler, perl-parse-recdescent,
  perl-proc-invokeeditor, perl-ref-util-xs, perl-regexp-util,
  perl-sort-naturally, perl-specio, perl-sub-info, perl-term-size-any,
  perl-term-size-perl, perl-term-table, perl-test-command,
  perl-test-cpan-meta, perl-test-cpan-meta-json, perl-test-eol,
  perl-test-file-sharedir-dist, perl-test-memory-cycle, perl-test-notabs,
  perl-test-taint, perl-test2-bundle-extended, perl-test2-plugin-nowarnings,
  perl-text-markdown-discount, perl-text-template, perl-tree-xpathengine,
  perl-type-tie, perl-type-tiny, perl-type-tiny-xs, perl-types-path-tiny,
  perl-xml-filter-buffertext, perl-xml-handler-yawriter, perl-xml-sax-writer,
  perl-xml-twig, perl-xml-xpathengine, perl-yaml-libyaml, phylip, pidentd,
  plink-ng, pngcrush, polyml, premake, prison, procenv, protobuf-c, psm,
  pt-scotch32, pulsemixer, pulseview, pydf, python-anaconda-client,
  python-ansi2html, python-apache-libcloud, python-apispec,
  python-asn1crypto, python-attrs, python-automat, python-backpack,
  python-backports-csv, python-behave-web-api, python-betamax-matchers,
  python-bottle, python-capstone, python-capturer, python-cbor, python-clf,
  python-clyent, python-coloredlogs, python-colormath, python-conda,
  python-constantly, python-dukpy, python-editdistance, python-flaky,
  python-flasgger, python-flask-httpauth, python-flask-migrate,
  python-flask-principal, python-flask-script, python-flex, python-genshi,
  python-ghp-import, python-grako, python-graphviz,
  python-guzzle-sphinx-theme, python-honcho, python-html5-parser,
  python-humanfriendly, python-igraph, python-incremental,
  python-internetarchive, python-jsonpatch, python-jsonpatch,
  python-jsonpointer, python-jsonrpclib-pelix, python-linecache2,
  python-lmdb, python-lzstring, python-m2r, python-marshmallow,
  python-misaka, python-networkx2, python-nose-randomly, python-nose-timer,
  python-numpy-next, python-packaging, python-parameterized, python-pastel,
  python-pbr-minimal, python-pendulum, python-pkginfo, python-py-ubjson,
  python-py2bit, python-pyaes, python-pyalsaaudio, python-pycanberra,
  python-pyclipper, python-pydiff, python-pydot, python-pynacl,
  python-pyodbc, python-pyqrcode, python-pyqt+qscintilla, python-pysocks,
  python-pytest-capturelog, python-pytzdata, python-qscintilla, python-radon,
  python-ratelimiter, python-regex, python-relatorio, python-rencode,
  python-rfc3987, python-ruamel.yaml, python-schedule, python-schema,
  python-schema, python-setuptools-scm-git-archive, python-smmap2,
  python-spectra, python-sphinxcontrib-websupport, python-sql, python-sure,
  python-swagger-spec-validator, python-tornado-http-auth, python-tqdm,
  python-traceback2, python-twine, python-uniseg, python-uritemplate,
  python-validate-email, python-verboselogs, python-xapian-bindings,
  python-xenon, python-xsge, python2-anaconda-client, python2-aniso8601,
  python2-ansi2html, python2-apache-libcloud, python2-apispec,
  python2-asn1crypto, python2-attrs, python2-automat, python2-backpack,
  python2-backports-csv, python2-behave-web-api, python2-betamax-matchers,
  python2-booleanoperations, python2-bottle, python2-capstone,
  python2-capturer, python2-clf, python2-clyent, python2-coloredlogs,
  python2-colormath, python2-conda, python2-constantly, python2-couleur,
  python2-defcon, python2-dukpy, python2-flaky, python2-flasgger,
  python2-flask-httpauth, python2-flask-migrate, python2-flask-principal,
  python2-flask-script, python2-flex, python2-genshi, python2-ghp-import,
  python2-grako, python2-graphviz, python2-guzzle-sphinx-theme,
  python2-honcho, python2-html5-parser, python2-htseq, python2-httpretty,
  python2-humanfriendly, python2-incremental, python2-internetarchive,
  python2-jsonpatch, python2-jsonpatch, python2-jsonpointer,
  python2-jsonrpclib-pelix, python2-libmpsse, python2-linecache2,
  python2-lmdb, python2-lzstring, python2-m2r, python2-marshmallow,
  python2-misaka, python2-neo4j-driver, python2-networkx2,
  python2-nose-randomly, python2-nose-timer, python2-numpy-next,
  python2-packaging, python2-parameterized, python2-parse-type,
  python2-pastel, python2-pbr-minimal, python2-pendulum, python2-pgpdump,
  python2-pkginfo, python2-py2neo, python2-pyaes, python2-pyalsaaudio,
  python2-pyclipper, python2-pydiff, python2-pydot, python2-pyodbc,
  python2-pyopengl, python2-pysocks, python2-pytest-capturelog,
  python2-pytzdata, python2-radon, python2-ratelimiter, python2-rednose,
  python2-regex, python2-relatorio, python2-rencode,
  python2-requests-toolbelt, python2-rfc3987, python2-roca-detect,
  python2-ruamel.yaml, python2-schedule, python2-schema, python2-schema,
  python2-setuptools-scm-git-archive, python2-smmap2, python2-spectra,
  python2-sql, python2-steadymark, python2-sure,
  python2-swagger-spec-validator, python2-tqdm, python2-traceback2,
  python2-twine, python2-ufolib, python2-uniseg, python2-uritemplate,
  python2-validate-email, python2-verboselogs, python2-xenon, python2-xsge,
  qgpgme, qjson, qmidiroute, qscintilla, qtnetworkauth, qtremoteobjects,
  qtspeech, quagga, qucs, qucs-s, r-annotationfilter, r-annotationhub,
  r-aroma-light, r-auc, r-bbmle, r-bindr, r-bindrcpp, r-biovizbase, r-blob,
  r-broom, r-calibrate, r-circlize, r-compare, r-complexheatmap,
  r-copynumber, r-corrplot, r-crosstalk, r-cvst, r-dbplyr, r-ddalpha,
  r-dendextend, r-deseq, r-dexseq, r-dimred, r-directlabels,
  r-dirichletmultinomial, r-distillery, r-drr, r-edaseq, r-emdbook, r-energy,
  r-ensembldb, r-erma, r-extremes, r-fastmatch, r-fastseg, r-fdrtool, r-ff,
  r-ffbase, r-fit-models, r-fitdistrplus, r-fithic, r-forcats, r-gage,
  r-genomicfiles, r-getoptlong, r-ggally, r-ggbio, r-ggdendro, r-ggrepel,
  r-globaloptions, r-glue, r-gower, r-gprofiler, r-gqtlbase, r-gqtlstats,
  r-gviz, r-gwascat, r-hardyweinberg, r-hitc, r-homo-sapiens, r-inline,
  r-interactivedisplaybase, r-ipred, r-keggrest, r-ksamples, r-laeken,
  r-lava, r-ldblock, r-limsolve, r-lmoments, r-lmtest, r-lpsolve,
  r-lubridate, r-methylkit, r-mice, r-organismdbi, r-pcapp, r-pdist,
  r-performanceanalytics, r-pkgconfig, r-png, r-powerlaw, r-prettyunits,
  r-prodlim, r-progress, r-proxy, r-psych, r-qvalue, r-rcpproll, r-recipes,
  r-reshape, r-rgraphviz, r-rlang, r-rmpi, r-rmtstat, r-rmysql, r-robust,
  r-rook, r-rrcov, r-rsofia, r-shape, r-shiny, r-sm, r-snpstats, r-sp,
  r-sparql, r-stringdist, r-suppdists, r-sushi, r-tgconfig, r-tgstat,
  r-tidyselect, r-timedate, r-vcd, r-vioplot, r-xts, radare2, retux,
  ritornello, rmath-standalone, roguebox-adventures, rosegarden, rss-bridge,
  rtl-sdr, ruby-code-statistics, ruby-highline, ruby-httpclient,
  ruby-multi-json, ruby-options, ruby-progress_bar, ruby-rubyzip, s-shell,
  sakura, sbcl-cl-ppcre-unicode, sbcl-cl-uglify-js, sbcl-cl-unicode,
  sbcl-iterate, sbcl-parse-js, sbcl-parse-number, scons-python2,
  scorep-openmpi, scotch32, sigrok-cli, sigrok-firmware-fx2lafw,
  simplescreenrecorder, smu, snd, sooperlooper, sorcer, spectrwm, spiped,
  sqlite-with-fts3, stgit, syncthing, tadbit, texlive-bin, texlive-dvips,
  texlive-fontname, texlive-fonts-amsfonts, texlive-fonts-cm,
  texlive-fonts-ec, texlive-fonts-knuth-lib, texlive-fonts-latex,
  texlive-fonts-rsfs, texlive-fonts-stmaryrd, texlive-fonts-txfonts,
  texlive-generic-babel-english, texlive-generic-dehyph-exptl,
  texlive-generic-epsf, texlive-generic-hyph-utf8, texlive-generic-ifxetex,
  texlive-generic-pdftex, texlive-generic-tex-ini-files,
  texlive-generic-unicode-data, texlive-latex-acmart, texlive-latex-acronym,
  texlive-latex-amscls, texlive-latex-amsfonts, texlive-latex-amsmath,
  texlive-latex-amsrefs, texlive-latex-anysize, texlive-latex-appendix,
  texlive-latex-babel, texlive-latex-base, texlive-latex-bigfoot,
  texlive-latex-blindtext, texlive-latex-capt-of, texlive-latex-changebar,
  texlive-latex-cmap, texlive-latex-colortbl, texlive-latex-cyrillic,
  texlive-latex-dinbrief, texlive-latex-draftwatermark, texlive-latex-eepic,
  texlive-latex-enumitem, texlive-latex-environ, texlive-latex-eqparbox,
  texlive-latex-eso-pic, texlive-latex-etoolbox, texlive-latex-expdlist,
  texlive-latex-fancybox, texlive-latex-fancyhdr, texlive-latex-fancyvrb,
  texlive-latex-filecontents, texlive-latex-filemod, texlive-latex-float,
  texlive-latex-fncychap, texlive-latex-fontspec, texlive-latex-footmisc,
  texlive-latex-framed, texlive-latex-g-brief, texlive-latex-galois,
  texlive-latex-gcite, texlive-latex-geometry, texlive-latex-graphics,
  texlive-latex-hyperref, texlive-latex-ifplatform, texlive-latex-jknapltx,
  texlive-latex-l3kernel, texlive-latex-l3packages, texlive-latex-lh,
  texlive-latex-listings, texlive-latex-mdwtools, texlive-latex-multirow,
  texlive-latex-natbib, texlive-latex-oberdiek, texlive-latex-overpic,
  texlive-latex-parskip, texlive-latex-pdfpages, texlive-latex-polyglossia,
  texlive-latex-preview, texlive-latex-psfrag, texlive-latex-psnfss,
  texlive-latex-pstool, texlive-latex-seminar, texlive-latex-subfigure,
  texlive-latex-supertabular, texlive-latex-tabulary,
  texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-tools,
  texlive-latex-trimspaces, texlive-latex-type1cm, texlive-latex-ucs,
  texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth,
  texlive-latex-wasysym, texlive-latex-wrapfig, texlive-latex-xcolor,
  texlive-luatex-lualibs, texlive-metafont-base, texlive-metapost,
  texlive-tex-plain, texlive-tex-texinfo, texlive-tiny, thc-ipv6, tidyp,
  tklib, tmuxifier, tome4, toxic, translate-shell, trim-galore, tryton,
  trytond, u-boot-odroid-c2, uglify-js, uim, uim-gtk, uim-qt, unbound,
  unshield, vcsh, vim-fugitive, virtuoso-ose, vpnc-scripts, websockify,
  wget2, wine-next, wine64, xautolock, xautomation, xdg-user-dirs,
  xf86-video-freedreno, xmobar, xpra, xsel, xxd, xyce-parallel, xyce-serial,
  z3, zathura-pdf-mupdf

  *** 1403 package updates

  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden, 
address@hidden,
  address@hidden, address@hidden, address@hidden,
  address@hidden, address@hidden, address@hidden, address@hidden,
  address@hidden

  ** Programming interfaces

  *** New build systems: ‘font’, ‘meson’, ‘minify’, ‘scons’, ‘texlive’
  *** ‘cmake-build-system’ now supports cross-compilation
  *** Various improvements to ‘asdf-build-system’, ‘emacs-build-system’,
      ‘ant-build-system’, and ‘go-build-system’
  *** ‘patches’ field of <origin> can now contain any lowerable object
  *** (gnu system vm) has a new ‘make-iso9660-image’ procedure
  *** ‘openssh-service-type’ can now be extended with new authorized keys
  *** ‘rottlog-service-type’ can now be extended with new ‘log-rotation’s
  *** ‘network-manager-service-type’ now supports VPN plugins
  *** <service-type> now has a ‘description’ field, used by ‘guix system search’
  *** New ‘virtual-machine’ form in (gnu system vm)
  *** New (gnu system uuid) module, which defines a disjoint <uuid> type
  *** New (guix progress) module

  ** Noteworthy bug fixes

  *** GuixSD no longer creates setuid binaries in /gnu/store
      (<https://bugs.gnu.org/28751>)
  *** /root is no longer world-readable (<http://bugs.gnu.org/27135>)
  *** ‘guix publish’ no longer leaks memory (<https://bugs.gnu.org/28784>)
  *** Missing cursor icons in GNOME could cause crashes
      (<https://bugs.gnu.org/25958>)
  *** Setuid programs now honor the system timezone
      (<https://bugs.gnu.org/29212>)
  *** Clients honor the daemon’s ‘max-silent-time’
      (<https://bugs.gnu.org/27157>)
  *** ‘guix substitute’ honors substitute expiry time again
      (<https://lists.gnu.org/archive/html/guix-devel/2017-07/msg00179.html>)
  *** Several portability fixes for aarch64

  ** Native language support

  Updated translations: da (Danish), fr (French)


Please report bugs to address@hidden
Join address@hidden and #guix on Freenode for discussions.

Thanks to everyone who contributed to this release:

     2  Adam Van Ymeren
     2  Adonay Felipe Nogueira
     6  Adriano Peluso
     8  Alex Griffin
    20  Alex Kost
     2  Alex Sassmannshausen
    35  Alex Vong
     3  Andreas Enge
     1  André Miranda
    27  Andy Patterson
    34  Andy Wingo
    68  Arun Isaac
     1  Ben Sturmfels
    98  Ben Woodcroft
    28  Brendan Tildesley
     5  Carlo Zancanaro
     3  Chris Marusich
     3  Christopher Allan Webber
   103  Christopher Baines
    20  Clément Lassieur
    24  Cyril Roelandt
    81  Danny Milosavljevic
    31  Dave Love
     3  David Thompson
     1  Diego Nicola Barbato
   291  Efraim Flashner
    41  Eric Bavier
     4  Ethan R. Jones
    21  Feng Shu
     5  Gregor Giesen
     8  Gábor Boskovits
    73  Hartmut Goebel
     1  Ivan Vilata i Balaguer
     2  James Richardson
    29  Jan Nieuwenhuizen
    11  Jelle Licht
     1  John Darrington
     2  Jonathan Brielmaier
     4  José Miguel Sánchez García
     1  Julian Graham
   175  Julien Lepiller
     1  Jörg Thalheim
   132  Kei Kebreau
     1  Kristofer Buffington
    29  Kyle Meyer
   408  Leo Famulari
   585  Ludovic Courtès
    12  Manolis Ragkousis
     1  Marco van Hulten
     1  Marek Benc
   510  Marius Bakke
   175  Mark H Weaver
    41  Mathieu Othacehe
    15  Maxim Cournoyer
     3  Mekeor Melire
     3  Mike Gerwitz
     7  Mohammed Sadiq
    17  Muriithi Frederick Muriuki
    22  Nicolas Goaziou
    61  Oleg Pykhalov
     5  Paul Garlick
     5  Peter Kreye
    17  Peter Mikkelsen
    34  Petter
     4  Pierre Langlois
     1  Pjotr Prins
     2  R H
     6  Rene Saavedra
   846  Ricardo Wurmus
    58  Roel Janssen
    67  Rutger Helling
     2  Ryan Moe
    15  Sergei Trofimovich
    31  Sou Bunnbu (宋文武)
    14  Stefan Reichör
    34  Theodoros Foradis
    31  Thomas Danckaert
     3  Timothy Sample
   505  Tobias Geerinckx-Rice
     1  Tomáš Čech
     8  Troy Sankey
     4  Vasile Dumitrascu
     2  Z. Ren
     1  djwj
     1  eacces
    10  nee
   130  ng0
    53  rsiddharth

Ludovic, on behalf of the Guix team.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]