|
|
|
|
Changelog for yast2-installation-4.4.17-2.50.noarch.rpm :
* Tue Aug 24 2021 Stefan Hundhammer - Refactored umount_finish.rb (bsc#1149980) More details: https://github.com/yast/yast-installation/pull/975 - Moved out the unmounting part to a new (testable!) Unmounter class - Now using a dedicated FinishClient base class - Killed a lot of YCP zombies - Removed dead code going back to storage-old - Modularized the code - Made the client invokable stand-alone- 4.4.17 * Wed Aug 11 2021 Dirk Müller - only list specific files installed in common directories (metainfo, icons, fillupdir) (bsc#1184786)- 4.4.16 * Mon Aug 02 2021 José Iván López González - Activate devices before probing (bsc#1187220).- 4.4.15 * Wed Jun 16 2021 José Iván López González - Adapt code to Y2Users (part of jsc#PM-2620).- 4.4.14 * Wed Jun 16 2021 David Diaz - Fix scope resolution for ::Users::UsersDatabase (related to fate#319624)- 4.4.13 * Tue Jun 08 2021 Knut Anderssen - Export also the https_proxy environment variable when a proxy config is given through linuxrc (bsc#1185016)- 4.4.12 * Mon Jun 07 2021 Ladislav Slezák - Better evaluate the old and new repositories during upgrade, do not preselect new repositories for removal if they accidentally use the same repository as already present in the system (bsc#1185822)- 4.4.11 * Mon May 31 2021 Knut Anderssen - Modify IP forwarding network configuration using the defaults defined in the control file when selecting the role (bsc#1186280)- 4.4.10 * Mon May 24 2021 Ladislav Slezák - The InstallationData class has been moved to yast2-packager (related to the previous fix, e.g. bsc#1180888)- 4.4.9 * Thu May 20 2021 Ladislav Slezák - 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.8 * Tue May 18 2021 Knut Anderssen - Fallback to ncurses when a X display is not opened after 15 seconds (bsc#1185095)- 4.4.7 * Thu Apr 29 2021 Martin Vidner - Allow memory profiling of the main installer process, via boot parameters: (bsc#1182649) - MASSIF=1 enables Valgrind/Massif (C/C++ level) - MEMORY_PROFILER=1 enables Ruby level- 4.4.6 * Tue Apr 27 2021 Knut Anderssen - Remove Yast::LanItems dependency (bsc#1185338)- 4.4.5 * Fri Apr 16 2021 Dirk Müller - spec-cleaner part five out of five: sort and deduplicate requires- 4.4.4 * Fri Apr 16 2021 Dirk Müller - spec-cleaner part two out of five: move conditionalized sections at the end- spec-cleaner part three out of five: move weak requires (recommends) below requires- spec-cleaner part four out of five: sort and deduplicate BuildRequires * Fri Apr 16 2021 Dirk Müller - remove check for non-systemd distros- first out of 5 splits of \"spec-cleaner -m -i *ec\" run (for easier review) * Wed Apr 14 2021 Knut Anderssen - Show \'Default\' in the proposal summary as the PolicyKit Default Privileges to be used when it is not specified or specified as empty in the control file (bsc#1184277)- 4.4.3 * Wed Apr 14 2021 Ludwig Nussel - Check for usr/lib/modules to handle usrmerge (bsc#1029961)- 4.4.2 * Wed Apr 14 2021 Dominique Leuenberger - Do not own system directories (like /usr/bin) (bsc#1184787): + filesystem is responsible to bring those directories with the correct permission flags. Owning them here only introduces races/conflicts. + As a result: expand the files section for bindir and unitdir to be exact on the files. * Fri Apr 09 2021 Ladislav Slezák - Start the \"memsample\" tool in a subshell to avoid \"Terminated\" message displayed at the end (bsc#1184491)- 4.4.1 * Wed Apr 07 2021 David Diaz - Hide the abort button when the network client is called (bsc#1183586).- 4.4.0 * Mon Mar 29 2021 Ladislav Slezák - Expert console: fixed \"shell\" command - Run X terminal in GUI instead of \"dash\" (related to the previous fix for job control error messages bsc#1183648) - Override TERM to \"vt100\" when running in fbiterm, a workaround for frozen vim (bsc#1183652)- 4.3.36 * Wed Mar 17 2021 Ladislav Slezák - Expert console: use \"dash\" if available instead of \"bash\" shell to avoid job control error messages (bsc#1183648)- 4.3.35 * Thu Mar 11 2021 Ladislav Slezák - Remove the libzypp cache symlink (related to bsc#1182928)- Improved \"memsample\" script handling - Do not start it again if it is already running (might happen if YaST is started again after crash) - Stop it when YaST finishes- 4.3.34 * Wed Mar 10 2021 Knut Anderssen - Do not trigger any kernel event with udevadm from the kernel_finish client (bsc#1180535)- 4.3.33 * Wed Mar 10 2021 Imobach Gonzalez Sosa - Reduce self-update mechanism memory consumption (bsc#1182928): - Make sure to download the package only once. - Use a single squash file system for each update repository. - Ignore unchanged files and directories like /usr/share/man, /usr/share/info, etc.- 4.3.32 * Thu Mar 04 2021 Ladislav Slezák - Added special installer configuration dialog (jsc#PM-1895, jsc#SLE-16263) - Can be started from the initial language selection dialog using an \"hambuger\" button (openSUSE Tumbleweed only) - Or in any dialog using a keyboard shortcut: - Ctrl+Alt+Shift+C in graphical (Qt) UI - Ctrl+D Shift+C in text mode (ncurses)- 4.3.31 * Tue Mar 02 2021 Josef Reidinger - Do not write selinux and polkit default rules during upgrade (bsc#1182894)- 4.3.30 * Mon Mar 01 2021 Josef Reidinger - move properly security finish client (bsc#1182821)- 4.3.29 * Thu Feb 25 2021 Josef Reidinger - Fix previous change to include in proposal summary selinux (jsc#SLE-17307)- 4.3.28 * Wed Feb 24 2021 Josef Reidinger - Add new security proposal and finish clients to replace firewall one as the new clients contain also configuration for cpu mitigation, policy kit default privileges (jsc#SLE-15840) and selinux mode (jsc#SLE-17307)- 4.3.27 * Thu Feb 18 2021 Josef Reidinger - Adapted unit test to recent changes in Yast::Report (related to bsc#1179893).- 4.3.26 * Wed Feb 10 2021 Imobach Gonzalez Sosa - Do not crash when it is not possible to create a snapshot after installing or upgrading the system (bsc#1180142).- 4.3.25 * Mon Dec 07 2020 Ladislav Slezák - Do not cleanup the libzypp cache when the system has low memory, incomplete cache confuses libzypp later (bsc#1179415)- 4.3.24 * Fri Dec 04 2020 Stefan Schubert - Starting YAST2 Control Center if it has been set while an yast2-firstboot installation workflow (bsc#1178834).- 4.3.23 * Thu Nov 26 2020 Josef Reidinger - correct add-on spelling (jsc#SLE-14772)- 4.3.22 * Thu Nov 26 2020 Steffen Winterfeldt - fix full media product selection (bsc#1179094, bsc#1176424)- 4.3.21 * Tue Oct 27 2020 Knut Anderssen - Write hostname and proxy configuration to the inst-sys when configured through linuxrc not only during an installation but also when running an autoinstallation (bsc#1177768)- 4.3.20 * Tue Oct 27 2020 Ladislav Slezák - yupdate - also make /usr/share/icons writable by default (needed for updating yast2-theme) * Fri Oct 16 2020 Imobach Gonzalez Sosa - Run configuration_management_finish client after *.repo files are available in the installed system (bsc#1177522).- 4.3.19 * Mon Oct 12 2020 schubiAATTsuse.de- Control.xml docu: Added \"product_upgrades\" tag in software/upgrade (jsc#SLE-14807).- 4.3.18 * Tue Sep 08 2020 schubiAATTsuse.de- Using \":\" in the autoyast(...) supplements (bsc#1146494).- 4.3.17 * Tue Sep 01 2020 Ladislav Slezák - Self-update improvement: write the list of updated packages to the /.packages.self_update file in the inst-sys (bsc#1175614)- 4.3.16 * Mon Aug 24 2020 Steffen Winterfeldt - save random pool to /var/lib/systemd/random-seed (bsc#1174964)- 4.3.15 * Tue Aug 11 2020 schubiAATTsuse.de- AutoYaST: Added supplements: autoyast(deploy_image,ssh_import) into the spec file in order to install this packages if the section has been defined in the AY configuration file (bsc#1146494).- 4.3.14 * Mon Jul 27 2020 schubiAATTsuse.de- AY: Removed \"image\" section from \"software\" section (bsc#1140711).- 4.3.13 * Mon Jul 27 2020 Josef Reidinger - Handle exceptions when parsing xml file (related to bsc#1170886)- 4.3.12 * Mon Jul 27 2020 Steffen Winterfeldt - handle device autoconfig setting in summary screen (bsc#1168036)- 4.3.11 * Fri Jul 24 2020 José Iván López González - Configure the wizard layout according to the product features.- Related to jsc#PM-1998.- 4.3.10 * Thu Jul 16 2020 schubiAATTsuse.de- Moving section handling from second installation stage to first installation stage. (bsc#1174194)- 4.3.9 * Wed Jul 15 2020 Josef Reidinger - Do not use Profile.current unless necessary (bsc#1174173)- 4.3.8 * Thu Jun 25 2020 Martin Vidner - Fix \"Cmdline: parameter not set\" for virt-install (bsc#1172139)- 4.3.7 * Thu Jun 25 2020 aschnellAATTsuse.com- copy NVMe hostnqn and hostid from installation system to target system during installation (bsc#1172853)- 4.3.6 * Wed Jun 24 2020 Martin Vidner - memsample: at install time sample memory consumption each 5s, enabling CSV and PNG reports (bsc#1172139)- startup/common/network.sh: remove bashisms to enable switching inst_setup to dash- 4.3.5 * Tue Jun 23 2020 Josef Reidinger - Do not export to autoyast profile image deployment unless requested (bsc#1172552)- 4.3.4 * Fri Jun 12 2020 David Diaz - Improve the UX of the Previously Used Repositories dialog by using more accurate labels. * Fri Jun 12 2020 Josef Reidinger - Remove ssh_import section from AY when cloning (bsc#1172749)- 4.3.3 * Wed Jun 10 2020 Ladislav Slezák - Fixed yupdate script to correctly install the needed Ruby gems (bsc#1172793)- 4.3.2 * Tue May 12 2020 Josef Reidinger - Autoyast schema: Allow optional types for string and map objects (bsc#1170886)- 4.3.1 * Mon May 11 2020 Steffen Winterfeldt - remove obsolete proposal_settings_editable (bsc#1171423)- 4.3.0 * Tue May 05 2020 David Diaz - Restore missing icons for ssh import and image deployment auto clients (bsc#1168123).- 4.2.42 * Mon Apr 20 2020 Knut Anderssen - Force the use of en_US.UTF-8 when running firstboot or the AutoYaST Second Stage with \'POSIX\' or \'C as RC_LANG (bsc#1169017)- 4.2.41 * Fri Mar 20 2020 Imobach Gonzalez Sosa - In the proposal runner, restore the scroll only when it was previously saved (bsc#1167248).- 4.2.40 * Wed Mar 18 2020 Ladislav Slezák - Verify the package versions before applying the self-update fixes (related to bsc#1163084)- 4.2.39 * Tue Mar 17 2020 Josef Reidinger - Drop few not needed recommends to have identical package on opensuse and SLE (jsc#SLE-11936, jsc#SLE-11851)- 4.2.38 * Fri Mar 13 2020 Josef Reidinger - Add Abort confirmation for inst_welcome client used in firstboot (bsc#1163347)- 4.2.37 * Thu Feb 27 2020 Stefan Hundhammer - Make sure to show release notes for add-on products (bsc#1158287)- 4.2.36 * Fri Feb 21 2020 Ladislav Slezák - Added \"yupdate\" script to simplify patching the installer (bsc#1163691)- 4.2.35 * Thu Feb 20 2020 Imobach Gonzalez Sosa - Rely on the new Y2Network::NtpServer class (jsc#SLE-7188).- 4.2.34 * Thu Feb 20 2020 Imobach Gonzalez Sosa - Allow to modify the control file at installation time using a skelcd- * package (bsc#1164468).- 4.2.33 * Wed Feb 19 2020 Steffen Winterfeldt - don\'t start getty on hvc0 & ttyAMA0 before Yast2-Firstboot (bsc#1157233)- 4.2.32 * Mon Feb 17 2020 Stefan Hundhammer - Fixed user-visible messages (bsc#1084015)- 4.2.31 * Wed Jan 29 2020 Ladislav Slezák - Reimplemented the \"Previously Used Repositories\" dialog (inst_upgrade_urls.rb) to properly evaluate the new and the old system repositories (bsc#1159433)- 4.2.30 * Thu Jan 23 2020 Steffen Winterfeldt - don\'t use /bin/systemctl compat symlink (bsc#1160890)- 4.2.29 * Wed Jan 22 2020 schubiAATTsuse.de- Using tag $os_release_version in the control.xml file (entry ) which will be replaced by the value of VERSION in /etc/os-release. (improvement for fate#325834)- 4.2.28 * Wed Jan 15 2020 aschnellAATTsuse.com- use udevadm in /usr/bin instead of /sbin (bsc#1160890)- 4.2.27 * Tue Jan 14 2020 Josef Reidinger - drop starting of hal as it is also obsolete and no longer exist (jsc#SLE-10976)- drop deprecated network technologies (jsc#SLE-7753)- replace rc * and init.d usage by systemd or start_service depending if it runs in first stage or second (jsc#SLE-10976)- 4.2.26 * Thu Nov 21 2019 schubiAATTsuse.de- Using Y2Packager::Resolvable.any? and Y2Packager::Resolvable.find in order to decrease the required memory (bsc#1132650, bsc#1140037).- 4.2.25 * Thu Nov 21 2019 Knut Anderssen - Do not remove /etc/install.inf from inst-sys (bsc#1122493, bsc#1157476).- 4.2.24 * Fri Nov 15 2019 Oliver Kurz - Use linuxrc option \"reboot_timeout\" to configure the timeout before reboot (bsc#1122493)- 4.2.23 * Thu Nov 14 2019 David Diaz - Save and restore the proposal vertical scroll (related to a problem reseting the scroll position reported in bsc#1143558)- 4.2.22 * Sun Nov 10 2019 David Diaz - Improve the role selection dialog using a new scrollable widget to select a role (related to bsc#1084674, bsc#bsc#1086187).- 4.2.21 * Thu Nov 07 2019 Ladislav Slezák - Implement upgrade for the Full medium (jsc#SLE-7101)- 4.2.20 * Fri Oct 25 2019 Josef Reidinger - implement upgrade for online medium (jsc#SLE-7214)- 4.2.19 * Fri Oct 11 2019 schubiAATTsuse.de- Adapted to new Keyboard handling.- Checked also CLI suppot (bsc#1142957).- 4.2.18 * Thu Oct 10 2019 Josef Reidinger - fix crash when os-release contain empty value (bsc#1139518)- 4.2.17 * Tue Oct 01 2019 Ladislav Slezák - Support for the offline installation medium (jsc#SLE-7101)- 4.2.16 * Wed Sep 25 2019 Steffen Winterfeldt - do not stop haveged process (bsc#1140171)- 4.2.15 * Fri Sep 20 2019 Ladislav Slezák - Support for the online installation medium (jsc#SLE-7214)- 4.2.14 * Wed Sep 11 2019 Steffen Winterfeldt - do NOT remove /mnt/run, it\'s a mounted directory (bsc#1149011)- 4.2.13 * Wed Aug 28 2019 schubiAATTsuse.de- Set X-SuSE-YaST-AutoInstResource in desktop file (bsc#144894).- 4.2.12 * 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.11 * Wed Aug 14 2019 David Diaz - Undo the change introduced in 4.2.7 because forcing the focus is not a solution: now the it\'s always caught by the installation summary after every action (related to bsc#1142353).- 4.2.10 * Wed Aug 07 2019 Martin Vidner - Stop using the obsolete XVersion API (bsc#1144627)- Detect missing textdomain during testing (bsc#1130822)- 4.2.9 * Mon Aug 05 2019 David Diaz - Improve the detection of a forced base product (bsc#1124590, bsc#1143943).- 4.2.8 * Thu Jul 25 2019 David Diaz - Avoid to lost the focus in the proposal installation summary when the user makes changes using the available options on it (bsc#1142353).- 4.2.7 * Mon Jun 17 2019 José Iván López González - Copy multipath config files into the target system.- Related to bsc#1133045.- 4.2.6 * Sat Jun 08 2019 Stasiek Michalski - Use new schema of desktop files (boo#1084864)- Clean up spec- Rename desktop files- 4.2.5 * Fri May 10 2019 schubiAATTsuse.de- Downloading files: Remounting CD with bind option correctly if the CD has already been mounted (bsc#1132915).- 4.2.4 * Wed Apr 24 2019 Stefan Hundhammer - Make sure pkg target is active as long as still needed (bsc#1128385)- 4.2.3 * Thu Apr 04 2019 Ladislav Slezák - Removed BuildRequires: yast2-ntp-client (causing dependency cycle) (related to the previous fix bsc#1129095)- 4.2.2 * Fri Mar 29 2019 David Diaz - Add a new installation dialog which allows to setup the NTP servers (bsc#1129095).- 4.2.1 * Tue Mar 19 2019 David Díaz - Use the select_product attribute from control file to filter available products (bsc#1124590).- 4.2.0 * Fri Mar 15 2019 snwintAATTsuse.com- revert SSH textmode patches (bsc#1129375, bsc#1047470)- 4.1.45 * Thu Mar 14 2019 snwintAATTsuse.com- ensure that installation with VNC + textmode still installs via VNC (bsc#1129073)- 4.1.44 * Tue Mar 12 2019 David Díaz - Update the hard-coded fallback path for licenses directory (fate#324053, jsc#SLE-4173)- 4.1.43 * Fri Mar 08 2019 José Iván López González - Fix patterns and packages selection when going back to the system role selection (bsc#1126517).- 4.1.42 * Thu Mar 07 2019 Ladislav Slezák - Retranslate also the side bar steps when changing the language (bsc#1128153)- 4.1.41 * Wed Mar 06 2019 jreidingerAATTsuse.com- Do not change polkit default privileges during upgrade (bsc#1120720)- 4.1.40 * Tue Mar 05 2019 José Iván López González - Do not write the displaymanager value (part of bsc#1125040).- 4.1.39 * Tue Mar 05 2019 mvidnerAATTsuse.com- Respect Textmode=1 when installing over SSH with a DISPLAY (bsc#1047470)- 4.1.38 * Fri Mar 01 2019 mvidnerAATTsuse.com- copy_files_finish: ensure that /mnt/etc/YaST2 exists (bsc#1127182).- 4.1.37 * Thu Feb 14 2019 lslezakAATTsuse.cz- Save the used repositories at the end of installation to not offer the driver packages again (bsc#953522)- 4.1.36 * Fri Feb 01 2019 schubiAATTsuse.de- Copying SSH keys from a privious installation into the new one: Set the right file permissions for the SSH deamon (bnc#1122303).- 4.1.35 * Thu Jan 03 2019 jreidingerAATTsuse.com- remove no longer used SCR agents without replacement: sysconfig.boot, sysconfig.fam, etc.passwd and install_inf workarounds for aliases and options- remove no longer used clients: - inst_ask_online_update replaced by registration for SLE and online_repos for openSUSE. - inst_check_autoinst_mode dropped without replacement. Floppy support was dropped. - inst_scenarios replaced by system roles. - update_wizard_steps replaced by direct call of code without client * Mon Dec 17 2018 jlopezAATTsuse.com- Hardening commands execution (part of bsc#1118291).- Replace backticks by Yast::Execute.- 4.1.34 * Wed Dec 12 2018 Josef Reidinger - always use absolute path to binaries (bsc#1118291)- properly escape shell arguments (bsc#1118291)- 4.1.33 * Fri Dec 07 2018 lslezakAATTsuse.cz- More aggresive inst-sys cleaner, clean the libzypp cache when running in graphical mode with less than 1GB RAM (in text mode keep the current limit 640MB), this avoids crashes on low memory systems (bsc#1118643)- Also adapted the computing the default y2log size - use smaller size in low memory systems, on the other hand limit the maximum size to avoid huge log files- 4.1.32 * Thu Dec 06 2018 lslezakAATTsuse.cz- Improved saving y2logs during installation to use the /mnt/tmp space instead of the RAM disk to avoid possible crash (out of memory) (bsc#1118643)- 4.1.31 * Sat Nov 24 2018 Stasiek Michalski - Provide icon with module (boo#1109310)- 4.1.30 * Wed Nov 21 2018 Stefan Hundhammer - Documented new control.xml global parameter enable_local_users (Fate#326447)- Improved English in the documentation of control.xml- 4.1.29 * Fri Nov 16 2018 igonzalezsosaAATTsuse.com- Prefer fbiterm whenever is possible for textmode installation (fate#325746).- 4.1.28 * Thu Nov 15 2018 schubiAATTsuse.de- Dialog complex_welcome: Translate the help button if the language has been changed (bsc#1098571).- 4.1.27 * Mon Nov 12 2018 schubiAATTsuse.de- Moving driver_update2_finish call just before unmounting system. (bnc#967103).- 4.1.26 * Fri Nov 02 2018 schubiAATTsuse.de- Writing security settings in first AY installation stage. So other modules (e.g. users) can rely on these settings now. (bnc#1112769)- 4.1.25 * Thu Nov 01 2018 jreidingerAATTsuse.com- extra_urls: compare unexpanded urls, so two identical repositories with variables are detected (bsc#1090193)- 4.1.24 * Mon Oct 29 2018 schubiAATTsuse.de- Added save_y2logs client. (fate#325737)- 4.1.23 * Thu Oct 25 2018 lslezakAATTsuse.cz- Remember the selected role (related to FATE#325834)- 4.1.22 * Tue Oct 23 2018 schubiAATTsuse.de- Saving y2logs after the installation has been finished. (fate#325737)- 4.1.21 * Tue Oct 16 2018 schubiAATTsuse.de- Fixed path to license file. . Build error in fate#324713- 4.1.20 * Tue Sep 25 2018 dgonzalezAATTsuse.com- Skip the roles\' dialog selection when there is only one available (fate#324713)- 4.1.19 * Tue Sep 25 2018 dgonzalezAATTsuse.com- Fix syntax error (bsc#1109659)- 4.1.18 * Tue Sep 25 2018 schubiAATTsuse.de- Updated docu for add_on_products.xml: Added tag \"confirm_license\" to handle Add-On-products licenses which will be added while installation. (bsc#1105758)- 4.1.17 * Tue Sep 18 2018 dgonzalezAATTsuse.com- Avoid to restore old backups when upgrade fails (bsc#1097297)- 4.1.16 * Thu Sep 13 2018 lslezakAATTsuse.cz- Copy the selected packages from the self-update repository to an additional add-on repository, allow updating the installation workflow from the self-update repository (bsc#1101016)- 4.1.15 * Tue Sep 11 2018 aschnellAATTsuse.com- do not translate snapshot description (bsc#1092757)- 4.1.14 * Tue Sep 04 2018 dgonzalezAATTsuse.com- Use /media.1/media instead the /media.1/build (bsc#1062297)- 4.1.13 * Mon Sep 03 2018 dgonzalezAATTsuse.com- Add missing help for disks activation dialog (bsc#1098563)- 4.1.12 * Fri Aug 24 2018 jreidingerAATTsuse.com- Improve help text for system roles (bsc#1046619)- 4.1.11 * Thu Aug 23 2018 dgonzalezAATTsuse.com- Update calls to YaST2 systemd classes (related to fate#319428)- 4.1.10 * Wed Aug 22 2018 hellcpAATTopensuse.org- Add an option to have a sidebar (boo#1088785)- 4.1.9 * Mon Aug 20 2018 schubiAATTsuse.de- Switched license in spec file from SPDX2 to SPDX3 format.- Changed dir of COPYING file. * Thu Aug 02 2018 schubiAATTsuse.de- Disable display of status messages on the console (bsc#1099505).- 4.1.8 * Thu Aug 02 2018 knut.anderssenAATTsuse.com- Don not print errors if plymouth is not installed (bsc#1101879) * Thu Jul 26 2018 knut.anderssenAATTsuse.com- Do not crash if /etc/os-release is a directory (bsc#1097661)- 4.1.7 * Thu Jul 26 2018 schubiAATTsuse.de- Delete unneeded content of /mnt/run after installation/update. (bsc#1071745)- 4.1.6 * Wed Jul 04 2018 knut.anderssenAATTsuse.com- Fixed returned value calling copy_files_finish when some ssh file exist (bsc#1099104).- 4.1.5 * Thu Jun 28 2018 schubiAATTsuse.de- Added additional searchkeys to desktop file (fate#321043).- 4.1.4 * Wed Jun 27 2018 aschnellAATTsuse.com- adapted testsuite to change in yast2-storage-ng (bsc#1073633)- 4.1.3 * Mon Jun 11 2018 knut.anderssenAATTsuse.com- Firstboot.service: Shutdown on failure preventing the service to hang because of a systemd dependency when trying to call halt directly from the firsboot clients (bsc#1095253)- 4.1.2 * Wed Jun 06 2018 lslezakAATTsuse.cz- Fixed possibly broken system after aborting upgrade running over SSH (caused by a partially finished rollback) (bsc#1089643) * Thu May 31 2018 jreidingerAATTsuse.com- fix calling copy_files_finish to not crash (related to bsc#1095323)- 4.1.1 * Thu May 31 2018 jreidingerAATTsuse.com- Fix crash caused by previous fix when multipath is not available (bsc#1095323)- Copy active_devices.txt for s390 to prevent blocking of important devices when cio_ignore is active (bsc#1095033)- 4.1.0 * Fri May 18 2018 igonzalezsosaAATTsuse.com- Fix installation mode detection (related to bsc#1089547).- 4.0.61 * Wed May 16 2018 jlopezAATTsuse.com- Do not try to set read-only property to default BTRFS subvolume if the filesystem already existed on disk (needed for bsc#1091047).- 4.0.60 * Thu May 10 2018 igonzalezsosaAATTsuse.com- Log a warning when umounting a filesystem fails after installation/upgrade (related to bsc#1090018).- 4.0.59 * Tue May 08 2018 aschnellAATTsuse.com- disable mdadm auto assembly for installation (bsc#1090690)- 4.0.58 * Thu May 03 2018 lslezakAATTsuse.cz- Keep the selected product in the desktop selection dialog (bsc#1088660)- 4.0.57 * Wed May 02 2018 shundhammerAATTsuse.com- Copy new /var/log/YaST2/storage-inst/ subdir to target at the end of the installation (part of fate #318196)- 4.0.56 * Fri Apr 27 2018 igonzalezsosaAATTsuse.com- Do not warn too soon about missing disks during autoinstallation (bsc#1091033)- 4.0.55 * Fri Apr 27 2018 lslezakAATTsuse.cz- Better handle the restore scripts when YaST is aborted or crashes (bsc#1089643)- Delete the .repo files accidentally saved into inst-sys (fixes problems when restarting YaST after abort or crash)- 4.0.54 * Wed Apr 25 2018 jreidingerAATTsuse.com- fix regression to show again iscsi configuration for disk-less setup (bsc#1090753)- 4.0.53 * Wed Apr 25 2018 igonzalezsosaAATTsuse.com- Fix text direction for RTL languages in the installer settings screen (bsc#1089846).- 4.0.52 * Tue Apr 24 2018 mvidnerAATTsuse.com- Fixed \"vnc.sh: /root/.profile: No such file or directory\" (bsc#1089623).- 4.0.51 * Thu Apr 19 2018 lslezakAATTsuse.cz- Log more details when unmounting the target partition fails (to debug bsc#1090018)- 4.0.50 * Tue Apr 17 2018 igonzalezsosaAATTsuse.com- Installer Updates does not overwrite Driver Updates (bsc#1088685).- 4.0.49 * Mon Apr 16 2018 mvidnerAATTsuse.com- Don\'t hard-code the role text color (bsc#1087399).- 4.0.48 * Mon Apr 16 2018 jreidingerAATTsuse.com- Ensure proper patterns are selected when going back to system role and switch to different role (bsc#1088883)- 4.0.47 * Tue Apr 10 2018 schubiAATTsuse.de- Set Add-On products for installation again after the base product has been selected (bnc#1086846).- 4.0.46 * Fri Apr 06 2018 jlopezAATTsuse.com- Use AbortException when user aborts (part of fate#318196).- 4.0.45 * Fri Apr 06 2018 mvidnerAATTsuse.com- Start web VNC for the installation process (bsc#1078785)- 4.0.44 * Tue Apr 03 2018 jlopezAATTsuse.com- Fix tests to use correct storage instance (part of fate#318196).- 4.0.43 * Fri Mar 23 2018 mvidnerAATTsuse.com- System roles: make the radio buttons match other dialogs, using images (bsc#1084674)- 4.0.42 * Tue Mar 20 2018 mvidnerAATTsuse.com- Make many system roles fit in the dialog (using a RichText widget, bsc#1084674)- 4.0.41 * Mon Mar 19 2018 knut.anderssenAATTsuse.com- Self-Update report errors when the self_update is enabled explicitly by linuxrc or using an AutoYaST profile. (bsc#1084820)- 4.0.40 * Tue Mar 13 2018 igonzalezsosaAATTsuse.com- Set the \'ro\' property on Btrfs filesystem when using an AutoYaST profile which sets the \'ro\' option explicitly (related to bsc#1079000).- 4.0.39 * Tue Mar 13 2018 schubiAATTsuse.de- complex_welcome: Translate license text if the language has been changed (bnc#1077733).- 4.0.38 * Mon Mar 12 2018 igonzalezsosaAATTsuse.com- Set Btrfs \'ro\' property at the end of the installation when needed (bsc#1079000)- 4.0.37 * Thu Mar 01 2018 shundhammerAATTsuse.com- Pass args to parent class constructor (bsc#1083500)- 4.0.36 * Tue Feb 27 2018 jreidingerAATTsuse.com- fix marking texts for translation (bsc#1081361, bsc#1083015)- 4.0.35 * Tue Feb 27 2018 ancorAATTsuse.com- More gentle handling of aborts caused by hardware probing errors (bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776, bsc#1070459 and some others).- Re-enable the old fix for bsc#298049 (abort button during ongoing hardware probing).- Cleanup of dead code- 4.0.34 * Tue Feb 13 2018 jreidingerAATTsuse.com- Ensure previous role selection is cleared when doing desktop selection (bsc#1078961)- 4.0.33 * Thu Feb 08 2018 knut.anderssenAATTsuse.com- Startup scripts: Replaced xinetd by xvnc.socket (fate#323373)- Revert changes added in 4.0.29 bringing back the enablement of the xvnc.socket during the first stage if Linuxrc.vnc is set. (bnc#1077236)- 4.0.32 * Tue Feb 06 2018 schubiAATTsuse.de- Added requirement iproute2 to spec file. This is needed by the VNC AutoYaST installation in the second stage. (Follow up of bnc#1077236)- 4.0.31 * Fri Feb 02 2018 jreidingerAATTsuse.com- do not crash if no role is selected (bsc#1078809)- 4.0.30 * Fri Feb 02 2018 igonzalezsosaAATTsuse.com- Provides the current language when asking for the product\'s release notes to the yast2.rpm API (related to bsc#1079045).- 4.0.29 * Wed Jan 31 2018 schubiAATTsuse.de- Do not enable xvnc.socket for second installation stage. Xvnc will be started by a direct call in vnc.sh. (bnc#1077236)- 4.0.28 * Tue Jan 30 2018 lslezakAATTsuse.cz- Reimplemented finding package upgrades to require less memory (related to bsc#1076768)- 4.0.27 * Fri Jan 26 2018 jreidingerAATTsuse.com- Start performing real installation with as much memory as possible (bsc#1076768)- 4.0.26 * Mon Jan 22 2018 ancorAATTsuse.com- Read the root_subvolume_read_only setting from its new location (moved by libstorage-ng) in the control file (boo#1077047).- 4.0.25 * Fri Jan 19 2018 jsrainAATTsuse.cz- save keyboard settings before console settings (bsc#1076798)- 4.0.24 * Thu Jan 18 2018 qzhaoAATTsuse.com- Update YaST2-Firstboot.service: Depreciate plymouth --wait, add conflict to plymouth start service.- Update YaST2-Second-Stage.service: Depreciate plymouth deactivate command and add conflict to plymouth start service. For that will block TTY device activation(bsc#1042554).- 4.0.23 * Wed Jan 10 2018 igonzalezsosaAATTsuse.com- Fix initialization to copy the profile to /tmp/profile again (bsc#1075334)- 4.0.22
|
|
|