diff options
author | John Högberg <john@erlang.org> | 2019-07-03 10:31:58 +0200 |
---|---|---|
committer | John Högberg <john@erlang.org> | 2019-07-03 10:31:58 +0200 |
commit | b0a8268780f3f24cbfd9698a0ca08d166bbbd798 (patch) | |
tree | 671df9369e24377b40b80145f37564209e05d2d1 /lib/inets | |
parent | 9e49cf35723d7436dbd0ec2f3c8da165b6eb906a (diff) | |
parent | 7999631c63998cffc07bbcc91dd86cbe709dde5f (diff) | |
download | erlang-b0a8268780f3f24cbfd9698a0ca08d166bbbd798.tar.gz |
Merge branch 'maint-22' into maint
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 18 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 03bd1d8042..45533c4f4b 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,23 @@ <file>notes.xml</file> </header> - <section><title>Inets 7.0.8</title> + <section><title>Inets 7.0.9</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix a regression in http client that causes a crash when + request URI has no scheme.</p> + <p> + Own Id: OTP-15930 Aux Id: ERL-969 </p> + </item> + </list> + </section> + +</section> + +<section><title>Inets 7.0.8</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 5dbec9e7b3..d948204618 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.8 +INETS_VSN = 7.0.9 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |