diff options
author | Niclas Eklund <[email protected]> | 2010-01-14 14:23:19 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-01-14 14:23:19 +0000 |
commit | 069ba91e7c6811d25e4ba3b53b3086bf5b8a7aba (patch) | |
tree | 2c69247d92cab7005599fe0d48d410be9ca2a691 | |
parent | b327123e4da61ee2794aa473d357c37e7168d189 (diff) | |
download | otp-069ba91e7c6811d25e4ba3b53b3086bf5b8a7aba.tar.gz otp-069ba91e7c6811d25e4ba3b53b3086bf5b8a7aba.tar.bz2 otp-069ba91e7c6811d25e4ba3b53b3086bf5b8a7aba.zip |
Remove old SSL dependency
-rw-r--r-- | lib/cosFileTransfer/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/cosFileTransfer/vsn.mk | 3 |
2 files changed, 17 insertions, 4 deletions
diff --git a/lib/cosFileTransfer/doc/src/notes.xml b/lib/cosFileTransfer/doc/src/notes.xml index 5bb2ea68c4..48d0c04236 100644 --- a/lib/cosFileTransfer/doc/src/notes.xml +++ b/lib/cosFileTransfer/doc/src/notes.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2000</year><year>2009</year> + <year>2000</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>cosFileTransfer Release Notes</title> @@ -34,6 +34,18 @@ <title>cosFileTransfer 1.1.10</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/cosFileTransfer/vsn.mk b/lib/cosFileTransfer/vsn.mk index 88786178fb..2700ecb3e3 100644 --- a/lib/cosFileTransfer/vsn.mk +++ b/lib/cosFileTransfer/vsn.mk @@ -1,7 +1,8 @@ COSFILETRANSFER_VSN = 1.1.10 TICKETS = \ - OTP-8355 + OTP-8355 \ + OTP-8374 TICKETS_1.1.9 = OTP-8201 |