Skip to content

Commit f8ced09

Browse files
author
Erlang/OTP
committed
Prepare release
1 parent 13b092a commit f8ced09

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

lib/inets/doc/notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ limitations under the License.
2121
-->
2222
# Inets Release Notes
2323

24+
## Inets 9.4.1
25+
26+
### Fixed Bugs and Malfunctions
27+
28+
- Fixed a bug where a request sent to httpd server which is using CGI script to generate a response, would pollute server's environment variable - `HTTP_PROXY` for that request. This bug is also known as httpoxy. More information: CVE-2016-1000107
29+
30+
Own Id: OTP-19729 Aux Id: [PR-6223], [GH-3392], [CVE-2016-1000107]
31+
32+
[PR-6223]: https://github.com/erlang/otp/pull/6223
33+
[GH-3392]: https://github.com/erlang/otp/issues/3392
34+
[CVE-2016-1000107]: https://nvd.nist.gov/vuln/detail/2016-1000107
35+
2436
## Inets 9.4
2537

2638
### Fixed Bugs and Malfunctions

lib/inets/vsn.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
# %CopyrightEnd%
2222

2323
APPLICATION = inets
24-
INETS_VSN = 9.4
24+
INETS_VSN = 9.4.1
2525
PRE_VSN =
2626
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"

make/otp_version_tickets

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
OTP-19701
2-
OTP-19741
3-
OTP-19742
4-
OTP-19748
5-
OTP-19753
6-
OTP-19755
7-
OTP-19761
1+
OTP-19729

0 commit comments

Comments
 (0)