Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-stomp
From: Takahiro Kambe
Date: 2014-03-14 17:48:30
Message id: 20140314164830.A52EE96@cvs.netbsd.org
Log Message:
Update ruby-stomp to 1.3.2.
== 1.3.2 20131208
* Anon tests assigned unique class name.
* Fix TypeError on connect timeout with 1.8.x, 2.x.
* Complete revert to previous logger logic.
* start_timeout and tcp_nodelay parameters
* SSL Fix, revert not setting default ciphers.
* Copy hash params at init.
* Fix ssl => true for Ruby 1.9.x and 2.x.
* Expanded list of STOMP default SSL ciphers:
* Do not change caller's :hosts array
* Issue #78, again.
* Clean up logger interfacing.
* Fixes from RSpec testing
== 1.3.1 20131002
* Method calls to the logger object should check for that method first (#83)
== 1.3.0 20130930
* ERROR frames now raise an exception in the Stomp::Client thread(#73, #81)
* Allow anonymous connections (#75)
* Fix for subscription id handling in STOMP 1.1 (#78)
* Added a NullLogger (#77)
* Added :tcp_nodelay option (disable Nagle's algorithm) (#76)
* Read receipt ids are now UUIDs
* Added a :start_timeout parameter
Files: