summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2016-08-01 08:13:08 +0200
committerGitHub <noreply@github.com>2016-08-01 08:13:08 +0200
commitdbd856d7240b992fc45aedf6e2227f4028b72a5b (patch)
tree2e409916608d90340658d05829704ad4cc9ee7c4 /nixos
parentbafc296e531aab26d2aa351f1dacf0ba632f4512 (diff)
parent07ca9bd4bc7b7c57fbf628e60197cc8b7821404b (diff)
downloadnixlib-dbd856d7240b992fc45aedf6e2227f4028b72a5b.tar
nixlib-dbd856d7240b992fc45aedf6e2227f4028b72a5b.tar.gz
nixlib-dbd856d7240b992fc45aedf6e2227f4028b72a5b.tar.bz2
nixlib-dbd856d7240b992fc45aedf6e2227f4028b72a5b.tar.lz
nixlib-dbd856d7240b992fc45aedf6e2227f4028b72a5b.tar.xz
nixlib-dbd856d7240b992fc45aedf6e2227f4028b72a5b.tar.zst
nixlib-dbd856d7240b992fc45aedf6e2227f4028b72a5b.zip
Merge pull request #17387 from cko/redis
redis: 3.0.7 -> 3.2.2
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1609.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1609.xml b/nixos/doc/manual/release-notes/rl-1609.xml
index 0bea6cbbf2dd..8dbf03ee42b4 100644
--- a/nixos/doc/manual/release-notes/rl-1609.xml
+++ b/nixos/doc/manual/release-notes/rl-1609.xml
@@ -33,12 +33,19 @@ has the following highlights: </para>
 following incompatible changes:</para>
 
 <itemizedlist>
+
   <listitem>
     <para>Shell aliases for systemd sub-commands
     <link xlink:href="https://github.com/NixOS/nixpkgs/pull/15598">were dropped</link>:
     <command>start</command>, <command>stop</command>,
     <command>restart</command>, <command>status</command>.</para>
   </listitem>
+
+  <listitem>
+    <para>Redis now binds to 127.0.0.1 only instead of listening to all network interfaces. This is the default 
+    behavior of Redis 3.2</para>
+  </listitem>
+
 </itemizedlist>