|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | +<!--==================================================================--> |
| 10 | + |
| 11 | +<section xml:id="ssec-relnotes-1.5.3"><title>Release 1.5.3 (June 17, 2013)</title> |
| 12 | + |
| 13 | +<para>This is primarily a bug fix release. The following changes are |
| 14 | +noteworthy:</para> |
| 15 | + |
| 16 | +<itemizedlist> |
| 17 | + |
| 18 | + <listitem> |
| 19 | + <para>Yet another security bug involving hard links to files |
| 20 | + outside the store was fixed. This bug only affected multi-user |
| 21 | + installations that do not have hard link restrictions |
| 22 | + enabled. (NixOS is thus not vulnerable.)</para> |
| 23 | + </listitem> |
| 24 | + |
| 25 | + <listitem> |
| 26 | + <para>The default binary cache URL has changed from |
| 27 | + <uri>http://nixos.org/binary-cache</uri> to |
| 28 | + <uri>http://cache.nixos.org</uri>. The latter is hosted on Amazon |
| 29 | + CloudFront (courtesy of <link |
| 30 | + xlink:href="http://www.logicblox.com/">LogicBlox</link>) and |
| 31 | + should provide better performance for users in both Europe and |
| 32 | + North America.</para> |
| 33 | + </listitem> |
| 34 | + |
| 35 | + <listitem> |
| 36 | + <para>The binary cache substituter now prints a warning message if |
| 37 | + fetching information from the cache takes more than five seconds. |
| 38 | + Thus network or server problems no longer make Nix appear to just |
| 39 | + hang.</para> |
| 40 | + </listitem> |
| 41 | + |
| 42 | + <listitem> |
| 43 | + <para>Stack traces now show function names, e.g. |
| 44 | +<screen> |
| 45 | +while evaluating `concatMapStrings' at `<replaceable>...</replaceable>/nixpkgs/pkgs/lib/strings.nix:18:25': |
| 46 | +</screen> |
| 47 | + Also, if a function is called with an unexpected argument, Nix |
| 48 | + now shows the name of the argument. |
| 49 | + </para> |
| 50 | + </listitem> |
| 51 | + |
| 52 | +</itemizedlist> |
| 53 | + |
| 54 | +</section> |
| 55 | + |
| 56 | + |
9 | 57 | <!--==================================================================--> |
10 | 58 |
|
11 | 59 | <section xml:id="ssec-relnotes-1.5.2"><title>Release 1.5.2 (May 13, 2013)</title> |
|
0 commit comments