Changelog for
yast2-ruby-bindings-debugsource-4.2.9-lp152.2.3.1.x86_64.rpm :
* Thu Oct 29 2020 Stefan Schubert
- Reporting augeas parsing errors and displaying them in rich-text format (bsc#1174198).- 4.2.9
* Wed Jan 22 2020 Ancor Gonzalez Sosa - Added a COPYING file with the GPL license (bsc#1161470)- 4.2.8
* Fri Jan 03 2020 Josef Reidinger - Fix previous fix to really set exit code in ruby wrapper (bsc#1144351)- 4.2.7
* Tue Dec 17 2019 Josef Reidinger - Fix returning error codes from y2start start point. Helps with CLI exit codes and also with failed installation (helps e.g. with bsc#1144351 and yast lan CLI)- 4.2.6
* Thu Dec 05 2019 schubiAATTsuse.de- S390: Evaluating an architecture specific string which will be shown in the title bar (ncurses) or in the banner (qt) (jsc#SLE-9424).- 4.2.5
* Wed Nov 06 2019 Stefan Hundhammer - Added symbol for new UI CustomStatusItemSelector widget (bsc#1084674)- Added symbol for UI icon term- 4.2.4
* Mon Sep 23 2019 Stefan Hundhammer - Added symbols for new UI ItemSelector widget (bsc#1084674)- 4.2.3
* Thu Aug 22 2019 schubiAATTsuse.de- Using rb_default_ruby_abi tag in the spec file in order to handle several ruby versions (bsc#1146403).- 4.2.2
* Mon May 20 2019 mvidnerAATTsuse.com- Fixup the textdomain change so that yast2.rpm builds (bsc#1130822)- 4.2.1
* Thu May 16 2019 mvidnerAATTsuse.com- Raise (an Internal Error) if no textdomain is declared for a translatable text and Y2STRICTTEXTDOMAIN is in the environment (bsc#1130822)- 4.2.0
* Tue Mar 05 2019 Ladislav Slezák - Always return frozen strings from the translation functions, make the results unified (related to bsc#1125006)- 4.1.4
* Mon Mar 04 2019 Michal Filka - bnc#1127685 - Internal error message popup is scaled according to its content- 4.1.3
* Tue Jan 22 2019 lslezakAATTsuse.cz- Support for FastGettext 2.0 (still works with FastGettext 1.6) (bsc#1121865)- 4.1.2
* Tue Dec 18 2018 jlopezAATTsuse.com- Configure $PATH environment variable to execute external commands only from safe paths (part of bsc#1118291).- 4.1.1
* Tue Oct 23 2018 jreidingerAATTsuse.com- Fix encoding-related problems by assuming that file contents is always UTF-8. (bsc#1111367)- 4.1.0
* Tue Sep 11 2018 aschnellAATTsuse.com- adapted testsuite to glibc translation change (bsc#1107953)- 4.0.7
* Mon Aug 20 2018 schubiAATTsuse.de- Switched license in spec file from SPDX2 to SPDX3 format.
* Fri Apr 06 2018 jlopezAATTsuse.com- Allow to directly abort the process (needed for fate#318196).- 4.0.6
* Tue Mar 27 2018 lslezakAATTsuse.cz- Log a warning if no text domain is configured for translations, this helps with debugging (improved as a part of bsc#1081466)- 4.0.5
* Tue Jan 09 2018 jreidingerAATTsuse.com- Set proper title also for YaST2 scc (bsc#1075164)- 4.0.4
* Tue Dec 05 2017 jreidingerAATTsuse.com- Set proper title also for YaST2 Firstboot (bsc#1070583)- 4.0.3
* Fri Nov 24 2017 mvidnerAATTsuse.com- Better backtrace for dynamically defined methods (bsc#1066290)- 4.0.2
* Thu Nov 23 2017 lslezakAATTsuse.cz- Hardcode the Ruby version in the y2start script to always use the Ruby version used at the build time (bsc#1068863)- 4.0.1
* Tue Sep 26 2017 jreidingerAATTsuse.com- Nicer backtrace output in log for internal errors (help for debuggging bugs like bsc#1044312)- 4.0.0
* Wed Jul 12 2017 jreidingerAATTsuse.com- Always use ::Integer to avoid collision with Yast::Integer (bsc#1044312)- make Builtins.toupper/tolower strictly backward compatible in ruby 2.4 (bsc#1044312)- 3.3.1
* Wed Jul 12 2017 jreidingerAATTsuse.com- replace all Fixnum and Bignum with Integer as ruby 2.4 make it deprecated ( ruby2.4 will be default for TW and SLE15 so part of bsc#1044312)- 3.3.0
* Tue Jul 04 2017 jreidingerAATTsuse.com- Set proper title also for YaST2 System Log (bsc#1046153)- 3.2.14
* Tue May 23 2017 jreidingerAATTsuse.com- Set proper title for YaST2 installation (bsc#1037891)- 3.2.13
* Tue May 02 2017 jreidingerAATTsuse.com- fix calling YaST CLI (bsc#1033993)- 3.2.12
* Mon Apr 10 2017 jreidingerAATTsuse.com- Set proper title for YaST2 application (bsc#1033161)- 3.2.11
* Wed Mar 22 2017 jreidingerAATTsuse.com- Add new y2start as ruby script which have several advantages (bsc#1027181):-- Ruby is no longer embedded into YaST (instead we only use binary extensions), so there is less chance of things breaking with a new Ruby version-- show popup when signal is received and also allow YaST modules to handle more gracefully when signal is raised-- better argument passing to y2start itself e.g. y2base foo -S \'(bar)\' qt ----> y2start foo --arg bar qt-- ruby infrastructure can be used directly on y2start like debugger or profiler-- majority of y2start functionality is covered by unit tests allowing easier and less error-prone future changes- 3.2.10
* Wed Mar 22 2017 jreidingerAATTsuse.com- Use more friendly exception when an invalid Yast::Path is constructed (one with a component starting or ending with a dash; bsc#1028081)- 3.2.9
* Wed Mar 22 2017 jreidingerAATTsuse.com- add method Yast::WFM.scr_root to get scr changed root directory (needed for testing fix for bsc#1023204)- 3.2.8
* Tue Mar 14 2017 ancorAATTsuse.com- Use tmux instead of screen to run the Ncurses integration test in headless systems (skip the test if tmux is not available). The version of screen introduced to fix bsc#1021743 was causing the test to fail.- 3.2.7
* Thu Mar 09 2017 ancorAATTsuse.com- Display standard output and error channels in case of failure running the Ncurses integration tests in a headless system. Needed to debug the error produced by the fix to bsc#1021743- 3.2.6
* Mon Jan 09 2017 jreidingerAATTsuse.com- allow in Yast::SCR and Yast::WFM to have string as first argument where Yast::Path is expected (gh#yast/yast-ruby-bindings#82, bsc#1018876)- make yast specific class shortcuts available via Yast namespace like Yast.path() or Yast.term()- allow path shortcut to get string or path and return always path- raise exception if wrong type is passed to path including nil- 3.2.5
* Mon Jan 09 2017 jreidingerAATTsuse.com- drop Yast.add_module_dir and Yast.add_include_dir as the only reliable way is to use Y2DIR env (gh#yast/yast-ruby-bindings#72)
* Wed Jan 04 2017 jreidingerAATTsuse.com- Throw exception with more detailed error specification when loading namespace to component system failed (bsc#932331)- 3.2.4
* Thu Dec 15 2016 igonzalezsosaAATTsuse.com- Do not crash when FastGettext is unable to find the empty.mo file (bsc#1014458)- 3.2.3
* Tue Nov 15 2016 lslezakAATTsuse.cz- Improved debugger support: catch the magic debugging key combination (Shift+Ctrl+Alt+D in Qt) returned by UI calls and start the Ruby debugger when received (FATE#318421)- 3.2.2
* Wed Oct 26 2016 jreidingerAATTsuse.com- fix crash when references passed between clients (bsc#935385)- 3.2.1
* Thu Oct 13 2016 jreidingerAATTsuse.com- properly document usage of CallFunction and have useful error when misused (bsc#889980)- 3.2.0
* Fri Sep 16 2016 mvidnerAATTsuse.com- Rescue \"invalid byte sequence in UTF-8\", with a custom message (bsc#992821).- 3.1.51
* Thu Jun 30 2016 jreidingerAATTsuse.com- Fix segfault when running rspec tests caused by added ruby profiler (bnc#986649 comment2)- 3.1.50
* Tue Jun 28 2016 jreidingerAATTsuse.com- Added support for running the Ruby profiler- Improve performance of code by specialized `caller` call (bnc#986649)- 3.1.49
* Mon May 30 2016 lslezakAATTsuse.cz- Improve the debugger support - use the same code also at run time, allow using `Y2DEBUGGER` also in installed system (FATE#318421)- 3.1.48
* Mon May 23 2016 lslezakAATTsuse.cz- Added support for running the Ruby debugger (FATE#318421)- Allow running the Ruby debugger from the generic crash handler if the debugger is installed- 3.1.47
* Mon Mar 07 2016 jreidingerAATTsuse.com- update code according to updated yast ruby style guide
* Wed Jan 13 2016 jreidingerAATTsuse.com- Move transdb initialization to C part to keep it together with index initialization (bsc#932014)- 3.1.46
* Wed Jan 13 2016 jreidingerAATTsuse.com- fixed early return from logging method causing failure of old testsuite (bsc#932014)- 3.1.45
* Tue Jan 12 2016 lslezakAATTsuse.cz- Fixed conflict between Yast::Encoding and ::Encoding (another fix for bsc#932014)- 3.1.44
* Mon Jan 11 2016 lslezakAATTsuse.cz- Do not crash when logging an invalid UTF-8 string (bsc#932014)- 3.1.43
* Tue Dec 01 2015 jreidingerAATTsuse.com- Reverted the last change because it broke updating the table in Service Manager (because the distinction between :cell and :Cell was lost) (bnc#956380)- 3.1.42
* Fri Nov 13 2015 jreidingerAATTsuse.com- Fix Cell ui shortcut as final id have to be lowercase (fake bug to get it accepted bnc#0)- 3.1.41
* Mon Oct 05 2015 jreidingerAATTsuse.com- Used rb_gc_register_address to fix \'method to_s called on terminated object\' during package installation (bsc#945299)- 3.1.40
* Wed Sep 30 2015 ancorAATTsuse.com- Added a regression test for the fix of bnc#943757 implemented in libyui-ncurses 2.47.3- 3.1.39
* Tue Aug 04 2015 mvidnerAATTsuse.com- Applied the style guide, with Rubocop.
* Mon Jun 29 2015 ancorAATTsuse.com- Added Yast::Builtins::strftime with full i18n support (part of fate#318486)- 3.1.38
* Thu Jun 25 2015 jreidingerAATTsuse.com- pass method name to logger (helps with debugging, e.g. bnc#922308)- 3.1.37
* Thu Jun 18 2015 ancorAATTsuse.com- Fixes in the new Yast::CoreExt functionality (part of the fix for bnc#921233)- 3.1.36
* Wed Jun 17 2015 ancorAATTsuse.com- Added Yast::CoreExt, a new mechanism to extend ruby base classes- Added extension to clean ANSI characters from strings (part of the fix for bnc#921233)- 3.1.35
* Wed Jun 03 2015 mvidnerAATTsuse.com- Fixed \"Comparable#== will no more rescue exceptions of #<=>\" (boo#933470).- Fixed a strdup/delete mismatch (boo#932306).- 3.1.34
* Mon May 25 2015 jreidingerAATTsuse.com- add ability to test if scr is local (FATE#317900)- 3.1.33
* Mon May 18 2015 mvidnerAATTsuse.com- Initialize the YaST UI so that it can be called when the main program is not y2base (bsc#922023).- 3.1.32
* Wed Apr 01 2015 ancorAATTsuse.com- Added new RSpec argument matcher: path_matching- 3.1.31
* Thu Mar 05 2015 mvidnerAATTsuse.com- Fix building with yast2-core-3.1.16: use C++11 like core does (boo#914255).- 3.1.30
* Tue Feb 24 2015 jreidingerAATTsuse.com- fix building for ruby2.2- 3.1.29
* Wed Jan 28 2015 jreidingerAATTsuse.com- add more shortcuts for RSpec helpers, that makes tests shorter- 3.1.28
* Thu Jan 22 2015 jreidingerAATTsuse.com- enhance usability of Yast::Term class- 3.1.27
* Thu Jan 22 2015 ancorAATTsuse.com- Added some RSpec helpers to easy the development of tests- 3.1.26
* Mon Oct 20 2014 lslezakAATTsuse.cz- added Travis support (.travis.yml, xcrypt.h detection)
* Wed Oct 15 2014 cooloAATTsuse.com- switch to rubygem() for Factory too- 3.1.25