Hello community,

here is the log from the commit of package rubygem-puma for openSUSE:Factory 
checked in at 2016-03-07 13:28:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-puma (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-puma.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-puma"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-puma/rubygem-puma.changes        
2016-03-01 09:42:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-puma.new/rubygem-puma.changes   
2016-03-07 13:29:21.000000000 +0100
@@ -1,0 +2,86 @@
+Wed Mar  2 05:35:25 UTC 2016 - [email protected]
+
+- updated to version 3.0.2
+ see installed History.txt
+
+  === 3.0.2 / 2016-02-26
+  
+  * 5 bug fixes:
+  
+    * Fix 'undefined local variable or method `pid` for 
#<Puma::ControlCLI:0x007f185fcef968>' when execute pumactl with `--pid` option.
+    * Fix 'undefined method `windows?` for Puma:Module' when execute pumactl.
+    * Harden tmp_restart against errors related to the restart file
+    * Make `plugin :tmp_restart` behavior correct in Windows.
+    * fix uninitialized constant Puma::ControlCLI::StateFile
+  
+  * 3 PRs merged:
+  
+    * Merge pull request #901 from 
mitto/fix-pumactl-uninitialized-constant-statefile
+    * Merge pull request #902 from 
corrupt952/fix_undefined_method_and_variable_when_execute_pumactl
+    * Merge pull request #905 from Eric-Guo/master
+
+-------------------------------------------------------------------
+Fri Feb 26 05:43:10 UTC 2016 - [email protected]
+
+- updated to version 3.0.1
+ see installed History.txt
+
+  === 3.0.1 / 2016-02-25
+  
+  * 1 bug fix:
+  
+    * Removed the experimental support for async.callback as it broke
+      websockets entirely. Seems no server has both hijack and async.callback
+      and thus faye is totally confused what to do and doesn't work.
+  
+  === 3.0.0 / 2016-02-25
+  
+  * 2 major changes:
+  
+    * Ruby pre-2.0 is no longer supported. We'll do our best to not add
+      features that break those rubies but will no longer be testing
+      with them.
+    * Don't log requests by default. Fixes #852
+  
+  * 2 major features:
+  
+    * Plugin support! Plugins can interact with configuration as well
+      as provide augment server functionality!
+    * Experimental env['async.callback'] support
+  
+  * 4 minor features:
+  
+    * Listen to unix socket with provided backlog if any
+    * Improves the clustered stats to report worker stats
+    * Pass the env to the lowlevel_error handler. Fixes #854
+    * Treat path-like hosts as unix sockets. Fixes #824
+  
+  * 5 bug fixes:
+  
+    * Clean thread locals when using keepalive. Fixes #823
+    * Cleanup compiler warnings. Fixes #815
+    * Expose closed? for use by the reactor. Fixes #835
+    * Move signal handlers to separate method to prevent space leak. Fixes #798
+    * Signal not full on worker exit #876
+  
+  * 5 doc fixes:
+  
+    * Update README.md with various grammar fixes
+    * Use newest version of Minitest
+    * Add directory configuration docs, fix typo [ci skip]
+    * Remove old COPYING notice. Fixes #849
+  
+  * 10 merged PRs:
+  
+    * Merge pull request #871 from deepj/travis
+    * Merge pull request #874 from wallclockbuilder/master
+    * Merge pull request #883 from dadah89/igor/trim_only_worker
+    * Merge pull request #884 from uistudio/async-callback
+    * Merge pull request #888 from mlarraz/tick_minitest
+    * Merge pull request #890 from todd/directory_docs
+    * Merge pull request #891 from ctaintor/improve_clustered_status
+    * Merge pull request #893 from spastorino/add_missing_require
+    * Merge pull request #897 from zendesk/master
+    * Merge pull request #899 from kch/kch-readme-fixes
+
+-------------------------------------------------------------------

Old:
----
  puma-2.16.0.gem

New:
----
  puma-3.0.2.gem

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

Other differences:
------------------
++++++ rubygem-puma.spec ++++++
--- /var/tmp/diff_new_pack.BvUml0/_old  2016-03-07 13:29:22.000000000 +0100
+++ /var/tmp/diff_new_pack.BvUml0/_new  2016-03-07 13:29:22.000000000 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-puma
-Version:        2.16.0
+Version:        3.0.2
 Release:        0
 %define mod_name puma
 %define mod_full_name %{mod_name}-%{version}
@@ -59,7 +59,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="COPYING History.txt LICENSE README.md" \
+  --doc-files="History.txt LICENSE README.md" \
   -f
 %gem_cleanup
 

++++++ puma-2.16.0.gem -> puma-3.0.2.gem ++++++
++++ 3705 lines of diff (skipped)


Reply via email to