Hello community,

here is the log from the commit of package rubygem-sshkit for openSUSE:Factory 
checked in at 2016-04-28 16:52:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sshkit (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sshkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sshkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sshkit/rubygem-sshkit.changes    
2015-12-13 09:40:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sshkit.new/rubygem-sshkit.changes       
2016-04-28 16:53:05.000000000 +0200
@@ -1,0 +2,61 @@
+Fri Mar 11 05:43:55 UTC 2016 - [email protected]
+
+- updated to version 1.9.0
+ see installed CHANGELOG.md
+
+  ## 1.9.0
+  
+  **Refer to the 1.9.0.rc1 release notes for a full list of new features, 
fixes,
+  and potentially breaking changes since SSHKit 1.8.1.** There are no changes
+  since 1.9.0.rc1.
+  
+  ## 1.9.0.rc1
+  
+  ### Potentially breaking changes
+  
+    * The SSHKit DSL is no longer automatically included when you `require` it.
+      **This means you  must now explicitly `include SSHKit::DSL`.**
+      See [PR #219](https://github.com/capistrano/sshkit/pull/219) for details.
+      @beatrichartz
+    * `SSHKit::Backend::Printer#test` now always returns true
+      [PR #312](https://github.com/capistrano/sshkit/pull/312) @mikz
+  
+  ### New features
+  
+    * `SSHKit::Formatter::Abstract` now accepts an optional Hash of options
+      [PR #308](https://github.com/capistrano/sshkit/pull/308) @mattbrictson
+    * Add `SSHKit::Backend.current` so that Capistrano plugin authors can 
refactor
+      helper methods and still have easy access to the currently-executing 
Backend
+      without having to use global variables.
+    * Add `SSHKit.config.default_runner` options that allows to override 
default command runner.
+      This option also accepts a name of the custom runner class.
+    * The ConnectionPool has been rewritten in this release to be more 
efficient
+      and have a cleaner internal API. You can still completely disable the 
pool
+      by setting `SSHKit::Backend::Netssh.pool.idle_timeout = 0`.
+      @mattbrictson @byroot [PR 
#328](https://github.com/capistrano/sshkit/pull/328)
+  
+  ### Bug fixes
+  
+    * make sure working directory for commands is properly cleared after 
`within` blocks
+      [PR #307](https://github.com/capistrano/sshkit/pull/307)
+      @steved
+    * display more accurate string for commands with spaces being output in 
`Formatter::Pretty`
+      [PR #304](https://github.com/capistrano/sshkit/pull/304)
+      @steved
+      [PR #319](https://github.com/capistrano/sshkit/pull/319) @mattbrictson
+    * Fix a race condition experienced in JRuby that could cause multi-server
+      deploys to fail. [PR #322](https://github.com/capistrano/sshkit/pull/322)
+      @mattbrictson
+
+-------------------------------------------------------------------
+Sat Dec 12 05:32:08 UTC 2015 - [email protected]
+
+- updated to version 1.8.1
+ see installed CHANGELOG.md
+
+  ## 1.8.1
+  
+    * Change license to MIT, thanks to all the patient contributors who gave
+      their permissions.
+
+-------------------------------------------------------------------

Old:
----
  sshkit-1.8.0.gem

New:
----
  sshkit-1.9.0.gem

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

Other differences:
------------------
++++++ rubygem-sshkit.spec ++++++
--- /var/tmp/diff_new_pack.eaOcye/_old  2016-04-28 16:53:06.000000000 +0200
+++ /var/tmp/diff_new_pack.eaOcye/_new  2016-04-28 16:53:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sshkit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-sshkit
-Version:        1.8.0
+Version:        1.9.0
 Release:        0
 %define mod_name sshkit
 %define mod_full_name %{mod_name}-%{version}
@@ -36,7 +36,7 @@
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        SSHKit makes it easy to write structured, testable SSH 
commands in
-License:        GPL-3.0
+License:        MIT
 Group:          Development/Languages/Ruby
 
 %description

++++++ sshkit-1.8.0.gem -> sshkit-1.9.0.gem ++++++
++++ 2277 lines of diff (skipped)


Reply via email to