Hello community, here is the log from the commit of package rubygem-bunny for openSUSE:Factory checked in at 2013-09-27 18:06:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-08-23 11:10:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 2013-09-27 18:06:01.000000000 +0200 @@ -1,0 +2,88 @@ +Mon Sep 23 14:53:05 UTC 2013 - [email protected] + +- updated to version 0.10.7 + ### Add timeout Bunny::ConsumerWorkPool#join + + `Bunny::ConsumerWorkPool#join` now accepts an optional + timeout argument. + +------------------------------------------------------------------- +Sat Sep 7 05:19:53 UTC 2013 - [email protected] + +- updated to version 0.10.6 + ### Respect RABBITMQ_URL value + + `RABBITMQ_URL` env variable will now have effect even if + Bunny.new is invoked without arguments. + + Contributed by Robert Ross. + +------------------------------------------------------------------- +Tue Sep 3 08:10:06 UTC 2013 - [email protected] + +- updated to version 0.10.5 + ### Bunny::Session.parse_uri + + `Bunny::Session.parse_uri` is a new method that parses + connection URIs into hashes that `Bunny::Session#initialize` + accepts. + + ``` ruby + Bunny::Session.parse_uri("amqp://user:[email protected]/myapp_qa") + ``` + +------------------------------------------------------------------- +Mon Aug 26 05:05:40 UTC 2013 - [email protected] + +- updated to version 0.10.4 + ### Default Paths for TLS/SSL CA's on All OS'es + + Bunny now uses OpenSSL to detect default TLS/SSL CA's paths, extending + this feature to OS'es other than Linux. + + Contributed by Jingwen Owen Ou. + + + ## Changes between Bunny 0.10.2 and 0.10.3 + + ### Default Paths for TLS/SSL CA's on Linux + + Bunny now will use the following TLS/SSL CA's paths on Linux by default: + + * `/etc/ssl/certs/ca-certificates.crt` on Ubuntu/Debian + * `/etc/ssl/certs/ca-bundle.crt` on Amazon Linux + * `/etc/ssl/ca-bundle.pem` on OpenSUSE + * `/etc/pki/tls/certs/ca-bundle.crt` on Fedora/RHEL + + and will log a warning if no CA files are available via default paths + or `:tls_ca_certificates`. + + Contributed by Carl HoĢrberg. + + + ## Changes between Bunny 0.10.1 and 0.10.2 + + ### Consumers Can Be Re-Registered From Bunny::Consumer#handle_cancellation + + It is now possible to re-register a consumer (and use any other synchronous methods) + from `Bunny::Consumer#handle_cancellation`, which is now invoked in the channel's + thread pool. + + + ### Bunny::Session#close Fixed for Single Threaded Connections + + `Bunny::Session#close` with single threaded connections no longer fails + with a nil pointer exception. + + + + ## Changes between Bunny 0.10.0 and 0.10.1 + + ### Fix Abnormally Slow Bunny::Connection#close on JRuby + + `Bunny::Connection#close` on JRuby sometimes could enter a waiting + state [on a native NIO/kqueue method] that lasted up to over 10 seconds. + + This severely affected test suite run times. + +------------------------------------------------------------------- Old: ---- bunny-0.10.0.gem New: ---- bunny-0.10.7.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-bunny.spec ++++++ --- /var/tmp/diff_new_pack.JZQinY/_old 2013-09-27 18:06:02.000000000 +0200 +++ /var/tmp/diff_new_pack.JZQinY/_new 2013-09-27 18:06:02.000000000 +0200 @@ -17,7 +17,7 @@ Name: rubygem-bunny -Version: 0.10.0 +Version: 0.10.7 Release: 0 %define mod_name bunny %define mod_full_name %{mod_name}-%{version} @@ -31,7 +31,7 @@ Group: Development/Languages/Ruby %description -Easy to use, feature complete Ruby client for RabbitMQ 2.0. +Easy to use, feature complete Ruby client for RabbitMQ 2.0 and later versions. %package doc Summary: RDoc documentation for %{mod_name} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
