diff options
author | Erlang/OTP <[email protected]> | 2017-02-07 09:46:31 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-02-07 09:46:31 +0100 |
commit | 6474bd146ba11a84ed3805f4b158bf752fd5ce8b (patch) | |
tree | d4de8c2ba3c6acb32724d9da0497ce2528642e29 /lib/inets | |
parent | db3278db4030fdf161efe4c5d6cd0d4bdbafd520 (diff) | |
download | otp-6474bd146ba11a84ed3805f4b158bf752fd5ce8b.tar.gz otp-6474bd146ba11a84ed3805f4b158bf752fd5ce8b.tar.bz2 otp-6474bd146ba11a84ed3805f4b158bf752fd5ce8b.zip |
Prepare release
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 17 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 398fc7e5b6..5c3b5a2d3c 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,22 @@ <file>notes.xml</file> </header> - <section><title>Inets 6.3.4</title> + <section><title>Inets 6.3.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Correct misstakes in ftp client introduced in inets-6.3.4</p> + <p> + Own Id: OTP-14203 Aux Id: OTP-13982 </p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 6.3.4</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index eef5abd610..9591ab22ed 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.3.4 +INETS_VSN = 6.3.5 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |