CHANGELOG in stomp-1.1.3 vs CHANGELOG in stomp-1.1.4
- old
+ new
@@ -1,4 +1,19 @@
+== 1.1.4 2010-21-01
+
+* Added unreceive message method that sends the message back to its queue or to the
+ dead letter queue, depending on the :max_redeliveries option, similar to a13m one.
+* Added environment variable option for running 'rake test' on any stomp server, using any port with any user.
+* Added suppress_content_length header option for ActiveMQ knowing it is a text message (see:
+ http://juretta.com/log/2009/05/24/activemq-jms-stomp/)
+* Fixed some bugs with Ruby 1.9 (concatenate string + exception)
+* Major changes on message parsing feature
+* Fixed bug with old socket not being closed when using failover
+* Fixed broken poll method on Connection
+* Fixed broken close method on Client
+* Added connection_frame accessor
+* Added disconnect receipt
+
== 1.1.3 2009-24-11
* Failover support
* SSL support
* Stomp::Connection and Stomp::Client accept a hash on their constructor