From 44af18f8ae070b73854ccd8ec707f5b2a6ee0897 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Thu, 18 Dec 2014 02:00:42 +0100 Subject: update release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 33e9a0503a55aef49c4d8750a712388ab71b6446) Signed-off-by: Domen Kožar --- nixos/doc/manual/release-notes/rl-1412.xml | 133 +++++++++++++++++++++++++++-- 1 file changed, 127 insertions(+), 6 deletions(-) (limited to 'nixos/doc/manual/release-notes/rl-1412.xml') diff --git a/nixos/doc/manual/release-notes/rl-1412.xml b/nixos/doc/manual/release-notes/rl-1412.xml index 86b11966c76d..ac55b6a9f117 100644 --- a/nixos/doc/manual/release-notes/rl-1412.xml +++ b/nixos/doc/manual/release-notes/rl-1412.xml @@ -4,12 +4,113 @@ version="5.0" xml:id="sec-release-14.12"> -Release 14.12 (“Caterpillar”, 2014/12/??) - -When upgrading from a previous release, please be aware of the -following incompatible changes: - - + Release 14.12 (“Caterpillar”, 2014/12/??) + + In addition to numerous new and upgraded packages, this release has the following highlights: + + + + Systemd has been updated to version 217, which has numerous + improvements + . + + + Nix has been updated to 1.8. + + NixOS is now based on Glibc 2.20. + + KDE has been updated to 4.14. + + The default Linux kernel has been updated to 3.14. + + set to true now respect any changes + made after initial creation of a user or a group. + + + + + Following new services were added since the last release: + + + parallels-guest + docker + lxc + openvswitch + fluxbox + bspwm + gdm + fcgiwrap + peerflix + fail2ban + chronos + znc + unifi + teamspeak3 + strongswan + seeks + radicale + prosody + polipo + openntpd + nsd + mailpile + i2pd + dnscrypt-proxy + consul + atftpd + scollector + collectd + bosun + riemann + zookeeper + uhub + siproxd + redmine + phd + mesos + gitlab + gitolite + etcd + docker-registry + cpuminer-cryptonight + thermald + mlmmj + tcsd + gnome3.seahorse + gnome3.gvfs + gnome3.gnome-online-miners + gnome3.gnome-documents + geoclue2 + opentsdb + neo4j + monetdb + influxdb + hbase + torque/mrom + torque/server + kubernetes + fleet + crashplan + mopidy + liquidsoap + + + + Following renames of options have taken in effect (old names are obsolete): + + + to + to + to + to + to + + + + When upgrading from a previous release, please be aware of the + following incompatible changes: + + The default version of Apache httpd is now 2.4. If you use the option to pass literal @@ -34,7 +135,27 @@ services.httpd.package = pkgs.apacheHttpd_2_2; rather than c-container-name. GNOME 3.10 support has been dropped. The default GNOME version is now 3.12. + + VirtualBox has been upgraded to 4.3.20 release. Users may be required to run + rm -rf /tmp.vbox*. imports = [ <nixpkgs/nixos/modules/programs/virtualbox.nix> ] + is no longer necessary, use services.virtualboxHost.enable = true instead. + + + Chromium has been updated to 39.0.2171.65. is now enabled by default. + chromium*Wrapper packages no longer exist, because upstream removed NSAPI support. + chromium-stable has been renamed to chromium. + + + Python packaging documentation is now part of nixpkgs manual. To override + the python packages available to a custom python you now use pkgs.pythonFull.buildEnv.override + instead of pkgs.pythonFull.override. + + boot.resumeDevice = "8:6" is no longer supported. Most users will + want to leave it undefined, which takes the swap partitions automatically. There is an evaluation + assertion to ensure that the string starts with a slash. + + The system-wide default timezone for NixOS installations changed from CET to UTC. To choose a different timezone for your system, configure -- cgit 1.4.1