diff --git a/nixos/doc/manual/release-notes/rl-1603.xml b/nixos/doc/manual/release-notes/rl-1603.xml
index 47654064163..8119470385f 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