diff options
author | Henrik Nord <henrik@erlang.org> | 2020-03-25 13:48:30 +0100 |
---|---|---|
committer | Henrik Nord <henrik@erlang.org> | 2020-03-25 13:48:30 +0100 |
commit | a868d29999c7e031f93fc21f0bd8614cbd4b7642 (patch) | |
tree | 3efe1e13590f7ad172625ba6b9d99687bbc0d33a /lib/inets | |
parent | 432011292801b28da9dec57ec03d33cdf6725234 (diff) | |
download | erlang-a868d29999c7e031f93fc21f0bd8614cbd4b7642.tar.gz |
Revert "Prepare release"
This reverts commit 63638d668efbeb4539ba301328cabbc2636fb154.
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 26 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 2 insertions, 26 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 0be5d18646..677fb33b87 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,31 +33,7 @@ <file>notes.xml</file> </header> - <section><title>Inets 7.2</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Remove support for deprecated functionality. Support for - mod_esi eval scheme, mod_htacess, mod_browser, apache - config files and deprecated httpd_conf functions are - dropped. Module http_uri is deprecated.</p> - <p> - Own Id: OTP-16252</p> - </item> - <item> - <p>Refactored the internal handling of deprecated and - removed functions.</p> - <p> - Own Id: OTP-16469</p> - </item> - </list> - </section> - -</section> - -<section><title>Inets 7.1.2</title> + <section><title>Inets 7.1.2</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 2eaef40a7a..a30b437a37 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.2 +INETS_VSN = 7.1.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |