about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2016-07-31 15:28:56 +0200
committerChristine Koppelt <cko@users.noreply.github.com>2016-07-31 15:28:56 +0200
commit07ca9bd4bc7b7c57fbf628e60197cc8b7821404b (patch)
tree38292efe94d4ef41832a0cbd60d58de9108162d7 /nixos/doc
parent83a2d74a7ce8011e76f0dc5f0332b2a005249763 (diff)
Redis: add entry to release notes
Diffstat (limited to 'nixos/doc')
-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 0bea6cbbf2dd3..8dbf03ee42b46 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>