aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2010-01-15 11:40:05 +0000
committerErlang/OTP <[email protected]>2010-01-15 11:40:05 +0000
commit3bd9363f6a0e7394dcae26748ea55683790a1004 (patch)
tree22c2c2d47ab385ce0fc3f73da9b07c5bbddbe81b /lib/orber
parent081f1bfa236db9346b435478f55d71fc71317fbc (diff)
downloadotp-3bd9363f6a0e7394dcae26748ea55683790a1004.tar.gz
otp-3bd9363f6a0e7394dcae26748ea55683790a1004.tar.bz2
otp-3bd9363f6a0e7394dcae26748ea55683790a1004.zip
Remove old SSL dependency
Diffstat (limited to 'lib/orber')
-rw-r--r--lib/orber/doc/src/notes.xml18
-rw-r--r--lib/orber/vsn.mk3
2 files changed, 17 insertions, 4 deletions
diff --git a/lib/orber/doc/src/notes.xml b/lib/orber/doc/src/notes.xml
index 1185b7658f..816ec77d61 100644
--- a/lib/orber/doc/src/notes.xml
+++ b/lib/orber/doc/src/notes.xml
@@ -4,7 +4,7 @@
<chapter>
<header>
<copyright>
- <year>1997</year><year>2009</year>
+ <year>1997</year><year>2010</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -13,12 +13,12 @@
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved online at http://www.erlang.org/.
-
+
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
-
+
</legalnotice>
<title>Orber Release Notes</title>
@@ -36,6 +36,18 @@
<title>Orber 3.6.15</title>
<section>
+ <title>Improvements and New Features</title>
+ <list type="bulleted">
+ <item>
+ <p>
+ Removed obsolete SSL dependency.</p>
+ <p>
+ Own Id: OTP-8374 Aux Id:</p>
+ </item>
+ </list>
+ </section>
+
+ <section>
<title>Fixed Bugs and Malfunctions</title>
<list type="bulleted">
<item>
diff --git a/lib/orber/vsn.mk b/lib/orber/vsn.mk
index ccba631fb5..8bfa13eb03 100644
--- a/lib/orber/vsn.mk
+++ b/lib/orber/vsn.mk
@@ -2,7 +2,8 @@
ORBER_VSN = 3.6.15
TICKETS = OTP-8353 \
- OTP-8354
+ OTP-8354 \
+ OTP-8374
TICKETS_3.6.14 = OTP-8201