Hello community,

here is the log from the commit of package rubygem-bunny for openSUSE:Factory 
checked in at 2013-11-30 07:41:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bunny (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bunny.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bunny"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes      
2013-11-24 18:12:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 
2013-11-30 07:41:08.000000000 +0100
@@ -1,0 +2,42 @@
+Wed Nov 27 08:19:02 UTC 2013 - [email protected]
+
+- updated to version 1.0.5
+  ### Single Threaded Mode Fixes
+  
+  Single threaded mode no longer fails with
+  
+  ```
+  undefined method `event_loop'
+  ```
+  
+  ### connection.tune.channel_max No Longer Overflows
+  
+  `connection.tune.channel_max` could previously be configured to values
+  greater than 2^16 - 1 (65535). This would result in a silent overflow
+  during serialization. The issue was harmless in practice but is still
+  a bug that can be quite confusing.
+  
+  Bunny now caps max number of channels to 65535. This allows it to be
+  forward compatible with future RabbitMQ versions that may allow limiting
+  total # of open channels via server configuration.
+  
+  ### Thread Leaks Fixes
+  
+  Bunny will now correctly release heartbeat sender when allocating
+  a new one (usually happens only when connection recovers from a network
+  failure).
+  
+  ### amq-protocol Update
+  
+  Minimum `amq-protocol` version is now `1.9.0` which includes
+  bug fixes and performance improvements for channel ID allocator.
+  
+  ### Versioned Delivery Tag Fix
+  
+  Versioned delivery tag now ensures all the arguments it operates
+  (original delivery tag, atomic fixnum instances, etc) are coerced to 
`Integer`
+  before comparison.
+  
+  GitHub issues: #171.
+
+-------------------------------------------------------------------

Old:
----
  bunny-1.0.4.gem

New:
----
  bunny-1.0.5.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-bunny.spec ++++++
--- /var/tmp/diff_new_pack.epK8QJ/_old  2013-11-30 07:41:09.000000000 +0100
+++ /var/tmp/diff_new_pack.epK8QJ/_new  2013-11-30 07:41:09.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-bunny
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 %define mod_name bunny
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to