me
/
guix
Archived
1
0
Fork 0

NEWS: Small changes.

NEWS: Typos and very minor changes.
master
Andreas Enge 2013-12-10 22:14:23 +01:00
parent a043ac04d9
commit 4a8c5617f9
1 changed files with 5 additions and 5 deletions

10
NEWS
View File

@ -37,8 +37,8 @@ command.
*** New (gnu system) module *** New (gnu system) module
This module provides generic way to describe the systems configuration, and This module provides a generic way to describe the systems configuration,
to instantiate it, regardless of the final medium (QEMU image, etc.) and to instantiate it, regardless of the final medium (QEMU image, etc.)
See “System Configuration” in the manual. See “System Configuration” in the manual.
This is work in progress. Send feedback to guix-devel@gnu.org! This is work in progress. Send feedback to guix-devel@gnu.org!
@ -51,12 +51,12 @@ See “Derivations” in the manual.
** GNU distribution ** GNU distribution
*** New port to the Loongson MIPS64 processors, n32 ABI (mips64el-linux) *** New port to the Loongson MIPS64 processors, n32 ABI (mips64el-linux)
Bootstrap binaries have been built for that architecture, as several Bootstrap binaries have been built for that architecture, and several
Loongson-specific patches not yet available upstream have been applied to core Loongson-specific patches not yet available upstream have been applied to core
packages. See “GNU Distribution” and “Porting” in the manual. packages. See “GNU Distribution” and “Porting” in the manual.
Pre-built binaries are not yet available via hydra.gnu.org, so Guix will Pre-built binaries are not yet available via hydra.gnu.org, so Guix will
build by itself on this platform. build from source on this platform.
*** XXX new packages *** XXX new packages
@ -71,7 +71,7 @@ build by itself on this platform.
** Bugs fixed ** Bugs fixed
*** guix-daemon always sets umask to 022 *** guix-daemon always sets umask to 022
(http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00033.html) (http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00033.html)
*** guix pull compiles Guix in a deterministically and correctly *** guix pull compiles Guix deterministically and correctly
Previously, the build environment was not cleared in between compile-file Previously, the build environment was not cleared in between compile-file
calls, leading to build errors due to Guile bug http://bugs.gnu.org/15602 . calls, leading to build errors due to Guile bug http://bugs.gnu.org/15602 .