diff options
author | Niclas Eklund <[email protected]> | 2010-12-10 16:53:50 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-12-10 16:53:50 +0100 |
commit | e10e306098b6f331ec683147e34a4a745900c144 (patch) | |
tree | 7b3a1c0907ece434caf57d1088e1693bdf7e5754 /lib/orber/vsn.mk | |
parent | caa311d4a2b5fb229d9369c7667b062b34945b36 (diff) | |
download | otp-e10e306098b6f331ec683147e34a4a745900c144.tar.gz otp-e10e306098b6f331ec683147e34a4a745900c144.tar.bz2 otp-e10e306098b6f331ec683147e34a4a745900c144.zip |
The SSL option {ssl_imp, old} was not used if ssl_generation was set to 2. Only R14B was affected by this.
Diffstat (limited to 'lib/orber/vsn.mk')
-rw-r--r-- | lib/orber/vsn.mk | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/lib/orber/vsn.mk b/lib/orber/vsn.mk index c405326e9a..c265db188f 100644 --- a/lib/orber/vsn.mk +++ b/lib/orber/vsn.mk @@ -1,27 +1,3 @@ -ORBER_VSN = 3.6.18 +ORBER_VSN = 3.6.19 -TICKETS = OTP-8900 - -TICKETS_3.6.17 = OTP-8840 - -TICKETS_3.6.16 = OTP-8543 \ - OTP-8489 - -TICKETS_3.6.15 = OTP-8353 \ - OTP-8354 \ - OTP-8374 \ - OTP-8409 \ - OTP-8448 - -TICKETS_3.6.14 = OTP-8201 - -TICKETS_3.6.14 = OTP-8201 - -TICKETS_3.6.13 = OTP-7987 - -TICKETS_3.6.12 = OTP-7906 - -TICKETS_3.6.11 = OTP-7837 - -TICKETS_3.6.10 = OTP-7595 |