aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2017-12-13 11:48:24 +0100
committerLukas Larsson <[email protected]>2017-12-13 11:48:24 +0100
commit0cc82a2bbd8ee7c77f0c866dd333e5fd5b1c253f (patch)
tree4851b7e4b3ef32c8f81e3da1fd4967a8d7b9da92
parent1d22c81d8dd65b648ed7c96a274c1a2b7447bbbf (diff)
downloadotp-0cc82a2bbd8ee7c77f0c866dd333e5fd5b1c253f.tar.gz
otp-0cc82a2bbd8ee7c77f0c866dd333e5fd5b1c253f.tar.bz2
otp-0cc82a2bbd8ee7c77f0c866dd333e5fd5b1c253f.zip
Prepare release
-rw-r--r--lib/kernel/doc/src/notes.xml20
-rw-r--r--lib/kernel/vsn.mk2
2 files changed, 21 insertions, 1 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml
index a5316dd476..a6baf14906 100644
--- a/lib/kernel/doc/src/notes.xml
+++ b/lib/kernel/doc/src/notes.xml
@@ -31,6 +31,26 @@
</header>
<p>This document describes the changes made to the Kernel application.</p>
+<section><title>Kernel 5.4.0.1</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Add <c>os:cmd/2</c> that takes an options map as the
+ second argument.</p>
+ <p>
+ Add <c>max_size</c> as an option to <c>os:cmd/2</c> that
+ control the maximum size of the result that
+ <c>os:cmd/2</c> will return.</p>
+ <p>
+ Own Id: OTP-14823</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Kernel 5.4</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk
index cef54dd41a..bd229c81b4 100644
--- a/lib/kernel/vsn.mk
+++ b/lib/kernel/vsn.mk
@@ -1 +1 @@
-KERNEL_VSN = 5.4
+KERNEL_VSN = 5.4.0.1