SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for yast2-4.6.2-2.1.x86_64.rpm :

* Wed Mar 29 2023 Josef Reidinger - Replace calls to mkinitrd with dracut as mkinitrd will be dropped (bsc#1203019)- 4.6.2
* Mon Mar 06 2023 Stefan Hundhammer - Merged SLE-15-SP5 branch- Revert restoring DnsServerAPI.pm (bsc#1208833)- 4.6.1
* Fri Mar 03 2023 Ladislav Slezák - Bump version to 4.6.0 (bsc#1208913)
* Tue Feb 14 2023 Martin Vidner - Allow dir:///foo to equal dir:/foo (bsc#1207239)- 4.5.24
* Wed Feb 08 2023 Josef Reidinger - DnsServerApi: drop module. It should never be in yast2 as it import module from yast2-dns-server. And now dns-server is going to be dropped (bsc#1205363)- 4.5.23
* Wed Jan 18 2023 Ludwig Nussel - Replace transitional %usrmerged macro with regular version check (boo#1206798)- 4.5.22
* Tue Jan 10 2023 José Iván López González - Show help text in YaST Control Center (bsc#1206919).- 4.5.21
* Thu Dec 01 2022 Josef Reidinger - ArchFilter: Add new class to allow unified definition of hardware architecture filter. The main use case is to read arch specific configuration in various configuration files like control.xml or d-installer.yml (gh#yast/d-installer#279)- 4.5.20
* Mon Oct 31 2022 Martin Vidner - Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)- 4.5.19
* Tue Oct 25 2022 Ladislav Slezák - Improve logging in the ProductControl module, use the new \"log.group\" call to group logs for each workflow step (bsc#1204625)- 4.5.18
* Fri Oct 14 2022 Steffen Winterfeldt - remove #postprocess_url from RelURL class (jsc#SLE-22578, jsc#SLE-24584)- 4.5.17
* Thu Oct 06 2022 Josef Reidinger - add Yast::ReducedRecorder for Cheetah to filter out certain streams to be able to not log sensitive information (bsc#1201962)- 4.5.16
* Wed Sep 28 2022 Ancor Gonzalez Sosa - Better detection of YaST2 Journal (related to bsc#1199840).- 4.5.15
* Fri Sep 16 2022 Michal Filka - bsc#1200016 - by_pattern moved into http_server moduleas it is the only user- 4.5.14
* Fri Sep 09 2022 Michal Filka - bsc#1203227 - Replaced egrep with grep -E.- 4.5.13
* Thu Sep 01 2022 Knut Anderssen - Added a parameter to NetworkService.EnableDisableNow method in order to ensure that the selected network service is enabled even when the selection has not been modified (bsc#1202479)- 4.5.12
* Fri Aug 26 2022 Josef Reidinger - On transactional systems, inform the user that packages are required to be installed manually (related to bsc#1199840)- 4.5.11
* Thu Jul 28 2022 David Diaz - Do not ask for user input while checking file conflicts if the delayed progress popup is not shown (bsc#1201924)- 4.5.10
* Thu Jul 28 2022 Michal Filka - bsc#1200016 - added a method for finding a package according to a pattern- 4.5.9
* Wed Jul 27 2022 Ladislav Slezák - Fixed libzypp initialization, in the YaST container read the configured repositories from the host (related to bsc#1199840)- 4.5.8
* Fri Jul 22 2022 Ladislav Slezák - Text mode control center: always display the YaST modules installed in the system root (when running in a container display the modules installed in the container) (bsc#1199840)- 4.5.7
* Fri Jun 24 2022 Ladislav Slezák - save_y2logs - check both Packages and Packages.db in /var/lib/rpm (bsc#1200831)- 4.5.6
* Thu Jun 16 2022 Josef Reidinger - Allow to install missing packages in chroot (bsc#1199840)- 4.5.5
* Mon May 23 2022 Ladislav Slezák - Added experimental infrastructure for managing system in a chroot (bsc#1199840)- 4.5.4
* Fri May 06 2022 Josef Reidinger - Avoid build failures when packager is not available (related to bsc#1196674)- 4.5.3
* Tue May 03 2022 Stefan Hundhammer - Show what product is being installed (bsc#1196674)- 4.5.2
* Thu Apr 07 2022 Stefan Hundhammer - Show file conflict checking progress in delayed popup (bsc#1195608) PR: https://github.com/yast/yast-yast2/pull/1252- 4.5.1
* Wed Apr 06 2022 Ladislav Slezák - Bump version to 4.5.0 (bsc#1198109)
* Fri Mar 11 2022 Imobach Gonzalez Sosa - Extend the Package module to force using PackageSystem or PackageAI without having the mode into account.- AutoYaST: properly detect whether firewalld, bind and yast2-dns-server packages are installed when cloning a system (bsc#1196963).- 4.4.47
* Tue Mar 08 2022 Stefan Hundhammer - Reverted LD_PRELOAD change (GitHub PR#1236) (bsc#1196326)- 4.4.46
* Wed Mar 02 2022 Stefan Hundhammer - New doc: Invoking External Commands in YaST (in doc/)
* Thu Feb 17 2022 Steffen Winterfeldt - do not strip surrounding white space in CDATA XML elements (bsc#1195910)- 4.4.45
* Wed Feb 16 2022 Ladislav Slezák - Keep the user defined $Y2STYLE and $XCURSOR_THEME environment variables, allow changing the installer theme via these environment variables (related to jsc#SLE-20547)- 4.4.44
* Fri Jan 28 2022 Josef Reidinger - ProductFeatures: add boot timeout option (jsc#SLE-22667)- 4.4.43
* Wed Jan 26 2022 Ladislav Slezák - Added Y2Packager::NewRepositorySetup to track new repositories (related to bsc#1194453)- 4.4.42
* Wed Jan 26 2022 Imobach Gonzalez Sosa - Fix PackageAI call to PackagesProposal.GetResolvable. It prevents a crash when cloning a system (bsc#1195137).- 4.4.41
* Tue Jan 25 2022 Imobach Gonzalez Sosa - Use Package module instead of PackageSystem (bsc#1194886).- 4.4.40
* Mon Jan 24 2022 Jacek Tomasiak - Preload libsuseconnect.so if available. On aarch64 installer/YaST sometimes failed to load libsuseconnect.so with \"cannot allocate memory in static TLS block\" error. Loading the library before others solves the problem until a better solution is found (bsc#1194996).- 4.3.39
* Fri Jan 21 2022 Imobach Gonzalez Sosa - Unify Package, PackageSystem and PackageAI. Now the Package module is the entry point. PackageSystem and PackageAI implement specific logic and they should not be referenced from outside (bsc#1194886).- 4.3.38
* Fri Jan 21 2022 José Iván López González - Fix CWM dialog: argument delegation is handled differently in ruby 2.6 and before (bsc#1194984).- 4.4.37
* Fri Jan 14 2022 Ancor Gonzalez Sosa - Adapted Report.yesno_popup to Ruby 3 (bsc#1193192)- 4.4.36
* Wed Jan 12 2022 Josef Reidinger - Simplify slide show to support future parallel installations (jsc#SLE-20437)- 4.4.35
* Fri Jan 07 2022 Ladislav Slezák - Fixed test failure in Ruby 2.5, caused by the fix for Ruby 3.0 (related to bsc#1193192)- 4.4.34
* Fri Jan 07 2022 Knut Anderssen - Y2Packager::Resolvable: added none? method in order to not crash in case of rubocop automatic change (bsc#1194387)- 4.4.33
* Thu Dec 23 2021 Josef Reidinger - properly pass named arguments in ruby3 (bsc#1193192)- 4.4.32
* Mon Dec 20 2021 Imobach Gonzalez Sosa - Do not reinitialize the packaging system during offline upgrade (bsc#1193784 and bsc#1192437).- 4.4.31
* Thu Dec 16 2021 Ladislav Slezák - Fixed RelURL to work properly with the FTP URLs (related to jsc#SLE-22669)- 4.4.30
* Wed Dec 15 2021 Ladislav Slezák - Fixed RelURL unit test randomly crashing (related to jsc#SLE-22669)- 4.4.29
* Tue Dec 14 2021 Ladislav Slezák - Added RelURL class for working with relative URLs (\"relurl://\") (jsc#SLE-22669)- 4.4.28
* Thu Dec 02 2021 Ladislav Slezák - Drop support for subscription-tools, that package is not present in SLE15 anymore - removed modules/ProductProfiles.rb file (bsc#1193339)- 4.4.27
* Thu Dec 02 2021 Ladislav Slezák - Popup.YesNo(): Unify the internal [No] button ID (bsc#1193326)- 4.4.26
* Wed Dec 01 2021 Imobach Gonzalez Sosa - Add register_target to the Y2Packager::Product class (bsc#1193212).- 4.4.25
* Wed Dec 01 2021 Imobach Gonzalez Sosa - Do not crash when it is not possible to fetch the package containing the release notes (bsc#1193148).- 4.4.24
* Tue Nov 30 2021 Josef Reidinger - Prepare code for ruby3 (bsc#1193192)- 4.4.23
* Mon Nov 15 2021 Stefan Hundhammer - Force creating the UI before checking -pkg etc. UI plug-ins (bsc#1192650)- 4.4.22
* Fri Nov 12 2021 Imobach Gonzalez Sosa - Adapt the code to the new product specification API (bsc#1192626).- yast2-packager is now responsible for finding the list of available base products during installation.- Drop ProductControlProduct class.- 4.4.21
* Thu Sep 16 2021 Ladislav Slezák - Fixed losing the current product and package selection during installation, caused by unnecessary reloading of repositories (bsc#1190228)- 4.4.20
* Wed Sep 15 2021 Stefan Hundhammer - Added infrastructure for installing missing UI extension plug-ins (jsc#SLE-20346, jsc#SLE-20462)- 4.4.19
* Wed Sep 15 2021 José Iván López González - Add Y2Issues::WithIssues mixin to make easier to work with a list of issues (needed for jsc#SLE-20563).- 4.4.18
* Mon Sep 06 2021 Martin Vidner - Mark systemd unit/service state \"maintenance\" as active (bsc#1190163)- 4.4.17
* Thu Jul 15 2021 David Diaz - Do not escape \"$\" in URL paths (bsc#1187581).- 4.4.16
* Wed Jul 14 2021 Stefan Hundhammer - Don\'t crash with UI exception in Progress.rb if a popup is in the way (bsc#1187676)- 4.4.15
* Wed Jun 23 2021 Ancor Gonzalez Sosa - Y2Issues::Issue: renamed severity \"fatal\" to \"error\", to be more consistent with other parts of (Auto)YaST- Added options to configure the behavior of Y2Issues.report (related to jsc#SLE-20563 and bsc#1166743)- 4.4.14
* Mon Jun 21 2021 Josef Reidinger - Y2Issues::List: Add methods size and concat (related to bsc#1181295).- 4.4.13
* Thu Jun 17 2021 Dirk Müller - add riscv64 architecture helper (jsc#SLE-19562)- 4.4.12
* Fri Jun 11 2021 Josef Reidinger - Yast2::AutoClient.run: Ensure that Reset, Read, and SetModified return nil regardless of their implementation, to prevent a crash in the component system (bsc#1187233)- 4.4.11
* Tue Jun 08 2021 Imobach Gonzalez Sosa - Ignore sysctl configuration files that do not have the .conf extension. The only exception are kernel files (/boot/sysctl.conf-
*) (bsc#1187018).- 4.4.10
* Thu Jun 03 2021 José Iván López González - AutoYaST: SectionWithAttributes allows to indicate whether an attribute accepts blank values (related to jsc#PM-2620).- 4.4.9
* Thu Jun 03 2021 Josef Reidinger - revert disable of hibernation based on product and virtual machines (bsc#1184470)- 4.4.8
* Wed Jun 02 2021 Knut Anderssen - Improve Yast2::Equatable mixin making the #hash method to be fine tuned easily (related to bsc#1186082).- 4.4.7
* Tue Jun 01 2021 Ancor Gonzalez Sosa - Added some names to the list of parameters handled by CFA for the login.defs configuration (related to jsc#PM-2620).- 4.4.6
* Tue May 25 2021 José Iván López González - Add Yast2::Equatable mixin to avoid troubles with classes that overloads the comparison methods (related to bsc#1186082).- 4.4.5
* Fri May 07 2021 Stefan Schubert - Logging all available product information into directory /var/log/YaST2/installation_info. This should help for evaluating the cause of e.g. bsc#1180888, bsc#1180908, bsc#1178688.- 4.4.4
* Mon May 03 2021 David Diaz - Do not crash when a client execution return false (related to bsc#1185561, and bsc#1180954).- 4.4.3
* Tue Apr 27 2021 Josef Reidinger - Add to yast2 mixin Yast2::SecretAttributes for hiding sensitive information (bsc#1141017)- 4.4.2
* Thu Apr 22 2021 Imobach Gonzalez Sosa - The location given to the Y2Issue::Issue constructor can be a string or a location object.
* Fri Apr 16 2021 Imobach Gonzalez Sosa - Add a mechanism to report issues to the user (related to bsc#1181295).- 4.4.1
* Wed Apr 14 2021 Ladislav Slezák - Updated manual page (\"man yast2\") (bsc#1184681)- 4.4.0
* Mon Apr 12 2021 Imobach Gonzalez Sosa - Add a default value for file_path argument in ::new and ::load methods of CFA::LoginDefs class.
* Mon Mar 29 2021 Imobach Gonzalez Sosa - Add a AbstractWidget#displayed? to determine whether a widget is in the UI (bsc#1184115).- 4.3.60
* Tue Mar 09 2021 David Diaz - Use meaningful button labels when asking the user if would like to continue when an installation client is missing (related to bsc#1180954).- 4.3.59
* Mon Mar 08 2021 Josef Reidinger - save_y2logs: Make modified content of log files just warning instead of fatal (bsc#1182710 see comment 2)- 4.3.58
* Mon Mar 08 2021 David Diaz - Ask the user if would like to continue when an installation client is missing (related to bsc#1180594).- 4.3.57
* Thu Mar 04 2021 Josef Reidinger - Fix backward compatibility for focus parameter of Report.AnyQuestion/Report.ErrorAnyQuestion (bsc#1183011)- 4.3.56
* Fri Feb 12 2021 Ancor Gonzalez Sosa - Fixed bug introduced while adding auto wrapping (bsc#1179893)- 4.3.55
* Wed Feb 10 2021 Josef Reidinger - Use Auto Wrapping of long lines for Yast2::Popup and Yast::Report (bsc#1179893)- 4.3.54
* Wed Feb 10 2021 Imobach Gonzalez Sosa - Do not use the \'installation-helper\' binary to create snapshots during installation or offline upgrade (bsc#1180142).- Add a new exception to properly handle exceptions when reading/writing snapshots numbers (related to bsc#1180142).- 4.3.53
* Thu Feb 04 2021 Ladislav Slezák - Added supported migration \"openSUSE Leap 15.3\" -> SLES (in 15.3 the product has been renamed from \"openSUSE\" to \"Leap\") (bsc#1181773)- 4.3.52
* Wed Jan 27 2021 José Iván López González - Do not propose hibernation when running over a virtualized setup (bsc#1180982).- 4.3.51
* Wed Jan 20 2021 Ladislav Slezák - Fixed Resolvables class to uniqely identify the libzypp objects to avoid random failures (related to bsc#1178688)- 4.3.50
* Wed Jan 13 2021 Ladislav Slezák - Keep the libzypp target open to verify other packages (bsc#1180858, related to the previous fix bsc#1179773)- 4.3.49
* Mon Jan 11 2021 Ladislav Slezák - Ensure the libzypp target is initialized when downloading the skelcd packages (to verify the GPG signatures) (bsc#1179773)- Log more details when several resolvables (instead of a single one) are unexpectedly found (related to bsc#1176276)- 4.3.48
* Mon Jan 11 2021 Josef Reidinger - Fix default for hibernation proposal (bsc#1169874)- 4.3.47
* Tue Dec 15 2020 Stefan Schubert - Removed SCR agent .etc.inittab which is obsolete because SysVinit is no longer supported (bsc#1175494).- 4.3.46
* Mon Nov 30 2020 David Diaz - Yast::Arch add support to know if code is running in a PV Xen guest (related to bsc#952253, bsc#1172742, and bsc#1179197).- 4.3.45
* Fri Nov 27 2020 Ludwig Nussel - prepare usrmerge: install legacy symlinks via spec file only (boo#1029961)- 4.3.44
* Thu Nov 26 2020 Knut Anderssen - CWM ComboBox: an editable ComboBox will not alter the list of items when the current value is not part of the list as it uses the original list which could be already modified (bsc#1177137)- 4.3.43
* Tue Nov 24 2020 Knut Anderssen - CWM ComboBox: reverted the addition of the current_items method (bsc#1177137)- 4.3.42
* Wed Nov 11 2020 Josef Reidinger - add methods to decide if hibernation should be proposed (jsc#SLE-12280)- 4.3.41
* Fri Nov 06 2020 José Iván López González - Ensure #current_items always returns a list.- Related to bsc#1177137.- 4.3.40
* Thu Nov 05 2020 Knut Anderssen - CWM ComboBox: query the current items offered by the widget when the list of items is extended by a new value (bsc#1177137)- 4.3.39
* Tue Oct 20 2020 Ancor Gonzalez Sosa - Added support for nested items in CWM::Table (bsc#1176402)- 4.3.38
* Thu Oct 08 2020 José Iván López González - Revert changes for hiding the heading of the dialog in text mode (the heading has no height if the title is empty).- bsc#1176808- 4.3.37
* Thu Oct 08 2020 Imobach Gonzalez Sosa - AutoYaST: SectionWithAttributes#new_from_hashes accepts an enumerable as first element (related to bsc#1177405).- 4.3.36
* Wed Oct 07 2020 Imobach Gonzalez Sosa - AutoYaST: do not crash when sections like \'raid_options\' are empty (bsc#1177405).- 4.3.35
* Thu Oct 01 2020 Knut Anderssen - Revert the drop of SuSEFirewall2 as there are still some packages which need to be adapted (bsc#1177160)- 4.3.34
* Tue Sep 29 2020 Knut Anderssen - Drop SuSEFirewall2 code completely (fate#323460)- 4.3.33
* Mon Sep 28 2020 Imobach Gonzalez Sosa - Fix non-editable ComboBox handling (bsc#1136454).- 4.3.32
* Fri Sep 25 2020 Imobach Gonzalez Sosa - Small improvements to CWM based widgets (related to bsc#1136454): - An editable ComboBox will refresh the list of items when a new one is given as its current value. - By default, a MenuButton widget listens to events from all its buttons.- 4.3.31
* Thu Sep 24 2020 Ladislav Slezák - Do not crash when trying to parse non-existing (\"nil\") add-on product control XML file (bsc#1176593)- 4.3.30
* Wed Sep 23 2020 Ladislav Slezák - Added \"--plain\" and \"--full\" options for the \"systemctl\" calls, these are recommended when processing the output by scripts (bsc#1176714)- 4.3.29
* Mon Sep 21 2020 Ladislav Slezák - Decrease error logging to avoid false positives in the y2log (bsc#1176653)- 4.3.28
* Wed Sep 16 2020 José Iván López González - Hide heading of the dialog when no title is defined or title is set to an empty string.- Related to bsc#1175489.- 4.3.27
* Tue Sep 15 2020 Ladislav Slezák - Clear the download progres for the previous file when displaying an error popup (bsc#1175926)- Enable additional callback logging when $Y2DEBUG_CALLBACKS is set to \"1\"- 4.3.26
* Thu Sep 10 2020 Josef Reidinger - Enhance GPG module with symmetric encryption (related to bsc#1176336)- add new shared password dialog- 4.3.25
* Thu Aug 27 2020 Ladislav Slezák - Fixed accidentaly broken dependencies (related to bsc#1175317)- 4.3.24
* Thu Aug 27 2020 Ladislav Slezák - Yet another unit test architecture fix :-( (related to bsc#1175317)- 4.3.23
* Thu Aug 27 2020 Ladislav Slezák - Fix for the previous change: fixed unit test failure on non x86_64 archs (related to bsc#1175317)- 4.3.22
* Wed Aug 26 2020 Ladislav Slezák - Y2Packager::Resolvable.find(): improved error handling, added more unit tests (related to bsc#1175317)- 4.3.21
* Tue Aug 25 2020 Imobach Gonzalez Sosa - Unify profile element paths (bsc#1175680).- 4.3.20
* Tue Jul 28 2020 Imobach Gonzalez Sosa - XML: do not export the system ID if it is not defined (boo#1174424).- 4.3.19
* Tue Jul 28 2020 Josef Reidinger - Handle exceptions when parsing xml file (related to bsc#1170886)- 4.3.18
* Fri Jul 24 2020 Knut Anderssen - Provide a way to determine which resources (zones, services...) have been modified from the default values (bsc#1171356)- 4.3.17
* Fri Jul 24 2020 Jeff Kowalczyk - update is_wsl function to match wsl1 and wsl2 osrelease spellings (boo#1174183)
* Thu Jul 23 2020 José Iván López González - Add Layout class to configure a Wizard layout.- Related to jsc#SLE-15899.- 4.3.16
* Thu Jul 16 2020 Ancor Gonzalez Sosa - Better management of libzypp repovars (eg. those enclosed in curly brackets) introducing the new Y2Packager::ZyppUrl class- Do not crash during the upgrade process if some repository URL cannot be parsed (bsc#1172867)- 4.3.15
* Fri Jul 10 2020 David Diaz - Make CFA::MultiFileConfig fully reusable (related to bsc#1155735, and bsc#1157541).
* Thu Jul 09 2020 Steffen Winterfeldt - add space to SPACE_CHARS (bsc#1173907)- 4.3.14
* Tue Jul 07 2020 schubiAATTsuse.de- Command line interface: Do not start an UI while evaluating current language settings (bsc#1173133).- 4.3.13
* Mon Jun 29 2020 schubiAATTsuse.de- Products: Do not solve dependencies while checking libzypp connection (bsc#1170322).- 4.3.12
* Mon Jun 29 2020 José Iván López González - Avoid failure when downloading release notes from an inoperative proxy (bsc#1173447).- 4.3.11
* Fri Jun 26 2020 Imobach Gonzalez Sosa - AutoClient#export method can receive a hash as an argument (bsc#1171356).- 4.3.10
* Sun Jun 21 2020 Knut Anderssen - Add a method to change the selection of the network backend to be used (related to bsc#1172749)- 4.3.9
* Thu Jun 18 2020 Ladislav Slezák - Updated Yast::XML.validate arguments- Distinguish between a String argument (containing a XML document/schema) and Pathname (path to a file)- Related to bsc#1170886- 4.3.8
* Tue Jun 16 2020 Imobach Gonzalez Sosa - Add a method to determine the default start mode for a system service (related to bsc#1172749).- 4.3.7
* Tue Jun 09 2020 David Diaz - Fix Xen detection (bsc#1172742).- 4.3.6
* Fri Jun 05 2020 José Iván López González - Improve actions to stop and start a system service.- Related to bsc#1162514.- 4.3.5
* Thu Jun 04 2020 Josef Reidinger - Drop anyxml agent to unify used xml parsers. All usage replaced by rubygem-nokogiri (related to bsc#1170886)- 4.3.4
* Mon Jun 01 2020 Ladislav Slezák - Improved XML validation, raise exception for not well formed documents (related to bsc#1170886)- 4.3.3
* Fri May 29 2020 schubiAATTsuse.de- autoinst_issues/list.add : Fixed documentation. (bsc#1171335).
* Mon May 18 2020 schubiAATTsuse.de- autoinst_issues/list.add : Changed first parameter from tag to classes (bsc#1171335).- Added general AY issue classes: InvalidValue, MissingValue- 4.3.2
* Mon May 18 2020 Ladislav Slezák - Restore back the perl-XML-Simple dependency, it is needed for ag_anyxml (related to bsc#1170886)- 4.3.1
* Thu May 14 2020 Josef Reidinger - Re-implement XML parser (bsc#1170886):-- use as backend nokogiri instead of hand written libxml2 wrapper-- Use exceptions instead of silently ignoring issues-- export map as type to xml-- add new method #validate to validate against relax-ng schema- 4.3.0
* Wed May 06 2020 schubiAATTsuse.de- AutoYaST: Cleanup/improve issue handling (bsc#1171335).- 4.2.84
* Fri Apr 24 2020 Knut Anderssen - Avoid using systemctl calls when already started with the installation and thus, running inside the chroot (bsc#1168849)- 4.2.83
* Mon Apr 13 2020 Knut Anderssen - Remove ip aliases that were marked to be deleted from the interface configuration files (bsc#1146020)- 4.2.82
* Tue Apr 07 2020 Stefan Hundhammer - Retranslate wizard help button in NCurses UI (bsc#1167224)- 4.2.81
* Fri Apr 03 2020 Knut Anderssen - Modify the way YaST detects whether systemd is running or not (bsc#1168307)- 4.2.80
* Fri Mar 27 2020 Knut Anderssen - Reread network interfaces configuration after writing it avoiding wrong values when reopen network configuration dialog during an installation (bsc#1166778)- 4.2.79
* Thu Mar 26 2020 David Diaz - Remove no longer needed multi status selector since it does not work as expected (bsc#1167523).- 4.2.78
* Tue Mar 24 2020 Ladislav Slezák - Fixed alignment in the multi selection CWM widget (part of bsc#1167523)- 4.2.77
* Mon Mar 23 2020 Josef Reidinger - Add Popup#SuppressFeedback to allow to hide feedback for certain actions (needed for bsc#1165705)- 4.2.76
* Sat Mar 21 2020 Knut Anderssen - Force a reset of the firewalld API instance before reading the firewalld configuration (bsc#1166698)- 4.2.75
* Tue Mar 17 2020 Ladislav Slezák - Fixed CWM::MultiStatusSelector help text icons displayed during installation (related to bsc#1157780, bsc#1161308, bsc#1161200)- 4.2.74
* Fri Mar 13 2020 David Diaz - CWM::MultiStatusSelector minor improvements (related to bsc#1157780).- 4.2.73
* Thu Mar 12 2020 David Diaz - Add the new CWM::MultiStatusSelector custom widget (related to bsc#1157780, bsc#1161308, bsc#1161200).- 4.2.72
* Thu Mar 12 2020 Ladislav Slezák - Do not remove the installation repositories in the \"Previously Used Repositories\" step (bsc#1163081)- 4.2.71
* Fri Mar 06 2020 David Diaz - Allow to restore the vertical scroll of a CWM::RichText (related to bsc#1049965)- 4.2.70
* Fri Mar 06 2020 David Diaz - Read the list of network service properly, no matter where it is stored (bsc#1162853).- 4.2.69
* Fri Mar 06 2020 Ladislav Slezák - Skip repository reloading at installation to avoid unselecting products to install (bsc#1165501)- 4.2.68
* Wed Feb 26 2020 schubiAATTsuse.de- Updated docu for SysctlConfig class (bsc#1151649).
* Mon Feb 24 2020 schubiAATTsuse.de- Creating an own Augeas instance for each parsed sysctl file (bsc#1151649).- 4.2.67
* Mon Feb 17 2020 schubiAATTsuse.de- SysctlConfig class: Handle sysctl entries in different directories (bsc#1151649).- 4.2.66
* Mon Feb 17 2020 Stefan Hundhammer - Fixed user-visible messages (bsc#1084015)- 4.2.65
* Tue Feb 04 2020 Josef Reidinger - Show on WSL only WSL capable modules in control center (bsc#1162650)- 4.2.64
* Fri Jan 31 2020 José Iván López González - Add new widgets CWM::ProgressBar and CWM::DynamicProgressBar.- Needed for bsc#1135366.- 4.2.63
* Thu Jan 30 2020 Ladislav Slezák - Do not crash when the \"software/base_products\" is not defined in the control.xml (bsc#1161956)- 4.2.62
* Wed Jan 29 2020 Josef Reidinger - Speed up run on WSL (bsc#1157575)- 4.2.61
* Tue Jan 28 2020 Ladislav Slezák - Added classes for handling the old repository setup during upgrade (related to bsc#1159433)- 4.2.60
* Thu Jan 23 2020 Imobach Gonzalez Sosa - Add an option to enable the online search in the package selector (jsc#SLE-9109).- 4.2.59
* Thu Jan 23 2020 Steffen Winterfeldt - don\'t use /bin/systemd compat symlink (bsc#1160890)- 4.2.58
* Wed Jan 22 2020 Josef Reidinger - CommandLine: Add ability to actions to skip writing. Useful for more CLI bug fixes e.g. bsc#1160928- 4.2.57
* Wed Jan 22 2020 schubiAATTsuse.de- Evaluating system release/version in an more understandable form for the user e.g. \"15-SP2\" (improvement for fate#325834).- 4.2.56
* Tue Jan 14 2020 David Diaz - Add a text helper to strip HTML tags (related bsc#1157780)- Moves text helpers to String refinements, keeping backward compatibility.- 4.2.55
* Fri Jan 10 2020 schubiAATTsuse.de- Do not refresh package installation overview if the medium has been changed and the user has switched to the release notes tab. (bsc#1129426, bsc#1159367)- 4.2.54
* Fri Jan 10 2020 Ancor Gonzalez Sosa - Fixed error during upgrade if Btrfs is used and \'/var/lib/YaST2\' is missing (bsc#1159562)- 4.2.53
* Fri Jan 10 2020 Martin Vidner - Propagate an error status when a CommandLine module gets an unknown command (related to bsc#1144351).- 4.2.52
* Wed Jan 08 2020 Ancor Gonzalez Sosa - Fix an exception in the live installation caused by a missing \"require\" clause (bsc#1160362).- 4.2.51
* Mon Jan 06 2020 Ladislav Slezák - Persian is also an RTL language (related to bsc#1156437)- 4.2.50
 
ICM