diff options
author | Hans Bolinder <[email protected]> | 2017-05-02 12:32:39 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-05-02 12:32:39 +0200 |
commit | 37decbb64953cd65bde2f7003ef5057dc0615ff1 (patch) | |
tree | 688444cfd1f1d4447c4216ebdaee2b838915931e /lib/inets | |
parent | 22e7443d9df041185944a7d49b30459ba4609849 (diff) | |
parent | 0298a195873c606ac885d37f54a098eca3d7905a (diff) | |
download | otp-37decbb64953cd65bde2f7003ef5057dc0615ff1.tar.gz otp-37decbb64953cd65bde2f7003ef5057dc0615ff1.tar.bz2 otp-37decbb64953cd65bde2f7003ef5057dc0615ff1.zip |
Merge branch 'maint-19' into maint
* maint-19:
Updated OTP version
Prepare release
inets: Add missing release note
dialyzer: Fix a bug regarding unknown types
erl_mseg.c: don't use invalid indices in - > cache_powered_node[]
Fix release note for OTP-14290
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 24 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 24 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index ea600581ff..6b6aca6ce8 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.7</title> + <section><title>Inets 6.3.8</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Added missing release note for inets-6.3.7</p> + <p> + Own Id: OTP-14383</p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 6.3.7</title> <section><title>Fixed Bugs and Malfunctions</title> <list> @@ -44,6 +59,13 @@ <p> Own Id: OTP-14242</p> </item> + + <item> + <p>Make default port, 80 and 443, implicit in automatic redirection. + </p> + <p> Own Id: OTP-14301 + </p> + </item> </list> </section> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index b0b39b54c5..b3dec0cb59 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.3.7 +INETS_VSN = 6.3.8 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |