Skip to content

Commit f596f3e

Browse files
author
Emile Joubert
committed
Merged default into bug22967
2 parents db75f78 + 4d79ded commit f596f3e

File tree

92 files changed

+14701
-6253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+14701
-6253
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ doc: rabbit-vsn ensure-prerequisites ensure-release-dir ensure-docs
6060
rm -rf ${NAME_VSN}-wcf-htmldoc && \
6161
unzip ${NAME_VSN}-wcf-htmldoc.zip -d ${NAME_VSN}-wcf-htmldoc
6262

63+
clean:
64+
rm -rf $(RELEASE_DIR)/*

README.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Please see http://www.rabbitmq.com/build-dotnet-client.html for build
1+
Please see http://www.rabbitmq.com/build-dotnet-client.html for build
22
instructions.
33

4-
For your convenience, a text copy of these instructions is available
5-
below. Please be aware that the instructions here may not be as up to
4+
For your convenience, a text copy of these instructions is available
5+
below. Please be aware that the instructions here may not be as up to
66
date as those at the above URL.
77

88
===========================================================================

dist.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,11 @@ function dist-zips {
131131
"/suppress:RabbitMQ.Client.Framing.v0_8 \
132132
/suppress:RabbitMQ.Client.Framing.v0_8qpid \
133133
/suppress:RabbitMQ.Client.Framing.v0_9 \
134+
/suppress:RabbitMQ.Client.Framing.v0_9_1 \
134135
/suppress:RabbitMQ.Client.Framing.Impl.v0_8 \
135136
/suppress:RabbitMQ.Client.Framing.Impl.v0_8qpid \
136137
/suppress:RabbitMQ.Client.Framing.Impl.v0_9 \
138+
/suppress:RabbitMQ.Client.Framing.Impl.v0_9_1 \
137139
/suppress:RabbitMQ.Client.Impl \
138140
/suppress:RabbitMQ.Client.Apigen.Attributes" \
139141
$NAME_VSN-tmp-xmldoc.zip \

docs/specs/amqp0-8.stripped.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,10 +456,18 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
456456
<field name="delivery tag" domain="delivery tag"/>
457457
<field name="requeue" type="bit"/>
458458
</method>
459-
<method name="recover" index="100">
459+
<method name="recover-async" index="100">
460460
<chassis name="server" implement="MUST"/>
461461
<field name="requeue" type="bit"/>
462462
</method>
463+
<method name="recover" synchronous="1" index="110">
464+
<response name="recover-ok"/>
465+
<chassis name="server" implement="MAY"/>
466+
<field name="requeue" domain="bit"/>
467+
</method>
468+
<method name="recover-ok" index="111">
469+
<chassis name="client" implement="MAY"/>
470+
</method>
463471
</class>
464472
<class name="file" handler="channel" index="70">
465473
<chassis name="server" implement="MAY"/>

0 commit comments

Comments
 (0)