diff options
author | Hans Bolinder <[email protected]> | 2017-05-02 13:38:08 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-05-02 13:38:08 +0200 |
commit | 1b9d9234e096fbbccdf12081e27be14b14297876 (patch) | |
tree | d9760beffa87cfa5b26067bff81b8a94f15e2cf2 /lib/inets/doc | |
parent | 73acfede7099c6d04de82b73bff2f78abfd89ac6 (diff) | |
parent | 37decbb64953cd65bde2f7003ef5057dc0615ff1 (diff) | |
download | otp-1b9d9234e096fbbccdf12081e27be14b14297876.tar.gz otp-1b9d9234e096fbbccdf12081e27be14b14297876.tar.bz2 otp-1b9d9234e096fbbccdf12081e27be14b14297876.zip |
Merge branch 'maint'
* maint:
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
Conflicts:
OTP_VERSION
erts/emulator/sys/common/erl_mseg.c
erts/vsn.mk
lib/dialyzer/src/dialyzer_analysis_callgraph.erl
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 2aa48cd50a..ef01136978 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> |