Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6016bcd

Browse files
committed
Update release notes for Nix 1.5.3
1 parent 1b6ee8f commit 6016bcd

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

doc/manual/release-notes.xml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,54 @@
66

77

88

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+
957
<!--==================================================================-->
1058

1159
<section xml:id="ssec-relnotes-1.5.2"><title>Release 1.5.2 (May 13, 2013)</title>

0 commit comments

Comments
 (0)