SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for yast2-bootloader-4.0.22-1.1.x86_64.rpm :

* Wed Mar 14 2018 jreidingerAATTsuse.com- fix detection of kernel name for alternative raid names (it ensures that fix for bsc#944041 works)- 4.0.22
* Mon Mar 12 2018 jreidingerAATTsuse.com- Respect if custom boot is logical volume and display it correctly (bsc#1084815)- 4.0.21
* Wed Mar 07 2018 jreidingerAATTsuse.com- do not repropose configuration in autoyast confirm mode (bsc#1081967)- fix setting pmbr flag in autoyast (bsc#1081967)- 4.0.20
* Fri Feb 23 2018 igonzalezsosaAATTsuse.com- Remove calls to the old yast2-storage layer (bsc#1071978)- 4.0.19
* Thu Feb 15 2018 jreidingerAATTsuse.com- fix nil exception for device with filesystem that is not mounted (bsc#1081018)- 4.0.18
* Mon Feb 12 2018 jreidingerAATTsuse.com- Detect properly that unknown device is used in bootloader configuration (bsc#1078713)- 4.0.17
* Fri Feb 09 2018 jlopezAATTsuse.com- Adapt to new MountPoint API (part of fate#318196).- 4.0.16
* Tue Feb 06 2018 jreidingerAATTsuse.com- Fix activating partition by UUID or label (bsc#1077427, bsc#1076424)- 4.0.15
* Tue Jan 30 2018 jreidingerAATTsuse.com- fix crash when clicking link in proposal (bsc#1078227)- 4.0.14
* Tue Jan 16 2018 jreidingerAATTsuse.com- fix crash for getting partition to activate when stage1 device is disk (bsc#1076121)- 4.0.13
* Fri Jan 12 2018 jsrainAATTsuse.cz- fix typo in function name (bsc#1075725)- 4.0.12
* Tue Jan 09 2018 ancorAATTsuse.com- Rely on the new Y2Storage::Devicegraph#find_by_any_name when matching udev names to their corresponding kernel device names (bsc#1073254).- 4.0.11
* Wed Jan 03 2018 jreidingerAATTsuse.com- Legacy (non-EFI) x86: Fixed multi-device booting problems (mostly RAID, also LVM and multipath). Now the boot loader is written to ALL physical devices that host the boot partition (or the MBR). Before, only one of them was picked and the BIOS could pick a different one to boot from. (bsc#1072908)- Related UI change: \"Boot Loader Location\" has been simplified. We kept the option \"Boot from Master Boot Record\", but the remaining three options, for booting from the Boot, Root, or Extended partitions, have been unified to a single option \"Boot from Partition\".- 4.0.10
* Mon Dec 11 2017 jreidingerAATTsuse.com- fix invalidation of cache causing crash (bsc#1071931)- 4.0.9
* Tue Dec 05 2017 jreidingerAATTsuse.com- improve detection of md raids devices (bsc#1063957)- 4.0.8
* Wed Nov 29 2017 jreidingerAATTsuse.com- Prevent crash when doing backup of boot sector (bsc#1067131)- 4.0.7
* Tue Nov 28 2017 jreidingerAATTsuse.com- Do not propose boot from partition for md raids (bsc#1063957)- 4.0.6
* Tue Nov 21 2017 gsouzaAATTsuse.com- use correct function to detect devices (bsc#1059757)- improve dialog to add devices in bootloader order (bsc#1060172)- 4.0.5
* Tue Nov 07 2017 jreidingerAATTsuse.com- merge SLE12 SP3 fixes:- Fix detection of upgrade of grub2 (bsc#1059603)- Fallback to default when default section does not exists. It can happen during upgrade, when sections are renamed.(bsc#1059603)- Find correct mbr device to install grub (bsc#1039712, bsc#1052006)- 4.0.4
* Fri Nov 03 2017 schubiAATTsuse.de- AutoYaST: Do not export stage1 settings anymore (boot_boot, boot_custom,...) (bnc#1063975)- 4.0.3
* Fri Sep 15 2017 jreidingerAATTsuse.com- Use always kernel name for underlaying devices detection (caused by fix for bsc#1057604)- 4.0.2
* Thu Sep 14 2017 jreidingerAATTsuse.com- fix regression to udev mapping introduced by new storage-ng (bsc#1057604)- 4.0.1
* Fri Sep 08 2017 jreidingerAATTsuse.com- make disk order dialog wider to improve readability (bsc#1055647)- 4.0.0
* Mon Sep 04 2017 jreidingerAATTsuse.com- Do not propose to stage1 to be installed to encrypted partition (bsc#1056862)- 3.3.3
* Mon Aug 14 2017 gsouzaAATTsuse.com- Allow installation of system without grub if it will not be used (bsc#1014167)- 3.3.2
* Fri Aug 11 2017 snwintAATTsuse.com- merge storage-ng branch to master- note: all changes below with this date belong to the merge- 3.3.1
* Fri Aug 11 2017 snwintAATTsuse.de- not everything is a disk, use libstorage\'s partitionable instead
* Fri Aug 11 2017 ancorAATTsuse.com- storage-ng: adapted calls to temporary y2storage_
* methods, since they were finally removed from Y2Storage::StorageManager.
* Fri Aug 11 2017 jlopezAATTsuse.com- storage-ng: adapt detection of PReP partition
* Fri Aug 11 2017 shundhammerAATTsuse.de- Merged master to storage-ng branch
* Fri Aug 11 2017 igonzalezsosaAATTsuse.com- Adapt the module to use the new storage-ng during system cloning (bsc#1047245)
* Fri Aug 11 2017 jreidingerAATTsuse.com- storage-ng:- implement detection of encrypted boot
* Fri Aug 11 2017 jreidingerAATTsuse.com- storage-ng: use new wrapper API
* Fri Aug 11 2017 jreidingerAATTsuse.com- storage-ng: fixed proposal to not try to install to LVM partition
* Fri Aug 11 2017 snwintAATTsuse.de- storage-ng: avoid call to old libstorage
* Fri Aug 11 2017 ancorAATTsuse.com- storage-ng: fixed proposal to work with LVM and encrypted LVM
* Fri Aug 11 2017 ancorAATTsuse.com- storage-ng: simplify code by using a new query function in yast2-storage-ng (#with_name_or_partition)
* Fri Aug 11 2017 ancorAATTsuse.com- storage-ng: fixed minimal legacy proposal to work with GPT
* Fri Aug 11 2017 ancorAATTsuse.com- storage-ng: fixed minimal EFI proposal- storage-ng: made minimal legacy proposal work
* Fri Aug 11 2017 aschnellAATTsuse.com- make simple EFI proposal work with storage-ng
* Fri Aug 11 2017 aschnellAATTsuse.com- storage-ng: removed dependency from (old) yast2-storage, even if it breaks some functionality.
* Fri Jun 23 2017 schubiAATTsuse.de- AutoYaST configuration: Set StorageDevices flag disks_valid to true. So libstorage can scan valid disks and \"/\" partition can be found. (bnc#1046738, bnc#1043132)- 3.3.0
* Wed Jun 14 2017 jreidingerAATTsuse.com- Use udev device for prep partition if it is available (bsc#1041692)- 3.2.22
* Mon Jun 12 2017 jreidingerAATTsuse.com- Do not crash if all devices have defined bios_id, but none is the first one (bsc#1043759)- 3.2.21
* Tue May 30 2017 jreidingerAATTsuse.com- Repropose bootloader configuration when storage proposal is modified (bsc#1035746)- 3.2.20
* Thu Apr 13 2017 jreidingerAATTsuse.com- Add possibility to use trusted boot for EFI (FATE#315831)- 3.2.19
* Fri Mar 24 2017 jreidingerAATTsuse.com- Report user friendly message when no root partition is detected instead of internal error. (bsc#1029293)- 3.2.18
* Wed Mar 01 2017 jreidingerAATTsuse.com- provide more helpful error message when invalid arguments for serial console are provided (bsc#1012383)- 3.2.17
* Wed Mar 01 2017 jreidingerAATTsuse.com- propose for xen hypervisor vga parameter if framebuffer is used ( should fix issue with text only environment when fbdev driver is used ) (FATE#322200)- 3.2.16
* Wed Jan 25 2017 mvidnerAATTsuse.com- Implement simple_mode -> label_proposal (FATE#322328)- 3.2.15
* Fri Jan 06 2017 jreidingerAATTsuse.com- do not crash when switching from no bootloader to grub2 when grub2 package is not installed (bsc#1018280)- 3.2.14
* Tue Jan 03 2017 jreidingerAATTsuse.com- do not try to write legacy_boot flag for msdos partition table in more disks scenario when there is also GPT disk (bsc#1017776)- 3.2.13
* Mon Dec 05 2016 jreidingerAATTsuse.com- stop failing with new cfa ( caused by deleting nil, change in cfa needed for bsc#983486 )- 3.2.12
* Wed Nov 30 2016 jreidingerAATTsuse.com- Recommends syslinux as it is often used by generic_mbr, but it is not hard requirement (bsc#1004229)- 3.2.11
* Tue Nov 22 2016 jreidingerAATTsuse.com- Do not crash in bootloader when default mount by is set to label (bsc#1009493)- 3.2.10
* Tue Nov 22 2016 jreidingerAATTsuse.com- use proper sources when doing kexec (bsc#981434)- 3.2.9
* Wed Nov 16 2016 jreidingerAATTsuse.com- when protecting modification of kernel parameters by password, add also rd.shell=0 parameter to avoid getting into initrd shell (bsc#1009220)- 3.2.8
* Mon Nov 14 2016 lslezakAATTsuse.cz- Revert the package deselection check (from 3.2.3), there is a new generic solution in yast2-packager-3.2.6 for all YaST modules (bsc#885496)- 3.2.7
* Wed Nov 02 2016 jreidingerAATTsuse.com- set pmbr flag only on GPT disks (bsc#1008092)- 3.2.6
* Tue Nov 01 2016 jreidingerAATTsuse.com- Use the system-wide locale (/etc/sysconfig/language:RC_LANG) when generating the GRUB2 menu (bsc#998152)- 3.2.5
* Thu Oct 13 2016 jreidingerAATTsuse.com- Do not require syslinux on target system during installation (bsc#1004229)- fix installation on dm raids to not use mapper device and instead use underlaying device (bsc#1004921)- 3.2.4
* Fri Oct 07 2016 jreidingerAATTsuse.com- Warn user if the packages needed for booting are deselected (bsc#885496)- 3.2.3
* Thu Oct 06 2016 jreidingerAATTsuse.com- allow user to repropose configuration if unknown udev link found (bnc#931291)- 3.2.2
* Tue Oct 04 2016 ancorAATTsuse.com- Do not crash when the user tries to enable serial console with blank arguments (bsc#1000629)- 3.2.1
* Fri Sep 30 2016 jreidingerAATTsuse.com- show popup when unsupported bootloader used on system, allowing user to exit yast2-bootloader or propose supported bootloader there (bnc#923458)- Version bumped to 3.2.X to ease coordination of Tumbleweed, Leap 42.2 and SLE-12-SP2 development.- 3.2.0
* Tue Aug 30 2016 jreidingerAATTsuse.com- import properly device map in autoyast profile (found during debugging bnc#995627)- log device map entries before written them, to allow easier debugging of augeas lenses failure (bnc#995627)- 3.1.203
* Tue Aug 30 2016 jreidingerAATTsuse.com- fix crash when activating partition on md raid (bnc#995627)- 3.1.202
* Fri Aug 26 2016 jsrainAATTsuse.cz- warn user if enabling TPM when not available (bsc#994556)- 3.1.201
* Tue Aug 23 2016 jreidingerAATTsuse.com- fix proposing generic mbr if proposed to boot from MBR ( found during debugging bnc#994348 )- 3.1.200
* Mon Jul 18 2016 jreidingerAATTsuse.com- do not fail tests when run in environment connected by serial console (bnc#989405)- 3.1.199
* Wed Jul 13 2016 jreidingerAATTsuse.com- fix writing default boot entry when it is located in grub2 submenu (bnc#986005)- 3.1.198
* Mon Jul 11 2016 jreidingerAATTsuse.com- do not crash after configuration in autoyast bootloader section without previous cloning (bnc#985007)- 3.1.197
* Thu Jul 07 2016 jreidingerAATTsuse.com- set by default SECURE_BOOT to false on architectures that do not support it to avoid call of shim there (bnc#984895)- 3.1.196
* Fri Jul 01 2016 jreidingerAATTsuse.com- Optimize code for quicker run (bnc#986649)- 3.1.195
* Wed Jun 15 2016 jreidingerAATTsuse.com- do not activate partition on gpt disks on ppc (bnc#983194)- 3.1.194
* Mon Jun 13 2016 jreidingerAATTsuse.com- fix unknown method extended_partition (bnc#983062)- 3.1.193
* Wed Jun 01 2016 igonzalezsosaAATTsuse.com- Drop yast2-bootloader-devel-doc package (fate#320356)- 3.1.192
* Mon May 30 2016 jreidingerAATTsuse.com- fix unknown method error ( caused by fix for bnc#980529)- 3.1.191
* Fri May 27 2016 jreidingerAATTsuse.com- use proper device to setup pmbr for grub2efi (bnc#981997)- 3.1.190
* Wed May 25 2016 jreidingerAATTsuse.com- do not try to install grub2 on lvm on partition-less disk (bnc#980529)- 3.1.189
* Tue May 24 2016 jreidingerAATTsuse.com- run mkinitrd at the end of installation to ensure proper initrd even for image based installation or live install (bnc#977656,bnc#979719)- 3.1.188
* Tue May 17 2016 jreidingerAATTsuse.com- do not skip grub2 install during installation on s390 (bnc#980250)- 3.1.187
* Mon May 16 2016 jreidingerAATTsuse.com- Fix storing default boot section (bnc#978366)- Fix showing default boot section name with spaces inside (found during testing fix for bnc#978366)- 3.1.186
* Mon May 16 2016 jreidingerAATTsuse.com- do not install grub2 with --no-nvram on non-EFI systems (bnc#980108)- 3.1.185
* Mon May 16 2016 mvidnerAATTsuse.com- Reintroduce Trusted Boot (FATE#316553).- 3.1.184
* Thu May 12 2016 snwintAATTsuse.de- fix grub2 settings for lvm encrypted boot partition (bsc#976315)- 3.1.183
* Wed May 11 2016 jreidingerAATTsuse.com- do not crash when stage1 is set to extended partition (thanks to mvidner for catch, also fix bnc#978284)- 3.1.182
* Tue May 10 2016 jreidingerAATTsuse.com- do not crash with uninitialized variable \'extended\' (bnc#978284)- 3.1.181
* Mon May 09 2016 agrafAATTsuse.com- Disable secure boot on AArch64 (bsc#978157)- Generate grub2 as removable on non-nvram efi systems (bsc#978593)- 3.1.180
* Mon May 02 2016 schubiAATTsuse.de- Fixed nil in custom_devices. Compact! is returning nil if no changes were made. Removed empty reject, because it is not needed anymore. (bnc#977945)- 3.1.179
* Wed Apr 27 2016 schubiAATTsuse.de- Adapted new version of bootloader to the AutoYaST configuration module. (related to FATE#317701)- 3.1.178
* Tue Apr 26 2016 schubiAATTsuse.de- Added requirement in proposal. (bnc#977004)- 3.1.177
* Fri Apr 22 2016 jreidingerAATTsuse.com- smarter prep partition proposal (bnc#970152)- fix exception when grub.cfg is not yet generated (bnc#976534)- 3.1.176
* Wed Apr 20 2016 jreidingerAATTsuse.com- fix installing grub2 to underlaying devices (bnc#976315)- 3.1.175
* Tue Apr 19 2016 jreidingerAATTsuse.com- Improve misleading label for GRUB2 password (bnc#952633)- 3.1.174
* Mon Apr 18 2016 jreidingerAATTsuse.com- fix regression in installation on md raid (related to FATE#317701 found by openqa)- 3.1.173
* Mon Apr 18 2016 jreidingerAATTsuse.com- fix regression in serial console handling and cover it with automatic tests (bnc#870514 appears again)- 3.1.172
* Thu Apr 14 2016 igonzalezsosaAATTsuse.com- Fix error when showing order of hard disks (bsc#975514)- 3.1.171
* Thu Apr 14 2016 schubiAATTsuse.de- Fix: Taking modulename \"Bootloader\" instead of class. (related to FATE#317701)- 3.1.170
* Wed Apr 13 2016 jreidingerAATTsuse.com- Clean pending TODOs and implement bootloader API calls with new architecture (related to FATE#317701)- 3.1.169
* Wed Apr 13 2016 jreidingerAATTsuse.com- Drop preparing storage data for perl-Bootloader as it is no longer needed (related to FATE#317701)- 3.1.168
* Wed Apr 13 2016 jreidingerAATTsuse.com- Fix import of integer timeout and export of terminal symbol (found during testing of FATE#317701)- 3.1.167
* Tue Apr 12 2016 jreidingerAATTsuse.com- do not propose nor running grub2-install on bare metal POWER (bnc#970582)- do not use perl-Bootloader in yast2-bootloader (FATE#317701)- 3.1.166
* Wed Mar 23 2016 dvaleevAATTsuse.com- Set gfxterm to console on POWER (bsc#911682)- 3.1.165
* Fri Mar 11 2016 dvaleevAATTsuse.com- include quiet in default kernel boot parameters for POWER (bsc#965347)- 3.1.164
* Thu Feb 25 2016 dmuellerAATTsuse.com- include quiet in default kernel boot parameters for aarch64- 3.1.163
* Fri Nov 27 2015 snwintAATTsuse.de- updated boot doc for prep partitions- 3.1.162
* Fri Nov 20 2015 igonzalezsosaAATTsuse.com- Fix AutoYaST schema to allow specification of \'vgamode\', \'xen_kernel_append\' and \'failsafe_disabled\' in globals section (bsc#954412)
* Wed Nov 18 2015 mvidnerAATTsuse.com- Fix validation of AutoYaST profiles (bsc#954412)
* Tue Nov 17 2015 shundhammerAATTsuse.de- Fixed crash in bootloader proposal if previous installation was on software RAID (bsc#955216)- 3.1.161
* Wed Nov 11 2015 jreidingerAATTsuse.com- Do not show raid0 warning for /boot on s390 and ppc architectures (bnc#952823)- 3.1.160
* Fri Oct 23 2015 jreidingerAATTsuse.com- respect original grub2 configuration when upgrade from grub2 to grub2 (bnc#951731)- 3.1.159
* Mon Oct 19 2015 jreidingerAATTsuse.com- do not modify bootloader configuration during offline upgrade from grub2 to grub2 (bnc#950695,bnc#950162)- 3.1.158
* Fri Oct 16 2015 schubiAATTsuse.de- Set StorageDevices flag disks_valid to true while cloning system in AutoYaST. (bnc#950105)- 3.1.157
* Thu Oct 01 2015 jreidingerAATTsuse.com- Fix proposing stage1 location in autoyast (bnc#948258)- 3.1.156
* Tue Sep 29 2015 jreidingerAATTsuse.com- fix device map handling if there\'s no \'hd0\' entry in it (bsc#947730) by snwint- 3.1.155
* Mon Sep 28 2015 schubiAATTsuse.de- Including a needed file. This is an additional fix for bnc#930341.- 3.1.154
* Fri Sep 25 2015 jreidingerAATTsuse.com- fix booting on ppc with /boot on software raid (bnc#940542)- 3.1.153
* Thu Sep 24 2015 jreidingerAATTsuse.com- fix one click proposal change to behave reasonable- add warnings for missing generic_mbr or activate when really missing (bnc#930341)- 3.1.152
* Wed Sep 16 2015 jreidingerAATTsuse.com- support custom names for raids (bnc#944041)- 3.1.151
* Tue Sep 15 2015 jreidingerAATTsuse.com- make default distributor value empty to use default one in grub2 (bnc#942519)- remove distributor entry from ui. Support only changes in text file- 3.1.150
* Tue Sep 15 2015 jreidingerAATTsuse.com- fix typo when invalid architecture is used (bnc#945764)- Do not propose bootloader stage1 location for grub2 on EFI (bnc#945764)- 3.1.149
* Fri Sep 11 2015 ancorAATTsuse.com- Empty kernel command lines are now properly written (bnc#945479)- 3.1.148
* Thu Sep 10 2015 schubiAATTsuse.de- AutoYaST configuration: Initialize libstorage and do not regard the installed system. (bnc#942360)- 3.1.147
* Fri Sep 04 2015 snwintAATTsuse.de- ensure device map has really been proposed (bsc#943749)- when we switch to custom boot, turn off the other boot locations (bsc#943749)- 3.1.146
* Thu Aug 27 2015 jreidingerAATTsuse.com- use extended partition to boot even for non software raids (bnc#940765)- for separate boot partition with btrfs prefer MBR bootloader location (bnc#940797)- 3.1.145
* Tue Aug 25 2015 igonzalezsosaAATTsuse.com- Add support for kernel parameter with multiple values (bsc#882082)- 3.1.144
* Mon Aug 24 2015 jreidingerAATTsuse.com- fix removing password protection (bnc#942867)- 3.1.143
* Wed Aug 19 2015 jreidingerAATTsuse.com- do not require parted on target system (bnc#937066)- 3.1.142
* Mon Aug 17 2015 jreidingerAATTsuse.com- avoid bootloader module stuck caused by parted prompt (bnc#941510)- 3.1.141
* Fri Aug 14 2015 snwintAATTsuse.de- as SCR hasn\'t been setup yet, use some trickery to read boot config (bsc #940486)- 3.1.140
* Wed Aug 05 2015 jsrainAATTsuse.cz- always run mkinitrd at the end of S/390 installation (bsc#933177)- 3.1.139
* Thu Jul 09 2015 jreidingerAATTsuse.com- fix crash when aborting during initial screen (bnc#910343)- 3.1.138
* Tue Jul 07 2015 jreidingerAATTsuse.com- skip MBR update on s390 (bnc#937015)- 3.1.137
* Mon Jun 29 2015 jreidingerAATTsuse.com- set only proper boot flags (\"boot\" for DOS partition table and legacy_boot for GPT partition table), otherwise it can confuse some firmware and cause booting problems (bnc#930903)- 3.1.136
* Mon Jun 22 2015 jreidingerAATTsuse.com- Let password protection be configurable between a restricted mode (cannot boot at all without password, default GRUB2 behavior) and an unrestricted mode (can boot but cannot edit entries, GRUB1 behavior) (FATE#318574).- 3.1.135
* Tue Jun 16 2015 jreidingerAATTsuse.com- Stop adding \'Failsafe\' entry to bootloader menu unless user manually add it (fate#317016)- 3.1.134
* Wed Jun 03 2015 jreidingerAATTsuse.com- do not crash in offline update in bootloader proposal(bnc#931021)- 3.1.133
* Wed Jun 03 2015 jreidingerAATTsuse.com- Fix cleaning of tmp file for init bootloader (bnc#926843)- 3.1.132
* Wed Jun 03 2015 jreidingerAATTsuse.com- Fix ignoring bootloader settings after changing them in proposal screen (bnc#925987)- 3.1.131
* Tue Jun 02 2015 jreidingerAATTsuse.com- Do not crash if system contain unpartitioned disk (bnc#930091)- allow negative timeout to cancel automatic boot (bnc#812618)- fix typo in help text (bnc#702664)- 3.1.130
* Mon Jun 01 2015 jreidingerAATTsuse.com- Don\'t crash when reconfiguring from grub1 to grub2 (bnc#923458)- 3.1.129
* Wed May 20 2015 dvaleevAATTsuse.com- Disable os-prober for Power boo#931653- 3.1.128
* Tue Apr 14 2015 schubiAATTsuse.de- While calling AutoYaST clone_system libStorage has to be set to \"normal\" mode in order to read mountpoints correctly.- 3.1.127
* Thu Apr 09 2015 jreidingerAATTsuse.com- fix abort when importing bootloader values in autoyast (bnc#914812)- 3.1.126
* Wed Mar 25 2015 schwabAATTsuse.de- Propose secure_boot by default only on x86, aarch64 is not ready yet- 3.1.125
* Wed Feb 25 2015 jreidingerAATTsuse.com- Fixed creation of a multipath device map- 3.1.124
* Wed Feb 18 2015 jreidingerAATTsuse.com- fix crash on ppc(bnc#917833)- 3.1.123
* Tue Feb 17 2015 jreidingerAATTsuse.com- reset flags before set new ones(bnc#848609)- 3.1.122
* Mon Feb 16 2015 jreidingerAATTsuse.com- ensure that there is only limited amount of disks in device map (bnc#917640)- 3.1.121
* Thu Feb 12 2015 jreidingerAATTsuse.com- fix redundancy boot proposal if there are more devices (bnc#917025)- 3.1.120
* Tue Feb 10 2015 ancorAATTsuse.com- Fixed detection for encrypted partitions (bnc#913540)- 3.1.119
* Fri Feb 06 2015 ancorAATTsuse.com- The unit tests are now compatible with RSpec 3 (bnc#916364)- 3.1.118
* Wed Feb 04 2015 jsrainAATTsuse.cz- initialize bootloader during update if proposed from scratch (bnc#899743)- 3.1.117
* Tue Feb 03 2015 schwabAATTsuse.de- Use ttyAMA instead of ttyS on aarch64- 3.1.116
* Tue Jan 20 2015 schwabAATTsuse.de- Use grub2-efi on aarch64- 3.1.115
* Tue Jan 13 2015 jreidingerAATTsuse.com- Do not crash with unsupported bootloader when resetting bootloader to repropose during update (bnc#912595)- 3.1.113
* Thu Dec 04 2014 jreidingerAATTsuse.com- remove X-KDE-Library from desktop file (bnc#899104)
* Tue Dec 02 2014 jreidingerAATTsuse.com- fix crash when not using separate boot (found by openqa)- 3.1.112
* Fri Nov 21 2014 jsrainAATTsuse.cz- detect EFI directly from sysfs during live installation (bnc#829256)
* Tue Nov 18 2014 jreidingerAATTsuse.com- run password encryption always locally to ensure that grub2-mkpasswd is there (bnc#900039)- 3.1.111
* Tue Nov 11 2014 jreidingerAATTsuse.com- properly align checkboxes and improve spacing (bnc#900023)- 3.1.110
* Fri Oct 31 2014 jreidingerAATTsuse.com- do not show useless widgets when user decided to not install bootloader (bnc#901060)- 3.1.109
* Wed Oct 29 2014 jreidingerAATTsuse.com- do not return /dev/null if cannot detect bootloader devices as it cause errors later
* Wed Oct 29 2014 jreidingerAATTsuse.com- do not show warning if boot from extended partition (bnc#898023)- 3.1.108
* Wed Oct 29 2014 jreidingerAATTsuse.com- fix branding activation on live CD and also with kexec enabled (bnc#897847)- 3.1.107
* Fri Oct 24 2014 jreidingerAATTsuse.com- fix crash during installation if kernel parameter is not pre-proposed (bnc#902397)- 3.1.106
* Wed Oct 15 2014 jreidingerAATTsuse.com- improve usability of device map editor (bnc#900807)- 3.1.105
* Wed Oct 15 2014 jreidingerAATTsuse.com- ensure branding is used also during common install (bnc#901003)- 3.1.104
* Wed Oct 15 2014 jreidingerAATTsuse.com- fix missing widgets log entries(bnc#889169)- 3.1.103
* Wed Oct 15 2014 jreidingerAATTsuse.com- do not refer to info page of grub1 (bnc#878796)- fixed an Internal Error when using password for grub2 with non-english locale (bnc#900358)- 3.1.102
* Tue Oct 07 2014 jreidingerAATTsuse.com- keep user selection for password (bnc#900026)- fix build on ppc- 3.1.101
* Tue Sep 30 2014 jreidingerAATTsuse.com- use short product name to avoid truncated text on small resolution (bnc#873675)- Avoid crash in clone_system on s390 (bnc#897399)- propose missing attributes also during automatic upgrade which propose grub2 configuratin (bnc#897058)- 3.1.100
* Tue Sep 30 2014 jreidingerAATTsuse.com- move boot record backup functionality to own class to make code easier to understand and better tested- 3.1.99
* Mon Sep 29 2014 jreidingerAATTsuse.com- fix crash in lib_iface caused by typo (found by openQA and bnc#898878)- fix crash when using tmpfs- fix crash when device have explicit mount by device name- 3.1.98
* Thu Sep 18 2014 jreidingerAATTsuse.com- move udev mapping functionality to own class to make code easier to understand and better tested- 3.1.97
* Wed Sep 17 2014 jreidingerAATTsuse.com- pass vga mode if specified during installation (bnc#896300,bnc#891060)
* Mon Sep 15 2014 jreidingerAATTsuse.com- Fix API to remove or add kernel parameter for bootloader (bnc#894603)
* Tue Sep 09 2014 jreidingerAATTsuse.com- cleaning of section related code because we no longer support any bootloader which allows direct write of sections
* Mon Sep 08 2014 jreidingerAATTsuse.com- switch build tool from autotools to rake- 3.1.96
* Mon Sep 08 2014 jreidingerAATTsuse.com- Drop remaining support for GRUB1 (fate#317700)- 3.1.95
* Mon Sep 08 2014 jreidingerAATTsuse.com- Avoid configuration where to MBR we want grub2 and also generic_mbr which can lead to unbootable configuration (bnc#893626)- 3.1.94
* Thu Sep 04 2014 mvidnerAATTsuse.com- Use a more flexible rubygem requirement syntax (bnc#895069)- 3.1.93
* Thu Sep 04 2014 jreidingerAATTsuse.com- Do not overwrite bios_boot partition flag by boot flag leading to error in writing boot code (Bnc#894040)- 3.1.92
* Wed Aug 27 2014 jreidingerAATTsuse.com- do not reset secure boot to false at the end of installation in case of incapable device (bnc#892032)- 3.1.91
* Tue Aug 26 2014 jreidingerAATTsuse.com- fix partition activation on LVM (bnc#893449)- fix activation device when md raid devices do not have recognizable bios id- 3.1.90
* Fri Aug 15 2014 snwintAATTsuse.de- remove nonsense check (bnc #768538)- 3.1.89
* Fri Aug 15 2014 jreidingerAATTsuse.com- read properly secure boot status when used from other modules like yast2-vm, so it adds new entry as secure boot (bnc#892032)- 3.1.88
* Thu Aug 14 2014 schubiAATTsuse.de- AutoYaST clone_system: Not using \"next\" in a ruby \"reduce\" call. (bnc#891079)- 3.1.87
* Tue Aug 12 2014 jreidingerAATTsuse.com- Fixed adding a crashkernel parameter to xen_append if the latter is missing. kdump.service would fail then (bnc#886843)- 3.1.86
* Fri Aug 08 2014 jreidingerAATTsuse.com- do not crash in some condition in combination of LVM and GPT (bnc#891070)- 3.1.85
* Thu Aug 07 2014 jreidingerAATTsuse.com- fix assigning priority disks to device map for LVM (bnc#890364)- 3.1.84
* Thu Aug 07 2014 jreidingerAATTsuse.com- workaround initrd recreation if some packages forgot during upgrade (bnc#889616)- 3.1.83
* Wed Aug 06 2014 jreidingerAATTsuse.com- ignore unknown priority device to avoid problems in corner case scenarios (bnc#890364)- 3.1.82
* Tue Aug 05 2014 jreidingerAATTsuse.com- fix assigning priority disks to device map for md raid (bnc#890246)- fix choosing priority device causing bootloader crash (bnc#890204)- 3.1.81
* Fri Aug 01 2014 jsrainAATTsuse.cz- fixed bootloader installation (bnc#889770)- 3.1.80
* Thu Jul 31 2014 jreidingerAATTsuse.com- Disk order dialog: - fix non-working up button (bnc#885867) - fix enabling/disabling up/down buttons in various situations - when adding new device set focus to input field to better UX- 3.1.79
* Thu Jul 31 2014 jreidingerAATTsuse.com- reinit branding in upgrade of SLE-12 as it is overwritten (bnc#879686)- 3.1.78
* Thu Jul 31 2014 jreidingerAATTsuse.com- fix crash in bootloader caused by wrong device in device map (bnc#889670)- 3.1.77
* Wed Jul 30 2014 schubiAATTsuse.de- Fixed error popup for unsupported bootloader in autoyast. (bnc#889538)- 3.1.76
* Wed Jul 30 2014 ancorAATTsuse.com- Added a missing call to i18n for a string (bnc#887553)- 3.1.75
* Wed Jul 30 2014 jreidingerAATTsuse.com- Fix crash if during proposal some device map value is nil ( found by openQA )- 3.1.74
* Tue Jul 29 2014 jreidingerAATTsuse.com- Always use device with /boot as first device in device map to avoid problems with other MBRs (bnc#887808, bnc#880439)- 3.1.73
* Mon Jul 28 2014 jreidingerAATTsuse.com- fix proposing disabledos prober on certain products (SLES is affected) (bnc#884007)- 3.1.72
* Mon Jul 28 2014 snwintAATTsuse.de- enable secure boot by default (bnc #879486)- 3.1.71
* Fri Jul 25 2014 jreidingerAATTsuse.com- allow change of bootloader proposal during upgrade (bnc#887015)- 3.1.70
* Fri Jul 25 2014 jsrainAATTsuse.cz- code de-duplication of recent AUtoYaST fixes (bnc#885634)- 3.1.69
* Tue Jul 22 2014 jsrainAATTsuse.cz- initialize bootloader location configuration on AutoYaST ugprade (bnc#885634)- 3.1.68
* Wed Jul 16 2014 jsrainAATTsuse.cz- don\'t check dedicated /boot/zipl partition on upgrade (bnc#886604)- 3.1.67
* Fri Jul 11 2014 jreidingerAATTsuse.com- fix writing sysconfig for grub1 (bnc#885634)- 3.1.66
* Fri Jul 11 2014 mchangAATTsuse.com- fix secure boot widget did not function from installed system because bootloader not get re-installed (bnc#882124)- 3.1.65
* Wed Jul 09 2014 jreidingerAATTsuse.com- add check for combination of MBR, GPT, btrfs and missing bios_grub partitition (bnc#886143)- 3.1.64
* Tue Jul 08 2014 jreidingerAATTsuse.com- warn user if no location chosen for stage 1 (bnc#885208)- 3.1.63
* Mon Jul 07 2014 jreidingerAATTsuse.com- use only simple device map on s390 (bnc#884798, bnc#885984)- 3.1.62
* Thu Jul 03 2014 jreidingerAATTsuse.com- add perl-Bootloader-YAML to needed packages (BNC#885496)- 3.1.61
* Fri Jun 27 2014 jreidingerAATTsuse.com- do not allow to install to partition with xfs otherwise fs can be broken due to missing reserved space in xfs(bnc#884255)- 3.1.60
* Fri Jun 27 2014 jreidingerAATTsuse.com- properly install needed packages in autoinstallation- 3.1.59
* Thu Jun 26 2014 jreidingerAATTsuse.com- add help and translation for grub2 distributor description and other small localization improvements (bnc#884344)- fix crash during propose of EFI during upgrade (bnc#884397)- 3.1.58
* Tue Jun 24 2014 jreidingerAATTsuse.com- respect product default configuration for os-prober enablement (bnc#884007)- 3.1.57
* Wed Jun 18 2014 schubiAATTsuse.de- Initialize variable correctly for supported bootloaders (bnc#883040)- 3.1.56
* Mon Jun 16 2014 jreidingerAATTsuse.com- Allow in autoyast only supported bootloaders (bnc#882210)- 3.1.55
* Fri Jun 13 2014 jreidingerAATTsuse.com- fix crash with invalid partition to activate (bnc#882592)- 3.1.54
* Fri Jun 13 2014 jsrainAATTsuse.cz- don\'t prevent installation because of BIOS IDs not detected if disks order reviewed by user (bnc#880439)- 3.1.53
* Wed Jun 11 2014 jreidingerAATTsuse.com- do not crash in autoyast (bnc#882210)- 3.1.52
* Mon Jun 09 2014 jreidingerAATTsuse.com- Fix reinstallation of secure boot stage 1 (bnc#875235)- 3.1.51
* Thu Jun 05 2014 jsrainAATTsuse.cz- adjusted wording if disk order could not be detected (bnc#880439)- 3.1.50
* Wed Jun 04 2014 jreidingerAATTsuse.com- remove translation of section as it is generated in GRUB2 and never work reliably fro GRUB1 (bnc#875819)- 3.1.49
* Tue Jun 03 2014 dvaleevAATTsuse.com- Setting boot flag on GPT PReP resets prep flag which leads to grub2-install unable to install a bootloader (bnc#880094)- 3.1.48
* Mon Jun 02 2014 jreidingerAATTsuse.com- fix typo causing crash when writing pmbr flag (bnc#880893)- 3.1.47
* Thu May 29 2014 jreidingerAATTsuse.com- Fix crash in upgrade from SLE11- 3.1.46
* Wed May 28 2014 jreidingerAATTsuse.com- Remove check for iscsi boot partition (bnc#880328)- 3.1.45
* Wed May 28 2014 jreidingerAATTsuse.com- fix crash in summary page of installation for grub2 (bnc#880324)- 3.1.44
* Tue May 27 2014 jreidingerAATTsuse.com- fix crash in summary page of installation- 3.1.43
* Tue May 27 2014 mchangAATTsuse.com- reinstall bootloader if the settings requires it- 3.1.42
* Tue May 27 2014 jreidingerAATTsuse.com- Fix detection if bootloader installation failed (bnc#879883)- 3.1.41
* Mon May 26 2014 jreidingerAATTsuse.com- add support to set Protective MBR and use reasonable proposal (bnc#872054)- 3.1.40
* Fri May 23 2014 jreidingerAATTsuse.com- Installation Summary: do not allow change location for grub2 on ppc and s390 (bnc#879107)- 3.1.39
* Thu May 22 2014 jreidingerAATTsuse.com- Report if grub2-install failed so user see quickly, that he cannot boot(bnc#878664)- 3.1.38
* Fri May 16 2014 snwintAATTsuse.de- get rid of grub in loader type selection- 3.1.37
* Fri May 16 2014 jreidingerAATTsuse.com- fix progress report to not show 100% and waiting to write bootloader (bnc#878007)- 3.1.36
* Wed May 14 2014 jreidingerAATTsuse.com- add new API call to work nice with grub2 kernel parameter configuration (bnc#869608)- 3.1.35
* Mon May 12 2014 jreidingerAATTsuse.com- extended sysconfig options only for grub1 to prevent confusion (bnc#870890)- 3.1.34
* Tue May 06 2014 jreidingerAATTsuse.com- reinit perl-bootloader library in update mode to force write configuration (bnc#876359,876355)- 3.1.33
* Fri May 02 2014 jreidingerAATTsuse.com- fix activating partitions with number bigger then 4 on GPT disks with legacy x86 boot (bnc#875757)- 3.1.32
* Wed Apr 30 2014 jreidingerAATTsuse.com- handle diskless nfs setup for ppc (bnc#874466)- 3.1.31
* Tue Apr 29 2014 jreidingerAATTsuse.com- fix reading of previous bootloader (bnc#874646)- 3.1.30
* Tue Apr 22 2014 jreidingerAATTsuse.com- Use correct check for partition setup for grub2 on s390 (bnc#873951)- 3.1.29
* Thu Apr 17 2014 jreidingerAATTsuse.com- do not complain for missing bios order on s390(bnc#874106)- 3.1.28
* Thu Apr 17 2014 jreidingerAATTsuse.com- improve logging if setting kernel paramater failed to help with bnc#873996- remove graphic adapter configuration on s390 (bnc#874010)- 3.1.27
* Wed Apr 16 2014 jreidingerAATTsuse.com- allow switching to grub2 also on ppc- Do not raise exception for grub2efi on non-pc architectures (bnc#873861)- 3.1.26
* Wed Apr 16 2014 jreidingerAATTsuse.com- fix crash on s390 due to missing loader widget(bnc#873911)- 3.1.25
* Tue Apr 15 2014 jreidingerAATTsuse.com- fix proposing when proposal do not change (bnc#873620)- 3.1.24
* Tue Apr 15 2014 jreidingerAATTsuse.com- cleaning up deprecated code to improve stability and maintenance of code- 3.1.23
* Tue Apr 15 2014 mchangAATTsuse.com- remove error if boot directory on xfs file system (bnc#864370)- 3.1.22
* Thu Apr 10 2014 jreidingerAATTsuse.com- drop not-supported bootloaders except grub1- 3.1.21
* Tue Apr 08 2014 jreidingerAATTsuse.com- modify proposal to work also during upgrade and propose upgrade to grub2 (bnc#872081)- 3.1.20
* Mon Apr 07 2014 jreidingerAATTsuse.com- return back installation details for tweaking device map (bnc#872300)- 3.1.19
* Fri Apr 04 2014 snwintAATTsuse.de- install mokutil along with shim (bnc #808852)- fix regular expessions (ported from bnc #743805)- 3.1.18
* Wed Apr 02 2014 jreidingerAATTsuse.com- fix crash on s390 (bnc#871597)- 3.1.17
* Wed Apr 02 2014 jreidingerAATTsuse.com- fix autoyast location proposal (bnc#869083)- 3.1.16
* Wed Apr 02 2014 snwintAATTsuse.de- don\'t question device mapping passed to us explicitly by autoyast (bnc #717978, bnc #870494)
* Fri Mar 28 2014 jreidingerAATTsuse.com- improve support grub2 on non-pc architectures (bnc#866912,bnc#868909)- 3.1.15
* Fri Mar 28 2014 mchangAATTsuse.com- fix wrong console regexp match (bnc#870514)- 3.1.14
* Fri Mar 21 2014 snwintAATTsuse.de- fix minor typo (bnc #869324)
* Wed Mar 12 2014 mchangAATTsuse.com- fix grub2-
*-efi package not installed (bnc#867380)- 3.1.13
* Mon Mar 10 2014 jreidingerAATTsuse.com- do not crash if there is no swap partition (bnc#867435)- 3.1.12
* Mon Mar 10 2014 mchangAATTsuse.com- fix some serial console issues (bnc#862388) (bnc#866710)- 3.1.11
* Wed Mar 05 2014 snwintAATTsuse.de- always allow grub2 (bnc #866863)- 3.1.10
* Tue Mar 04 2014 snwintAATTsuse.de- switch to grub2 on s390x- support both grub2 & zipl- drop grub & elilo support from x86- 3.1.9
* Tue Mar 04 2014 jreidingerAATTsuse.com- fix typo in proposal screen(bnc#866607)- 3.1.8
* Mon Mar 03 2014 jreidingerAATTsuse.com- fix permissions on file which contain encrypted password to be readable only by root(BNC#864544)(CVE#2013-4577)- 3.1.7
* Thu Feb 27 2014 jreidingerAATTsuse.com- Add support for password in GRUB2 (FATE#315404)- restructure details dialog in GRUB2 to have better UX- fix crash of GRUB2 module- 3.1.6
* Wed Feb 12 2014 jreidingerAATTsuse.com- rephrase bootloader proposal on summary screen (BNC#853058)- 3.1.5
* Mon Feb 10 2014 snwintAATTsuse.de- don\'t ask to run yast.ssh in second stage as there\'s no second stage anymore (bnc 861537)
* Tue Jan 28 2014 jreidingerAATTsuse.com- Fix examining MBR- 3.1.4
* Tue Jan 14 2014 jreidingerAATTsuse.com- handle problematic conversion of perl undef in perl-json (bnc#858461)- fix \"undefined method `split\' for true:TrueClass\" with grub2-efi (bnc#855568) ( thanks lpechacek )- always use local parted. It allows to have target system without parted.- 3.1.3
* Tue Nov 05 2013 locilkaAATTsuse.com- Using \'Kernel\' Yast library for handling modules loaded on boot (bnc#838185)- 3.1.2
* Tue Nov 05 2013 snwintAATTsuse.de- use pbl-yaml script to communicate with perl-Bootloader- 3.1.1
* Wed Sep 18 2013 lslezakAATTsuse.cz- do not use
*.spec.in template, use
*.spec file with RPM macros instead- 3.1.0
* Fri Aug 23 2013 snwintAATTsuse.de- desktop files now also for s390- 3.0.3
* Tue Aug 06 2013 lslezakAATTsuse.cz- removed obsolete BuildRequires: yast2 and yast2-core- 3.0.2
* Thu Aug 01 2013 lslezakAATTsuse.cz- move the development documentation to devel-doc subpackage- removed obsolete BuildRequires, not needed anymore: docbook-xsl-stylesheets doxygen gcc-c++ libxslt perl-Bootloader perl-gettext perl-XML-Writer sgml-skel swig update-alternatives libtool yast2-installation yast2-packager yast2-perl-bindings yast2-pkg-bindings yast2-storage yast2-testsuite- 3.0.1
* Wed Jul 31 2013 yast-develAATTopensuse.org- converted from YCP to Ruby by YCP Killer (https://github.com/yast/ycp-killer)- version 3.0.0
* Fri Jun 14 2013 snwintAATTsuse.de- remove limal reference- 2.24.1
* Wed Mar 06 2013 snwintAATTsuse.de- set secureboot default to firmware status- 2.23.12
* Mon Feb 25 2013 snwintAATTsuse.de- support uefi secureboot- Propose grub2 theme path- 2.23.11
* Mon Feb 04 2013 snwintAATTsuse.de- write gpt bootcode on gpt disks (fate #313880)- fix initrd selection due to initrd-
*-kdump in our new kernel packages- take boot code from syslinux instead of master-boot-code package- 2.23.10
* Mon Feb 04 2013 snwintAATTsuse.de- fix automake file- 2.23.9
* Fri Jan 11 2013 snwintAATTsuse.de- jsuchome: /sbin/SuSEconfig call removed- mchang: some bug fixing and improve grub2\'s summary- 2.23.8
* Thu Aug 30 2012 mchangAATTsuse.com- remove vga=ask- add option to disable os-prober
* Fri Jul 13 2012 mchangAATTsuse.com- support failsafe kernel parameters- use product name in distributor- rearrange widgets in dialog- fix redundant kernel append- 2.23.7
* Mon Jul 09 2012 ugAATTsuse.de- fixed rnc schema file (bnc#752450)- 2.23.6
* Wed Jul 04 2012 mchangAATTsuse.de- set leagcy grub as default for xen pv guest- use \'auto\' for default gfxmode- replace background with theme- support editing GRUB_DISTRIBUTOR- make vgamode widget wider- 2.23.5
* Mon Jun 04 2012 mchangAATTsuse.com- support console related global options gfxterm, serial, gfxbackground and gfxmode- 2.23.4
* Tue Apr 24 2012 snwintAATTsuse.de- don\'t do kexec on hyper-v (bnc#732693)- 2.23.3
* Mon Apr 23 2012 mchangAATTsuse.com- add \"Boot Loader Options\" dialog for grub2-efi that provides widgets for manipulating global options. These options include timeout, vgamode, append and default.- add widgets for enabling serial console and specify it\'s arguments on \"Boot Loader Options\" dialog.- add \"Boot Loader Options\" dialog for grub2 that provides widgets for manipulating global options. These options include activate, generic_mbr, timeout, vgamode, append and default.- 2.23.2
* Mon Apr 23 2012 snwintAATTsuse.de- adapted ssh command for 2nd stage ssh installation (bnc#745340)
* Thu Mar 22 2012 mchangAATTsuse.com- add kernel parameters (detected necessary and user specfied one during installation) to grub2\'s config file (bnc#752939)- 2.23.1
* Thu Mar 22 2012 mchangAATTsuse.com- add new grub2-efi module to support booting on UEFI firmware.
* Wed Mar 14 2012 aschnellAATTsuse.de- adapted ssh command for 2nd stage ssh installation (bnc#745340)
* Mon Mar 05 2012 mchangAATTsuse.com- add basic grub2 support that only handles installs- 2.23.0
* Fri Jan 13 2012 jsuchomeAATTsuse.cz- added GfxMenu::Update to the client, so calling does not require package dependency (bnc#730391)- 2.22.0
* Fri Nov 25 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Fri Oct 21 2011 snwintAATTsuse.de- yast2-storage uses fake uuids for btrfs handling; adjust our code (bnc #707450)- 2.21.2
* Tue Oct 18 2011 snwintAATTsuse.de- fix bootloader package handling (bnc #716404)- 2.21.1
* Tue Oct 04 2011 cfarrellAATTsuse.com- license update: GPL-2.0+ SPDX format
* Mon Sep 26 2011 visnovAATTsuse.cz- set dialog title- 2.21.0
* Wed Sep 21 2011 snwintAATTsuse.de- revert kernel-
*-base change- 2.20.5
* Wed Sep 21 2011 snwintAATTsuse.de- enable resume for s390x (bnc #692606)- kernel images are in kernel-
*-base package- 2.20.4
* Mon Sep 19 2011 snwintAATTsuse.de- s390x: add hvc_iucv=8 to boot options (bnc #718089)- 2.20.3
* Fri Sep 16 2011 snwintAATTsuse.de- fix typo- 2.20.2
* Fri Aug 05 2011 tgoettlicherAATTsuse.de- fixed .desktop file (bnc #681249)
* Mon Mar 21 2011 jreidingerAATTsuse.de- fix detection of other linux partitions (BNC#675224)
* Tue Feb 22 2011 jreidingerAATTnovell.com- during probe of partitions don\'t try to mount encrypted one (bnc#673906)- 2.20.1
* Mon Jan 10 2011 jreidingerAATTnovell.com- add missing file to tarball
* Thu Dec 30 2010 jreidingerAATTnovell.com- allow to not specify vga mode for boot (bnc#643984)- improve help text for menu section (bnc#621290)- explicitelly mention variables to compare to avoid problems with nil value (consider nil as false)- number of partition can be integer so always convert it to string- more explanation for warning messages with hint how to solve it- 2.19.16
* Wed Jun 02 2010 juhliarikAATTsuse.cz- added update of fix for (bnc#604401)- 2.19.15
* Wed May 19 2010 juhliarikAATTsuse.cz- added xen boot section as default during installation on PV guest (bnc#604401)- 2.19.14
* Thu May 06 2010 juhliarikAATTsuse.cz- added patch for (bug#448883)- 2.19.13
* Tue Apr 13 2010 juhliarikAATTsuse.cz- added fix for troubles with using uuid names (bnc#594482)- 2.19.12
* Thu Apr 08 2010 juhliarikAATTsuse.cz- added patch for enable/disable SELinux (fate#309275)- 2.19.11
* Wed Mar 31 2010 juhliarikAATTsuse.cz- added fix for sending empty \"boot_custom\" (bnc#589433)- 2.19.10
* Tue Mar 23 2010 juhliarikAATTsuse.cz- added fix for checking custom boot partition (bnc#588770)- 2.19.9
* Tue Mar 16 2010 juhliarikAATTsuse.cz- added fix for adding XEN section on IA64 (bnc#588609)
* Tue Mar 09 2010 juhliarikAATTsuse.cz- added fix for using device map in autoyast profile (bnc#585824)- 2.19.8
* Fri Feb 26 2010 juhliarikAATTsuse.cz- added fix for creating sysconfig directory file (bnc#583088)- 2.19.7
* Mon Feb 22 2010 juhliarikAATTsuse.cz- added fix for detection of UEFI (bnc#581213)- 2.19.6
* Thu Feb 11 2010 juhliarikAATTsuse.cz- added fix for calling mkinitrd if vga is \"normal\" (bnc#292013)- 2.19.5
* Thu Feb 11 2010 juhliarikAATTsuse.cz- added fix for using persistent device names (bnc#533782)
* Thu Feb 11 2010 juhliarikAATTsuse.cz- added fix for using encrypted swap partition (bnc#577127)- 2.19.4
* Thu Feb 11 2010 juhliarikAATTsuse.cz- added fix for detection of QEMU (bnc#571850)- 2.19.3
* Wed Feb 10 2010 juhliarikAATTsuse.cz- added fix for adding crashkernel option to XEN kernel (bnc#578545)
* Tue Feb 09 2010 juhliarikAATTsuse.cz- solved problem with wrtting to floppy (bnc#539774)
* Tue Feb 09 2010 juhliarikAATTsuse.cz- added fix for deleting Custom Boot Partition (bnc#544809)- 2.19.2
* Thu Jan 28 2010 juhliarikAATTsuse.cz- added commnets for using options in /etc/sysconfig/bootloader (bnc#511319)- 2.19.1
* Wed Jan 13 2010 kmachalkovaAATTsuse.cz- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su where root privileges are needed, removed X-KDE-SubstituteUID key (bnc#540627)
* Tue Jan 12 2010 juhliarikAATTsuse.cz- added fix for data in device.map if MD RAID from Intel is used (bnc#568837)- 2.19.0
* Wed Dec 09 2009 juhliarikAATTsuse.cz- added patch for KMS (bnc#561566)
* Mon Dec 07 2009 juhliarikAATTsuse.cz- added fix for problem with characters in name (bnc#558542)
* Fri Dec 04 2009 juhliarikAATTsuse.cz- added fix for section name mismatch in lilo.conf for PPC (bnc#441051)
* Tue Oct 13 2009 juhliarikAATTsuse.cz- deleted handling of luks_root and updating initrd for encrypted \"/\" (bnc#528474)- 2.18.17
* Mon Sep 21 2009 juhliarikAATTsuse.cz- added fix for missing persistent device names in mapping for perl-Bootloader (bnc#534905A)- 2.18.16
* Thu Sep 17 2009 juhliarikAATTsuse.cz- added fix for typy in help (bnc#532904)
* Fri Sep 04 2009 juhliarikAATTsuse.cz- fixed type (bnc#535442)
* Thu Sep 03 2009 juhliarikAATTsuse.cz- added fixed in help text convert \"XEN\" to \"Xen\" (bnc#532512)
* Thu Sep 03 2009 juhliarikAATTsuse.cz- added fix for editing boot section (bnc#535739)- 2.18.15
* Thu Aug 06 2009 juhliarikAATTsuse.cz- added support for enable SELinux (fate#305557)- 2.18.14
* Tue Aug 04 2009 juhliarikAATTsuse.cz- added support for redundancy md array (fate#305008)- 2.18.13
* Fri Jul 31 2009 aschnellAATTsuse.de- adapted to changes in yast2-storage- 2.18.12
* Tue Jul 28 2009 juhliarikAATTsuse.cz- added support for luks_root also to xen sections with kernel-xen
* Tue Jul 28 2009 juhliarikAATTsuse.cz- reorganize UI widgets in GRUB global options
* Mon Jul 27 2009 juhliarikAATTsuse.cz- added support for enable/disable acoustinc signals (fate#305403)- 2.18.11
* Fri Jul 24 2009 juhliarikAATTsuse.cz- added support for encrypted disk (fate#305633)- 2.18.10
* Mon Jul 20 2009 juhliarikAATTsuse.cz- added client bootloader_preupdate it takes care about calling Storage::Update() (bnc#414490)- added fix for using iscsi disk (bnc#393928)- updated help text (bnc#511007)- enabled change bootloader settings via one-click in installation summary (fate#303643)- deleted warning message about using ext4- updated proposal and using checkboxes Boot from Boot Partition and Boot from Extended Partition- 2.18.9
* Mon Jun 08 2009 jsrainAATTsuse.cz- do not add \'ide=nodma\' to failsafe kernel parameter (bnc#510784)
* Mon May 25 2009 jreidingerAATTsuse.cz- refactor Update code (update between products)
* Wed May 20 2009 juhliarikAATTsuse.cz- fixed additional options for memory test section (bnc#396150)- fixed problems with empty settings in autoyast profile for memory test section (bnc#390659)- fixed problem with custom (disable) gfxmenu option in autoyast profile (bnc#380509)- fixed deleting gfxmenu option if there is defined serial console (bnc#346576)- added support check for ext4 (fate#305691)- 2.18.8
* Mon May 18 2009 juhliarikAATTsuse.cz- added fix for changing device map in y2-bootloader (bnc#497944)- added warning message if there is not valid configuration for soft-raid (bnc#501043)
* Thu May 07 2009 juhliarikAATTsuse.cz- added fix for checking soft-raid devices in device.map (bnc#494630)- added fix for changing device map in y2-bootloader (bnc#497944)- 2.18.7
* Tue Apr 28 2009 juhliarikAATTsuse.cz- added updated patch from IBM and reipl (bnc#471522)
* Tue Apr 28 2009 juhliarikAATTsuse.cz- disable checking thinkpad sequence in MBR also save content of MBR (bnc#464485)
* Wed Apr 22 2009 jreidingerAATTsuse.cz- code clean- add interface for new perl-Bootloader MBR tools- add missing short-cuts for widgets
* Thu Apr 16 2009 juhliarikAATTsuse.cz- added fix for commandline interface (bnc#479069)
* Wed Apr 15 2009 juhliarikAATTsuse.cz- added back function setKernelParam (bnc#495048)- 2.18.6
* Tue Apr 14 2009 juhliarikAATTsuse.cz- updated timeout for ppc and elilo both to seconds- 2.18.5
* Tue Apr 14 2009 juhliarikAATTsuse.cz- added fix for troubles with analyse of MBR on soft riad (bnc#483797)
* Fri Apr 10 2009 juhliarikAATTsuse.cz- added fix for problem with special chars in menu.lst (bnc#456362)
* Fri Apr 10 2009 juhliarikAATTsuse.cz- added fix for troubles with help in boot menu (bnc#384768)
* Tue Apr 07 2009 juhliarikAATTsuse.cz- refactoring UI is done (fate#305268)- fixed problem with providing vga modes list in grub(bnc#362517)- fixed troubles with short input field for devices (bnc#396387)- fixed problem with setup of password for grub (bnc#407887,#433854,#450470)- fixed problem with keyboard shortcuts (bnc#414989)- setup for console in grub was rewritten (bnc#431515)- 2.18.4
 
ICM