summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-05-12 16:35:08 +0200
committerLudovic Courtès <ludo@gnu.org>2013-05-12 16:35:27 +0200
commit0f241da212dee9e027ff63b3c0020e5cbd3f6e44 (patch)
tree218d3110f2a9305fce6b4862875d53ec83903a3e /NEWS
parenta463ffd9e8b1a60c2514eeb0d9f621e5a0e33767 (diff)
downloadgnu-guix-0f241da212dee9e027ff63b3c0020e5cbd3f6e44.tar
gnu-guix-0f241da212dee9e027ff63b3c0020e5cbd3f6e44.tar.gz
Update `NEWS'.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 20 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index dbcf23c874..29a8e73762 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,12 @@ As the name implies, this option atomically upgrades all the packages
installed in a profile or the set of packages matching a given regexp.
See “Invoking guix package” in the manual.
+*** New “guix package --search” option
+
+Performs a full text search in package synopses and descriptions, and returns
+the matching packages in recutils format. See “Invoking guix package” in the
+manual, for details.
+
*** New “guix pull” command
The command pulls the latest version of Guix–both the package management
@@ -36,8 +42,11 @@ modules and the distribution. See the manual for details.
The “substituter” mechanism allows pre-built binaries to be transparently
downloaded instead of performing a build locally. Currently binaries are
-available for x86_64 Linux-based GNU systems from http://hydra.gnu.org. See
-the manual for details.
+available for x86_64 Linux-based GNU systems from http://hydra.gnu.org. The
+distribution is continuously built and binaries are made available from there.
+
+See http://hydra.gnu.org/jobset/gnu/master under “Job status” for the list of
+available binary packages.
*** New “guix refresh” command
@@ -49,12 +58,17 @@ distribution to the latest upstream releases of GNU software.
Convenience command to compute the hash of a file. See the manual for
details.
-*** (guix download) now supports HTTPS, using GnuTLS
+*** Nix daemon code updated
-It allows package source tarballs to be retrieved over HTTPS.
+The daemon code from Nix, used by the ‘guix-daemon’ command, has been updated
+to current Nix ‘master’.
** Programming interfaces
+*** (guix download) now supports HTTPS, using GnuTLS
+
+It allows package source tarballs to be retrieved over HTTPS.
+
*** New ‘native-search-path’ and ‘search-path’ package fields
Packages can define in their ‘native-search-path’ field environment variables
@@ -108,5 +122,5 @@ Coreutils 8.20, GDB 7.6, Texinfo 5.1.
*** Noteworthy new packages
-TeXLive, Xorg, GNU Parted, QEMU and QEMU-KVM, Avahi, Bigloo, CHICKEN,
-Scheme48, Hugs, Python, Lua, Samba.
+TeXLive, Xorg, GNU GRUB, GNU Parted, QEMU and QEMU-KVM, Avahi, Bigloo,
+CHICKEN, Scheme48, Hugs, Python, Lua, Samba.