Changelog for
ruby2.1-rubygem-cocaine-0.5.8-1.5.i586.rpm :
Sat Nov 21 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.5.8
see installed NEWS.md
New for 0.5.7:
* Feature: Allow collection of both STDOUT and STDERR.
* Improvement: Convert arguments to strings when possible
New for 0.5.6:
* Bug Fix: Java does not need to run commands with `env`
* Bug Fix: Found out we were rescuing the wrong error
Tue Mar 3 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.5.7
Tue Feb 10 13:00:00 2015 cooloAATTsuse.com
- updated to version 0.5.5
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Sun Apr 6 14:00:00 2014 cooloAATTsuse.com
- updated to version 0.5.4
* Bug Fix: PosixRunner and ProcessRunner respect supplemental paths now.
Fri Nov 1 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.5.3
* SECURITY: Fix exploitable bug that could allow arbitrary command execution.
See CVE-2013-4457 for more details. Thanks to Holger Just for report and fix!
* Bug fix: Sub-word interpolations can be confused for the longer version
Fri Oct 4 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.5.2
* Improvement: Close all the IO objects!
* Feature: Add an Runner that uses IO.popen, so JRuby can play
* Improvement: Officially drop Ruby 1.8 support, add Ruby 2.0 support
* Bug fix: Prevent a crash if no command was actually run
* Improvement: Add security cautions to the README
Sun Apr 14 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.5.1
Sun Oct 28 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.4.2
* Loggers that don\'t understand `tty?`, like `ActiveSupport::BufferedLogger`
will still work.
* Introduce FakeRunner for testing, so you don\'t really run commands.
* Fix logging: output the actual command, not the un-interpolated pattern.
* Prevent color codes from being output if log destination isn\'t a TTY.
* Moved interpolation to the `run` method, instead of interpolating on `new`.
* Remove official support for REE.
* Fix a hang when processes wait for IO.
Tue Oct 9 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.4.0
Mon Oct 1 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.3.2
Sun Sep 23 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.3.1
* Made the `Runner` manually swappable, in case `ProcessRunner` doesn\'t work
for some reason.
* Fixed copyright years.
Thu Aug 30 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.3.0
Wed Aug 1 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.2.1
Fri Dec 9 13:00:00 2011 jreidingerAATTsuse.com
- initial commit, needed by paperclip