diff options
author | Hans Nilsson <[email protected]> | 2017-05-31 16:21:00 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-05-31 16:21:00 +0200 |
commit | 32275a2fc0b86d1f1b124706afc80f3ff92216eb (patch) | |
tree | b96728587b0241f2ad6a5d6bee895f1aff7a1371 /lib/inets | |
parent | d106c5fffb3832fffbdf99cca905390fe15d489f (diff) | |
download | otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.tar.gz otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.tar.bz2 otp-32275a2fc0b86d1f1b124706afc80f3ff92216eb.zip |
Revert "Prepare release"
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 44 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 2 insertions, 44 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index ccf7628f72..1fad94fac1 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,49 +33,7 @@ <file>notes.xml</file> </header> - <section><title>Inets 6.4</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p>Typos have been fixed.</p> - <p> - Own Id: OTP-14387</p> - </item> - <item> - <p> - httpd_util:rfc1123_date/1 gracefully handle invalid DST - dates by returning the original time in the expected - rfc1123 format.</p> - <p> - Own Id: OTP-14394</p> - </item> - </list> - </section> - - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Add unicode binary support to http_uri functions</p> - <p> - Own Id: OTP-14404</p> - </item> - <item> - <p> - httpc - Change timeout handling so the redirects casuse a - new timer to be set. This means that a simple redirected - request could return after 2*timeout milliseconds.</p> - <p> - Own Id: OTP-14429</p> - </item> - </list> - </section> - -</section> - -<section><title>Inets 6.3.9</title> + <section><title>Inets 6.3.9</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 96796f11c0..758cef7ac4 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.4 +INETS_VSN = 6.3.9 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |