Changelog for
ruby2.5-rubygem-ruby-prof-1.4.3-2.63.x86_64.rpm :
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 1.4.3 see installed CHANGES 1.4.3 (2021-02-15) =====================
* Remove trailing spaces (sergioro)
* Enable loading ruby_prof.so from ext directory for development purposes (sergioro)
* Create temp directory for test output (sergioro)
* Fix minitest warning about using MT_CPU instead of N (sergioro)
* Fix minitest warning \"Use assert_nil if expecting nil\" (sergioro)
* Fix file permissions (sergioro)
* Fix failing test by forcing GC to run (Charlie Savage)
* Switch to GitHub actions (Charlie Savage)
* Switch to C11 (Charlie Savage)
* Greatly slim down library size by removing symbols on GCC (Charlie Savage)
* Wed Jan 20 2021 cooloAATTsuse.comupdated to version 1.4.2 see installed CHANGES
* Tue Jan 09 2018 cooloAATTsuse.com- updated to version 0.17.0 see installed CHANGES 0.17.0 (2017-12-17) =====================
* Changed method/class names produced by the callgrind printer to be more kcachegrind friendly (thx to Nelson Gauthier and Ben Hughes, see https://github.com/ruby-prof/ruby-prof/pull/200).
* Recursive instances of a method call are now dtected during profiling (thx to Nelson Gauthier and Ben Hughes, see https://github.com/ruby-prof/ruby-prof/pull/201).
* Methods can now be ignored during a profiling run instead of eliminating them after a profile run, which has been deprecated (thx to Nelson Gauthier and Ben Hughes, see https://github.com/ruby-prof/ruby-prof/pull/202).
* Use RUBY_PROF_EDITOR_URI=emacs to open source code links in the one true editor. (thx Alexander Egorov, see https://github.com/ruby-prof/ruby-prof/pull/183 and https://github.com/typester/emacs-handler).
* Fixed that calling profile.stop would stop profiling all active profiling runs.
* Fixed that remembering parent call frame pointer before stack reallocation could cause a segfault.
* Fri Sep 02 2016 cooloAATTsuse.com- updated to version 0.16.2 see installed CHANGES 0.16.2 (2016-08-25) =====================
* fixed incorrect setting of RUBY_VERSION macro
* Thu Aug 25 2016 cooloAATTsuse.com- updated to version 0.16.1 see installed CHANGES
* Thu Dec 10 2015 cooloAATTsuse.com- updated to version 0.15.9 see installed CHANGES 0.16.0 (2015-12-08) ======================
* rack profiler now supports lambdas for generating profile paths (thx to Jean Rougé)
* fixed a bug when printing graph profiles
* Sun Apr 26 2015 cooloAATTsuse.com- updated to version 0.15.8 see installed CHANGES 0.15.8 (2015-04-24) ======================
* added missing assets to gem build
* fixed randomly failing test 0.15.7 (2015-04-23) ======================
* html profiles are now single page (thx to Thomas Leishman)
* Mon Feb 23 2015 cooloAATTsuse.com- updated to version 0.15.6
* Sun Feb 15 2015 cooloAATTsuse.com- updated to version 0.15.4
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 0.15.3
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging