From e60be0923ba138d3309038585b8d04db5affda86 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 31 Mar 2016 12:30:05 +0200 Subject: NixOS manual: Add some release notes --- nixos/doc/manual/release-notes/rl-1603.xml | 68 ++++++++++++++++++++++++++---- 1 file changed, 59 insertions(+), 9 deletions(-) (limited to 'nixos/doc') diff --git a/nixos/doc/manual/release-notes/rl-1603.xml b/nixos/doc/manual/release-notes/rl-1603.xml index 476540641639..8119470385f6 100644 --- a/nixos/doc/manual/release-notes/rl-1603.xml +++ b/nixos/doc/manual/release-notes/rl-1603.xml @@ -12,14 +12,44 @@ has the following highlights: - Firefox and similar browsers are now wrapped by default. - The package and attribute names are plain firefox - or midori, etc. Backward-compatibility attributes were set up, - but note that nix-env -u will not update - your current firefox-with-plugins; - you have to uninstall it and install firefox instead. - More discussion is - on the PR. + Systemd 229, bringing numerous + improvements over 217. + + + + Linux 4.4 (was 3.18). + + + + GCC 5.3 (was 4.9). Note that GCC 5 changes + the C++ ABI in an incompatible way; this may cause problems + if you try to link objects compiled with different versions of + GCC. + + + + Glibc 2.23 (was 2.21). + + + + Improved support for ensuring bitwise reproducible + builds. For example, stdenv now sets the + environment variable SOURCE_DATE_EPOCH + to a deterministic value, and Nix has gained + an option to repeat a build a number of times to test + determinism. An ongoing project, the goal of exact reproducibility + is to allow binaries to be verified independently (e.g., a user + might only trust binaries that appear in three independent binary + caches). + + + + Perl 5.22. @@ -39,6 +69,22 @@ has the following highlights: following incompatible changes: + + + We no longer produce graphical ISO images and VirtualBox + images for i686-linux. A minimal ISO image is + still provided. + + + + Firefox and similar browsers are now wrapped by default. + The package and attribute names are plain firefox + or midori, etc. Backward-compatibility attributes were set up, + but note that nix-env -u will not update + your current firefox-with-plugins; + you have to uninstall it and install firefox instead. + + wmiiSnap has been replaced with wmii_hg, but @@ -292,14 +338,18 @@ services.syncthing = { Other notable improvements: + + + ejabberd module is brought back and now works on -- cgit 1.4.1