From 0af49f38886f4829a0a5df8bced3bf8815f89523 Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Thu, 26 Nov 2009 10:29:53 +0000 Subject: ** Empty commit message ** --- lib/ic/doc/src/ic.xml | 32 +++++++++++++++----------------- lib/ic/doc/src/notes.xml | 14 ++++++++++++++ lib/ic/vsn.mk | 6 ++++-- 3 files changed, 33 insertions(+), 19 deletions(-) (limited to 'lib') diff --git a/lib/ic/doc/src/ic.xml b/lib/ic/doc/src/ic.xml index 9f48229425..b743736a66 100644 --- a/lib/ic/doc/src/ic.xml +++ b/lib/ic/doc/src/ic.xml @@ -4,23 +4,21 @@
- 1997 - 2007 - Ericsson AB, All Rights Reserved + 19972009 + Ericsson AB. All Rights Reserved. - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - 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. - - The Initial Developer of the Original Code is Ericsson AB. + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + 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. + ic @@ -64,7 +62,7 @@ timeout | {timeout, String()} | {{timeout, String()}, bool()} | {scoped_op_calls, bool()} | {scl, bool()} | {user_protocol, Prefix} | - {c_timeout, SendTimeout, RecvTimeout} | + {c_timeout, {SendTimeout, RecvTimeout}} | {c_report, bool()} | {precond, {atom(), atom()}} | {{precond, String()} {atom(), atom()}} | {postcond, {atom(), atom()}} | {{postcond, String()} {atom(), atom()}} @@ -264,7 +262,7 @@ The option

Makes sends and receives to have timeouts (C back-ends only). These timeouts are specified in milliseconds.

Example options: - [{be,c_client},{c_timeout, 10000, 20000}]) produces + [{be,c_client},{c_timeout, {10000, 20000}}]) produces client stubs which use a 10 seconds send timeout, and a 20 seconds receive timeout.

diff --git a/lib/ic/doc/src/notes.xml b/lib/ic/doc/src/notes.xml index c4314d8cc1..021a1e058f 100644 --- a/lib/ic/doc/src/notes.xml +++ b/lib/ic/doc/src/notes.xml @@ -30,6 +30,20 @@ notes.xml
+
+ IC 4.2.24 + +
+ Fixed Bugs and Malfunctions + + +

The option c_timeout was not correctly documented.

+

Own id: OTP-8307 Aux Id: seq11390

+
+
+
+
+
IC 4.2.23 diff --git a/lib/ic/vsn.mk b/lib/ic/vsn.mk index 6f973e3db4..ec4bb7c3a6 100644 --- a/lib/ic/vsn.mk +++ b/lib/ic/vsn.mk @@ -1,6 +1,8 @@ -IC_VSN = 4.2.23 +IC_VSN = 4.2.24 -TICKETS = OTP-8201 +TICKETS = OTP-8307 + +TICKETS_4.2.23 = OTP-8201 TICKETS_4.2.22 = OTP-8088 -- cgit v1.2.3