diff options
author | Micael Karlberg <[email protected]> | 2010-04-28 15:36:55 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-28 15:36:55 +0000 |
commit | 4b87b22ce97abf2759eb551222a862e17c5f4dcb (patch) | |
tree | a7f1bace0e899f471f0b43e946cb4a2e10495918 /lib/inets/vsn.mk | |
parent | 98226b13ccabb8e968b33a649aa175a7c48b0d3b (diff) | |
download | otp-4b87b22ce97abf2759eb551222a862e17c5f4dcb.tar.gz otp-4b87b22ce97abf2759eb551222a862e17c5f4dcb.tar.bz2 otp-4b87b22ce97abf2759eb551222a862e17c5f4dcb.zip |
OTP-8542: HTTP client memory leak
OTP-8607: https default port not handled
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index ba808a2415..7776bef0a5 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -22,7 +22,7 @@ INETS_VSN = 5.3.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" -TICKETS = OTP-8542 +TICKETS = OTP-8542 OTP-8607 TICKETS_5_3_1 = \ OTP-8508 \ |