diff options
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 3219 |
1 files changed, 3219 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 326383b38..1f2bb17df 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,3222 @@ +- fix bugs in any::sessions() (mga#33738) + +Version 18.69 - 07 June 2025 +- Updated translations +- drakautologin now detects and manage Wayland sessions (mga#33738) +- bytes_heavy.pl was merged into bytes.pm +- Agafari-16 console font support was dropped from kbd +- fix glob for svg pixbuf loader +- Don't use mdadm --chunk option when creating level 1 RAID (mga#33767) +- Detect legacy (non-PCI) Intel SST audio DSP devices (mga#33145) +- install rpm's /usr/lib/rpm/sysusers.sh to stage2 image by default +- Drop i586 bits + +Version 18.68 - 28 April 2024 +- Updated translations + +Version 18.67 - 5 January 2024 + +- Updated translations + +Version 18.66 - 19 August 2023 + +Version 18.65 - 11 July 2023 + +- diskdrake: remove deprecated GtkPaned:handle-size style property (mga#32063) +- add ntfs3 to isFat_or_NTFS() +- sync list of modules needing firmware with kernel-desktop-6.4.2-2.mga9 +- Sync list_modules with kernel 6.4 + +Version 18.64 - 24 June 2023 + +- Updated translations + +Version 18.63 - 6 June 2023 + +- rescue: mount efivars in chroot on UEFI systems (mga#31844) +- Updated translations +- Fix total_memory() by using sysinfo() +- Add nvidia-newfeature.ko to nvidia modules supported list +- drakclock: set to checked if ntpd is started. + +Version 18.62 - 28 April 2023 + +- Update file list for changes in Adwaita icon locations + +Version 18.61 - 28 April 2023 + +- service_harddrake: add nvidia470.ko to nvidia driver module list +- Updated translations + +Version 18.60 - 17 April 2023 + +- Manage isodumper with draksec +- Updated translations + +Version 18.59 - 14 April 2023 + +- Don't force pavucontrol when there is already pavucontrol-qt in plasma-desktop enviroment +- Updated translations + +Version 18.58 - 8 April 2023 + +- Modify draksound GUI to add support for switching to pipewire. + +Version 18.57 - 29 March 2023 + +- Recognize new kernel 6.0 drivers +- Updated translations + +Version 18.56 - 9 February 2023 + +- update list of kernel modules needing firmware +- Recognize new kernel 5.19 drivers +- Recognize new kernel 6.0 drivers +- Recognize new kernel 6.1 drivers + +Version 18.55 - 18 January 2023 + +- diskdrake: fix partitions not being displayed initially on systems with a + single disk (mga#31396) + +Version 18.52 - 3 December 2022 + +- run_program: + o add optional callback when waiting for program to terminate + * this allows GUI applications to respond to check-alive pings (mga#31105) + o add helper routine to terminate/kill a process +- make installer routines for selecting a mirror and downloader available + for use by draklive-install +- use better algorithm for determining nearest mirror (uses urpmi::mirrors) +- finish-install: + o when renaming a user, update the name in any network config files + o detect and adapt to systems using NetworkManager +- updated translations + +Version 18.51 - 29 October 2022 + +- drakboot: ensure efivars are mounted before installing a UEFI bootloader (mga#31008) + +Version 18.50 - 17 September 2022 + +- drakboot: add options to change the rEFInd background (mga#28073) + +Version 18.49.1 - 9 June 2022 + +- lsnetdrake: do not crash if nmap or nmblookup are not installed (mga#12579) + +Version 18.49 - 8 June 2022 + +- Recognize new kernel 5.17 drivers +- Recognize new kernel 5.18 drivers + +Version 18.45 - 21 February 2021 + +- Fix step-categories color to make it visible in the installer (mga#28375) +- updated translations + +Version 18.43 - 31 January 2021 + +- updated translations +- drakboot: don't remove os-prober before user makes choice (mga#28223) + +Version 18.42 - 26 January 2021 + +- updated translations +- when running monitor-edid, don't use --try-in-console as + it can cause a GNOME session to die (mga#28124) +- prefer using UUID for mmcblk and nvme devices (mga#28111) +- service_harddrake: + o support switching between free and proprietary drivers when + using Live ISOs with persistence + +Version 18.40 - 11 January 2021 + +- updated translations +- drakbug_report: + o fail quietly when trying journalctl for system log +- fix handling of TYPE"64bit" flags when reading rpmsrate +- Fix syntax of 51-mageia-resume.conf (mga#28055) + +Version 18.39 - 04 January 2021 + +- translations update + +Version 18.38 - 29 December 2020 + +- drakboot: + o fix false detection of GRUB2 when installed in ESP but not in /boot (mga#27816) + o add option to configure rEFInd to not use EFI NVRAM (mga#27838) +- diskdrake: + o fix adding parts to extended partition on hybrid ISO (mga#27862) + o erase iso9660 signature when clearing hybrid ISO disk (mga#27864) + o restrict line length when displaying base device info + to avoid excessive window expansion (mga#27882) +- drakbug_report: + o also try journalctl for system log + o include draklive-install.log + +Version 18.37 - 5 December 2020 + +- recognize more rtw88_* +- recognize new kernel 5.10 drivers + +Version 18.36 - 25 November 2020 + +- fix compiling tools/rpcinfo-flushed with glibc-2.32 + +Version 18.35 - 20 November 2020 + +- diskdrake: + o fix crash when a mdadm RAID array has been created outside diskdrake using + raw devices (mga#26707) +- remove-unused-packages: + o disable timeout - it can corrupt the rpm database (mga#27580) +- drakhardware: + o fix hardware support package detection (mga#27122) + +Version 18.34 - 14 September 2020 + +- drakservices: + o include systemd sockets and timers +- drakscanner: + o fix enabling saned (systemd socket, not xinetd) +- drakboot: + o keep timeout value when it's 0 (mga#27158) +- recognize new kernel 5.9 drivers + +Version 18.33 - 19 August 2020 + +- fix failure to update grub2 config when service_harddrake attempts to + add/remove the nokmsboot option +- add --plain to systemctl list-units, else it adds some characters at + the beginning of the line since systemd 246 (mga#27046) +- recognize new kernel 5.5 - 5.8 drivers + +Version 18.32 - 27 June 2020 + +- diskdrake: fix a crash when a disk has a filesystem directly without a + partition table (mga#26849) +- drakboot: + o detect GRUB2 if it is installed in \EFI\BOOT + o fix switching between GRUB2 and rEFInd when installed in \EFI\BOOT + +Version 18.31 - 18 June 2020 + +- drakboot: add option to install GRUB2 bootloader in \EFI\BOOT (mga#24282) +- diskdrake: remove partition from /etc/crypttab when deleted (mga#25891) + +Version 18.28 - 29 May 2020 + +- drakboot: don't die in write_grub2 if grub.cfg doesn't exist (mga#26676) +- translation updates + +Version 18.27.1 - 8 May 2020 + +- bootloader: + fix typo x86 -> x64 for matching 64bit grub2-efi(x86-64) + +Version 18.27 - 1 May 2020 + +- diskdrake: + o it's now possible to set labels on exfat +- drakboot: + o do not try to enable non existing acpi service + o rename /boot/efi as /boot/EFI if needed (mga#22395) +- fix services::running_systemd() +- service_harddrake: recognise noxconf boot command line option + (disables creation of xorg.conf, allowing X server to configure itself) +- cache results from detect_devices::getInputDevices() + (significantly speeds up service_harddrake, and hence Live ISO boot) + +Version 18.26 - 20 March 2020 + +- diskdrake: + o add minimal support for exFAT +- drakboot: copy instead of renaming grub.cfg (mga#25542) +- remove no more existing modules from various/crypto + (so that rescue system display less "module xxx not found") + +Version 18.25 - 18 March 2020 + +- update list for modules needing firmware +- recognize new kernel 5.2 - 5.5 drivers +- diskdrake: + o add support for F2FS + o enable to inspect NILFS2 formated partitions + o enable to resize NILFS2 + o enable to resize XFS even if not on LVM + o enhanced internal doc + o make reformating nilfs2 fses to work + o support adding partitions to Live ISOs on USB sticks (mga#25224) +- drakfont: + o don't crash when fonts.cache-1 to delete doesn't exist anymore (mga#21086) +- drakboot: initial support for setting up uefi on aarch64 + +Version 18.21 - 23 June 2019 + +- update left-background for Mageia 7 final + +Version 18.20 - 18 June 2019 + +- translation updates +- update list for modules needing firmware +- recognize 8821ce (mga#24605) + +Version 18.18 - 20 May 2019 + +- translation updates + +Version 18.17 - 12 May 2019 + +- drakautologin: add new functions get_session_file and get_session_file_with_extension + +Version 18.16 - 11 May 2019 + +- Mageia 7 Artwork +- drakautologin: add session support for lightdm +- update list of modules needing firmware + +Version 18.15 - 3 May 2019 + +- recognize new kernel 5.1 drivers + +Version 18.13 - 21 April 2019 + +- diskdrake: speed up partition table read and write (mga#15752) +- localedrake: store country code in /etc/locale.conf (mga#24671) +- diskdrake: fix resize of encrypted partitions (mga#22032) +- translation updates + +Version 18.11 - 16 March 2019 + +- recognize new kernel 5.0 drivers +- translation updates + +Version 18.10 - 3 Feb 2019 + +- translation updates + +Version 18.9 - 17 Dec 2018 + +- drakboot: + o only prefer rEFInd if it is installed in the root fs (mga#23944) + o support 32-bit UEFI with 64-bit O/S +- desktop kernels are now PAE, for PTI security fixes to work properly, + so if cpu is not supporting it, install the desktop586 kernel +- translation updates + +Version 18.7 - 27 Nov 2018 + +- drakdm: fix DM preference when none is selected (don't default to XDM) +- fix some DE name/capitalisation inconsistencies (mga#23634 + others) + +Version 18.5 - 19 Nov 2018 + +- recognize new kernel 4.1[89] drivers + +Version 18.4 - 4 Nov 2018 + +- adapt drakdm and set_autologin for display-manager service, not prefdm (mga#22593) +- translation updates + +Version 18.3 - 12 Oct 2018 + +- drakboot: + o handle extra white space when reading rEFInd config file + o don't simplify label when writing rEFInd config file + +Version 18.2 - 5 Oct 2018 + +- drakboot: + o add support for the rEFInd boot manager (mga#15153) + o include the "Mageia" entry in the gub2 Default choices (mga#23393) +- mdadm raid: + o raid10 can be created with just 2 disks as a high-performance raid1 + o raid10: use layout f2 with 2 disks for performance + o raid6 can be used with 3 disks and up +- finish-install: remove current media before adding online media (mga#19742) +- recognize smartpqi driver (mga#23305) +- service_harddrake: recognize new nvidia390 driver + +Version 17.98 - 22 June 2018 + +- recognize new kernel 4.1[5-7] drivers + +Version 17.97 - 5 June 2018 + +- harddrake2: + o don't list HDA "input" devices as keyboards (mga#9986) +- drakboot: + o read/write extlinux.conf in U-Boot backend for ARM + o build initrd for ARM arch + o create /usr/lib/linux symlink for devicee tree files + o add specific boot options for Raspberry Pi serial console, I/O scheduler, CMA + +Version 17.96 - 13 March 2018 + +- drakboot: detect 32-bit UEFI GRUB2 bootloader when probing +- remove leftover debug message when listing systemd services +- translation updates + +Version 17.95 - 10 February 2018 + +- recognize more new kernel-4.14 drivers + +Version 17.93 - 19 January 2018 + +- bootloader: + o Combine bootloader perImageAppend and default_append keys + (mga#21263, mga#21250) + o Fix drakboot video mode selection when using grub2 (mga#21246) + o Fix parsing of grub2 menu entries to support 16-bit mode (mga#21247). +- diskdrake: + o ensure device major/minor numbers are reread after writing the + partition table (mga#22032) +- iwlwifi-agn-ucode is renamed to iwlwifi-firmware (mga#22316) +- update list of modules needing firmware +- sync with kernel 4.14 + +Version 17.90 - 18 September 2017 + +- drakboot: + o better read back config + o fix undefined labels when eg: Xen is installed (mga#19014) + drakboot crashed with "undefined value for mandatory argument 'text'' + +Version 17.88 - 7 July 2017 + +- translation updates + +Version 17.85 - 22 June 2017 + +- don't overwrite custom grub2 settings when updating (mga#20596) +- recognize 8812au (mga#21043) + +Version 17.84 - 5 June 2017 + +- translation updates + +Version 17.83 - 4 June 2017 + +- drakclock: + o fix crash introduced in 17.77 (mga#20956) +- translation updates + +Version 17.82 - 6 May 2017 + +- drakboot: + o add "please wait" message when running update-grub2 +- service_harddrake: + o require reboot if nokmsboot option changed (mga#20455). + +Version 17.80 - 3 May 2017 + +- updated DE selection and advertising artwork for Mageia 6 + +Version 17.79 - 26 April 2017 + +- updated translation snapshot + +Version 17.77 - 4 April 2017 + +- diskdrake: + o don't require a BIOS boot partition when performing an upgrade (mga#20338) + o make partitioning more robust with "Use entire disk" option (mga#20619): + * add safety net for informing the kernel after writing a DOS partition + table. + * speed up proc_partitions::compare() and avoid unwanted udev events. + o force reinitialisation of partition suggestions after wiping disk + (mga#20621) +- various fixes to do_pkgs during Live installs (mga#20620): + o fix do_pkgs_standalone::are_installed() for Live install + o fix do_pkgs_standalone::remove() for Live install + o fix fast path for do_pkgs::ensure_is_installed() +- drakclock: + o fix the display of the clock (mga#11776) + +Version 17.75 - 17 March 2017 + +- diskdrake: + o allow a BIOS boot partition to be located on any disk (mga#20161) + o ensure kernel is informed when a MBR partition table is cleared + o clearing GPT partitions: + * delay thus fix clearing GPT partitions (mga#20264) + ("failed to del partition #1 on /dev/...") + * don't send separate events to the kernel about removing/adding GPT partitions, + just tell it to reread the whole newly cleared & allocated partition table + o tell the kernel all actions at once on GPT partitions instead of telling it + separatly about removing partitions A, B & C, then adding partition E, F &G + +Version 17.74 - 9 March 2017 + +- recognize LXQt (Razor-qt is now LXQt) +- fix Enlightenment (e21) recognition + +Version 17.73 - 8 March 2017 + +- recognize new kernel-4.8 drivers + +Version 17.72 - 25 February 2017 + +- inhibit udisks2 when running drakdisk (mga#20247) +- explicitely probe LVMs in live install (mga#14699) +- exclude x11-driver-video-vmware from unneeded packages (mga#19979) +- partitioning_wizard: + o allow a BIOS boot partition to be located on any disk (mga#20161) + o fix auto-allocation of BIOS boot partitions (mga#20161, mga#19888) + o don't suggest mountpoint for ESP when doing a legacy boot install (mga#20164) +- diskdrake: + o fix bugs in sync'ing the kernel's partition table cache (mga#20074) + o detect and handle DOS "Empty" partition types (mga#20074) +- sync nonfree firmware list with kernel-4.9 + +Version 17.71 - 18 January 2017 + +- partitioning_wizard: + o fix bug in detecting whether a BIOS boot partition is required (mga#19935) +- fix inserting extended partition in the middle + +Version 17.69 - 12 January 2017 + +- bootloader: + o disable audit logging as it floods the logs +- diskdrake: + o fix exception when clearing all partitions on !UEFI (mga#20083) +- recognize new kernel-4.9 drivers +- rely on Gtk+ for checking if we can connect to Xserver (mga#19498) + (meaning relying on xwayland under Wayland) + +Version 17.65 - 12 December 2016 + +- drakboot: + o describe what skipping os-prober does (mga#18538) + o show generic help too when using grub2 + +Version 17.63 - 9 December 2016 + +- drakedm: + o allow disabling autologin on LXDM (mga#17616) + +Version 17.60 - 15 November 2016 + +- diskdrake: + o fix being unable to format a newly part (mga#19172) + o offer to format unmounted parts that have a defined mount point + +Version 17.59 - 8 November 2016 + +- any.pm: Fix support of plasma under X and wayland in running_window_manager() +- mygtk3: + o adapt to WebKit2 for disabling context menu (eg: in mcc) + +Version 17.58 - 24 October 2016 + +- drakboot: + o make kernel server default if installed + (we were only checking for long dead flavors such as enterprise, ...) + +Version 17.56 - 19 September 2016 + +- detect ovirt too (mga#19308) +- fix gtk+3.22 regression (mga#19406) +- sync nonfree firmware list with kernel-4.7 + +Version 17.54 - 13 August 2016 + +- drakautologin: + o add support for LXDM (mga#17616) + o add support for SDDM (mga#17913) +- drakedm: + o translate SDDM instead of KDM +- filesharelist: + o fix checking package is installed (mga#13353) + o fix Samba package name (samba-server -> samba) +- harddrake2: + o em28xx drives TV cards, not webcam (mga#18995) + +Version 17.53 - 31 July 2016 + +- diskdrake: + o first usable sector is LBA34 for GPT + o respect used scheme when clearing a disk + (ie do not switch from gpt to dos scheme on small disk) +- drakboot: + o fix .old backup for grub2's grub.cfg +- authentication: add support for sha256/sha512 and default to sha512 + +Version 17.52 - 17 July 2016 + +- drakboot: + o fix not being able to edit default grub2 cmdline (mga#18952) + +Version 17.51 - 12 July 2016 + +- diskdrake: + o don't offer to format RAID or BIOS boot partition + o fix clearing an already filled GPT disk + o make clear a BIOS boot partition cannot have a mount point + o make error about BIOS boot partition more explicit about + its purpose and that it must be created (mga#18923) + +Version 17.50 - 8 July 2016 + +- diskdrake: + o display a wait message when adding a PV to VG + +Version 17.49 - 6 July 2016 + +- diskdrake: + o GPT: prevent geometry issue on last partition (mga#18666, mga#17796) +- recognize new kernel-4.7 drivers + +Version 17.48 - 4 July 2016 + +- diskdrake: + o do not offer to check for bad blocks on btrfs (mga#12393) + o do not warn about no bootloader can boot LVM as grub2 can (mga#9426) + o do not warn about no bootloader can boot RAID[^1] as grub2 can (mga#11324) + o enable bad blocks checking on JFS +- drakboot: + o allow installing grub2 on XFS / + o make clear grub2 is installed on ESP under UEFI +- finish-install: + o drop reload-dm hack + o drop gnome-reboot hack + +Version 17.47 - 30 June 2016 + +- recognize some missing wireless drivers (mga#16768) +- diskdrake: + o fix being able to create vfat on UEFI (mga#15698) + +Version 17.46 - 24 June 2016 + +- drakboot: + o do not alter /etc/default/grub on kernel updates, only when running + drakboot (mga#18783) + +Version 17.45 - 24 June 2016 + +- diskdrake: + o keep UUID when formatting btrfs (mga#18673) + +Version 17.44 - 24 June 2016 + +- diskdrake: + o fix preserving UUID when formatting jfs/nilfs/xfs +- drakboot: + o add a "Do not touch ESP or MBR" option (mga#18770) + o do not offer to pick the disk where to install grub2 on UEFI + o filter GPT disks w/o a BIOS boot part (mga#18770) + o warn if grub2 is not installed on MBR/ESP + +Version 17.42 - 22 June 2016 + +- drakboot: + o add support for encrypted grub2 passwords (mga#15930) + o grub2: do not overwrite ESP if not installing on it (mga#15583) + o grub2: fix setting default entry when in a submenu (mga#18560) + +Version 17.41 - 20 June 2016 + +- drakboot: + o fix the grub2 post-install check (mga#18739) + +Version 17.40 - 20 June 2016 + +- drakboot: + o ensure we've the right grub2 flavor (mga#18739) + +Version 17.39 - 18 June 2016 + +- diskdrake: + o fix ESP tagging in some cases + +Version 17.38 - 16 June 2016 + +- diskdrake: + o fix offering to create a GRUB_BIOS partition in custom mode (mga#18656) + o fix inverted test when checking need for a GRUB_BIOS partition (mga#18704) + +Version 17.37 - 12 June 2016 + +- diskdrake: + o try harder to guess if we need a GRUB_BIOS partition (mga#18656) + +Version 17.36 - 11 June 2016 + +- diskdrake: + o add a GRUB_BIOS partition if needed (mga#18656) + o MBR limit really is 2TiB, not 4, so use GPT for disks > 2TiB + +Version 17.34 - 6 June 2016 + +- drakboot: + o enable to (un)install os-prober (mga#16010, mga#18538) + o fix reading back last grub2 entry + o only overwrite GRUB_CMDLINE_LINUX_DEFAULT on first install (mga#18112) + o only overwrite install.sh when actually installing boot loader (mga#17455) + o set GRUB_DEFAULT + GRUB_SAVEDEFAULT (mga#9627, mga#16059) + o stop offering grub legacy & lilo on new installs (mga#18583) +- running commands as user: + o fix the fallback when the helper didn't provide the real UID (mga#18288) + o guess the right user after the switch to polkit (mga#18288) + +Version 17.33 - 27 May 2016 + +- list all drivers needing a proprietary driver +- localedrake: + o install the right IM packages on Plasma when using fcitx + +Version 17.30 - 7 May 2016 + +- install nonfree firmware for amdgpu, i915, nouveau + +Version 17.29 - 4 May 2016 + +- localedrake: + o install the right IM packages on Plasma +- harddrake2: + o don't class Logitech wired kbd+mouse as unknown (mga#3510) + +Version 17.28 - 26 April 2016 + +- recognize new kernel-4.6 drivers + +Version 17.25 - 1 April 2016 + +- diskdrake: + o fix detecting nvme devices as block devices + o fix displaying partitions when there's only one disk + (and the resulting crash: mga#18076) + +Version 17.24 - 23 March 2016 + +- use systemd-detect-virt for detecting virtualization technology + +Version 17.22 - 21 March 2016 + +- display_help: + o port from WebKit1 to WebKit2 (mga#15031) + +Version 17.20 - 18 March 2016 + +- diskdrake: + o fix partitions not initially displayed (mga#17564) + +Version 17.19 - 24 February 2016 + +- detect nvme devices as block devices (mga#17743) +- detect partitions on nvme devices (mga#17743) +- enable to use WebKit2 with mygtk3 +- drakboot: + o partial fix for removing kernel from grub2 config (mga#16268) + +Version 17.18.1 - 10 February 2016 + +- drakboot: + o add support for grub2-text too (mga#9431) +- library (for draklive-install): + o check ESP has the right fs type (mga#16246) + o check that ESP mount point actually is an ESP + +Version 17.16 - 25 January 2016 + +- detect_devices: + o fix a crash on non x86 + +Version 17.15 - 16 January 2016 + +- diskdrake: + o fix crash (mga#17484) + +Version 17.12 - 2 January 2016 + +- misc cleanups +- diskdrake: + o auto fill LV name from mntpnt (mga#5407) + o suggest "lv_foo" instead of just "foo" for LVname +- drakboot: + o skip swap in the list of partitions (mga#15767) + o split drakautologin from drakboot (mga#7160) +- draksound: + o drop support for ISApnp sound cards + o drop support for picking an arbitrary driver + o drop support for switching between OSS <-> ALSA + o make troubleshooting not an advanced setting + +Version 17.8 - 22 December 2015 + +- recognize new kernel-4.3 drivers +- use sddm instead of kdm +- use task-plasma5 instead of task-kde4 + +Version 17.3 - 4 December 2015 + +- recognize new kernel-4.3 drivers +- drakboot: + o fix lightdm support after upstream config file change + +Version 17.1 - 27 August 2015 + +- recognize new kernel-4.1 drivers + +Version 16.104 - 13 June 2015 + +- diskdrake: + o prevent errors when telling kernel to reread partition table + +Version 16.103 - 4 June 2015 + +- drakfont: + o fix moving fonts (mga#16074) +- diskdrake, partitioning_wizard: + o only use current disk when auto partitioning, wiping disk, + using free space (mga#16055) + +Version 16.102 - 29 May 2015 + +- diskdrake: + o ignore special 'Packard_Bell' and 'Push_Button_Reset' partitions (mga#15999) + o run udevadm settle after actions that trigger device reload (mga#15999) +- harddrake2: + o set min width for left panel (mga#16026) + +Version 16.101 - 25 May 2015 + +- library (for draklive-install): + o fix not always suggesting /boot/ESP mount point (mga#15689) +- diskdrake: + o set pt_type according to fs_type before flag cases (mga#16029) +- localedrake: + o fix reading back IM config (mga#15761) + +Version 16.99 - 20 May 2015 + +- diskdrake: + o display cosmetics when reading back GPT partitions + o fix mnt point for FAT partitions on GTP (mga#15987) + o set the proper GUID for FAT partitions on GPT +- drakboot: + o do not detect grub2 on UEFI when there's no bootloader + o fix default grub2 kernel parameters (mga#15984) + +Version 16.98 - 19 May 2015 + +- all tools: + o fix banner icon being cliped (mga#12358) +- drakfont: + o fix crash (mga#13627) + o fix crash with --windows_import (mga9347) + o fix an error with --testing (mga#13363) +- localedrake: + o don't try to install non existant scim-googlepinyin (mga#6681) + +Version 16.97 - 18 May 2015 + +- library (for draklive-install): + o enables to get raw available space (mga15257) + +Version 16.96 - 17 May 2015 + +- library (for draklive-install): + o fix regression refusing FAT for ESP (mga#15962) + +Version 16.95 - 14 May 2015 + +- library (for draklive-install): + o fix a crash after "insufficient space" error (mga#15919) +- diskdrake: + o fix a gtk+3 regression crash with --dav (mga#13204) + +Version 16.94 - 10 May 2015 + +- remove_unused_packages(): + * dont remove crda, iw, wireless-regdb, usb_modeswitch, usb_modeswitch-data + (they are needed to be able to support hotplugged wireless hw) + this also fixes mga#15875 that got broken by mga#10647 + +Version 16.93 - 9 May 2015 + +- drakboot: + o do use vga value for grub2 + o fix setting default grub2 entry + +Version 16.92 - 9 May 2015 + +- drakx-net: + o recognize r8723bs (mga#15874) +- diskdrake: + o do not set noauto for /boot/EFI (mga#15627) +- drakboot: + o add a dedicate step for grub2 (mga#9627) + o backup grub2 files before configuring +- harddrake2: + o fix detecting AHCI as SATA (mga#9992) + o fix detecting some memory chips (mga#5810) + o fix not listing uvccideo managed devices as wecams (mga#9992) + +Version 16.90 - 28 April 2015 + +- localedrake: + o write input methods to /etc/locale.conf (mga#15464) +- run vgchange before updating the list of LVMs, not after, and even if not + in install (should help with mga#7578). + +Version 16.89 - 25 April 2015 + +- Ignore special partitions on mmc (mga#15759) + +Version 16.88 - 25 April 2015 + +- ensure country/timezone locale is kept when removing unused locale + packages (mga#3723) + +Version 16.87 - 22 April 2015 + +- partitioning_wizard: + o improve the display box (mga#15728) + +Version 16.86 - 20 April 2015 + +- bootloader: + o dont override 'splash' and/or 'quiet' when adding 'noiswmd' (mga#15666) +- partitioning_wizard: + o use the windows partition with the most available space on current + disk, not the last one across all disks (mga#15589) + o suggest up to 20GB/20% of the windows partition (whichever is larger), + previously 6GB/10% (mga#15589) + o hide empty space < 2MB, we have such holes due to alignment (mga#15733) +- ugtk2, ugtk3, harddrake2: + o do not "restore" mouse cursor on the root window, we haven't set it to + 'wait' since 2005 and this causes a crash if we don't own it (mga#15729). +- speed up reading of flags from GPT partition table (mga#15621). + +Version 16.85 - 15 April 2015 + +- reuse ESP with "use free space" in live (mga#15690) + +Version 16.84 - 14 April 2015 + +- drakboot: + o do not pass useless parameters to grub2 under UEFI (mga#15692) + o fix kernel booting in blind mode (mga#15291) + +Version 16.82 - 13 April 2015 + +- diskdrake: + o detect Lenovo recovery & 'SYSTEM_DRV' as such (mga#1371) + o do add a ESP if it was removed by "Clear All" + o ignore ESP for "use free space on MS" +- drakboot: + o default to GRUB_DISABLE_RECOVERY=falss for 'failsafe' entry (mga#15675) + +Version 16.81 - 12 April 2015 + +- dont force 'p' for dmraid partitions, it's conditional depending + on device naming like dmraid, kpartx and kernel handles it +- diskdrake: + o don't guess a drive letter for ESP partitions + +Version 16.80 - 9 April 2015 + +- diskdrake: + o don't guess a drive letter for recovery partitions (mga15636) +- drakboot: + o check there's still some place on /boot with grub2 too + o generate core.img for UEFI + o fix detecting grub2 on UEFI + o write /boot/grub2/install.sh like for grub instead of drakboot.conf + +Version 16.79 - 7 April 2015 + +- drakboot: + o keep vga= parameter when switching to grub2 (mga#9888) + +Version 16.78 - 7 April 2015 + +- drakboot: + o fix installing grub2 on MBR (mga#15640) + (regression introduced in 16.76) + +Version 16.77 - 7 April 2015 + +- bootloader: + o add 'noiswmd' to kernel command line to manage isw_ bios + fakeraids with dmraid for now (instead of mdadm) (mga#11289, mga#14330) + o allow btrfs for / without separate /boot with grub2 (mga#15374) +- partitioning wizard: + o do not offer to select RAID as it result in a crash (mga#5800) + +Version 16.76 - 3 April 2015 + +- drakboot: + o fix grub2 rescue (mga#13408, mga#13901) + o log grub2-install failures (mga#15439) +- diskdrake: + o really try to detect recovery partitions on GPT + +Version 16.75 - 30 March 2015 + +- diskdrake: + o better fix for fail to read too corrupted partition table + o fix getting ESP with "use free space": + make sure to not override /boot/EFI mount point with /media/win_X + o make sure to check for existing ESP on all disks + o relax checks for ESP + o try to detect recovery partitions on GPT +- stage2: + o revert changes made in 16.70 for a better fix to mga#13894 + +Version 16.74 - 27 March 2015 + +- diskdrake (GPT): + o fix retrieving ntfs partitions as ntfs-3g instead of ntfs + o really fix retrieving swap partition type + +Version 16.73 - 27 March 2015 + +- diskdrake (GPT): + o fix creating RAID devices (mga#15400) + o fix "I cannot read the partition table of device XXX, it is too corrupted" + o fix retrieving LVM/RAID/swap partition type + o fix tagging lvm/raid as "linux filesystem" + o fix tagging ntfs-3g as "linux filesystem" + o fix tagging swap as "linux filesystem" + +Version 16.71 - 25 March 2015 + +- diskdrake: + o fix retrieving ESP partition type on GPT (mga#15366) + o log which GPT partition we fail to add/del + o set proper GUID to ESP partitions with GPT layout +- bump max_nb() to 131 to cover mdadm managed imsm and ddf1 bios + fakeraids (containers defaults to >= 127 and partitions <=126) + +Version 16.70 - 21 March 2015 + +- better fix for the scrollbar in the package installation details + window (Martin Whitaker, mga#13894) + +Version 16.69 - 20 March 2015 + +- efi partitioning fixes from tv +- diskdrake & package install gtk fixes from Martin Whitaker + +Version 16.68 - 17 March 2015 + +- drakboot: + o log mkinitrd faillures (mga#9201) +- fix mis-detecting some mobile broadband modems (mga#12492) + +Version 16.66 - 5 March 2015 + +- diskdrake: + o add "nofail" option to "foreign" mountpoints to avoid unwanted recovery mode (#10179) + +Version 16.63 - 27 February 2015 + +- diskdrake: + o fix too wide buttons (mga#12422, mga#13471, mga#14839, mga#15379) + +Version 16.62 - 19 February 2015 + +- diskdrake (mga#12422, mga#11988, mga#14839, mga#15272, mga#15264): + o use an horizontal scrolling bar when needed + o workaround too wide togglebuttons with empty label with gtk+3 and/or Adwaita +- library (for draklive-install): + o use a vertical scrolling bar when needed (mga#15272) + +Version 16.56 - 10 February 2015 + +- service_harddrake: + * add support for the new nvidia340 driver (mga#15255) + * drop references to old unsupported nVidia drivers + +Version 16.55 - 9 February 2015 + +- drakclock: Ensure that /etc/localtime is a symlink (mga#14888) +- users: Make sure to restart accounts-daemon after adding users (mga#15113, mga#14476) +- i18n: Write the desired console font to /etc/vconsole.conf +- i18n: Use the x-distro /etc/locale.conf file instead of /etc/sysconfig/i18n +- drakedm: Do not use ancient dm init script to restart DM + +Version 16.53 - 6 February 2015 + +- switch from oxygen-gtk to Adwaita theme + +Version 16.52 - 5 February 2015 + +- libDrakX/fsedit.pm: new "simple" partitioning scheme + o create separate /home only when more than 50G are available + o in such case, / is 6/19th of the available space up to 50G, + swap is 1/19th up to 4G and /home is the rest (12/19th) + o https://ml.mageia.org/l/arc/dev/2014-12/msg00330.html +- recognize new kernel-3.19 drivers +- fix GPT initialization on empty disk + +Version 16.50 - 9 January 2015 + +- add UEFI support + +Version 16.49 - 20 December 2014 + +- recognize new kernel-3.18 drivers (mga#14799) + +Version 16.47 - 5 December 2014 + +- drakboot: + o do not crash if fstab contains a bind mount on a file (mga#14657) + +Version 16.46 - 25 November 2014 + +- harddrake: + o recognize e17/lxde/mate/razor (mga#12495, Luc Menut) +- split drakbug support in its own module (mga#14565) + +Version 16.44 - 23 October 2014 + +- fix drakxservices not showing all services due to systemctl output change +- draksound + o adapt to the switch to systemd for spawning PulseAudio + +Version 16.42 - 18 September 2014 + +- only allow GRUB2 when booting on btrfs +- don't include display_installer_help in drakxtools, it can not run outside + install + +Version 16.41 - 31 August 2014 + +- add packages to wanted_hardware_packages list to prevent them being removed: + * b43-fwcutter, b43-openfwwf, atmel-firmware, speedtouch-firmware + * zd1211-firmware, isdn4k-utils, rfkill, x11-driver-input-wacom +- allow /boot on btrfs +- recognize new kernel-3.17 drivers + +Version 16.39 - 17 August 2014 + +- mygtk3: + o add support for gtkset() on 'ComboBoxText' widgets for drakpxelinux +- recognize new kernel-3.16 drivers +- switch uid/gid boundary to 1000+ + +Version 16.37 - 3 July 2014 + +- diskdrake: + o improve fs sorting in combo box (mga#13640) + +Version 16.36 - 1 July 2014 + +- hide /boot/efi check for now (mga#13638) +- fix not being able to select packages when list contains only one (mga#13492) + +Version 16.34 - 26 June 2014 + +- do_pkgs: + o fix a warning in mousedrake +- drakclock: + o fix crash on clicking "Cancel" after TZ selection (mga#13534) + o fix loosing TZ choice when canceling TZ selection (mga#13534) +- drakfont: + o fix installing fonts (Frédéric Buclin, mga#11849) + +Version 16.33 - 18 June 2014 + +- stop creating some /dev entries that are managed by udev + +Version 16.32 - 15 June 2014 + +- recognize new kernel-3.15 drivers + +Version 16.30 - 4 June 2014 + +- add some POD documentation +- drop (broken) support for Alpha, PPC, Sparc & IA64 +- fix detecting some UPS devices (mga#13424) +- drakbug: + o fix some package names after the mdv->mga fork +- localedrake: + o stop configuring HAL + o update locales list + +Version 16.28 - 28 April 2014 + +- recognize new kernel-3.14 drivers + +Version 16.27 - 18 February 2014 + +- nuke create_link_source(), as we haven't supported building against an + unprepared source for ages, and currently also can trigger wrong symlinks + when kernel-source is installed before for example kernel-linus as found + out during QA for mga#12518 and debugging the issue on irc + +Version 16.26.8 - 4 February 2014 + +- harddrake: + o fix untranslated "Help" entry in menu (mga#12497) + +Version 16.26.7 - 25 January 2014 + +- do not exec pkexec but run it so it has a parent process to fix double fork + issues mga#11184 mga#12364 + +Version 16.26.1 - 20 January 2014 + +- diskdrake: + o increase back minimum partition width for Oxygen (mga#11977) + +Version 16.26 - 20 January 2014 + +- diskdrake: + o fix sizing partition widgets + o revert minimum partition width to its pre-gtk3 value + +Version 16.23 - 16 January 2014 + +- dont remove pulseaudio-module-bluetooth (mga#12323) +- fix a rpmdrake crash (mga#12331) + +Version 16.22 - 15 January 2014 + +- services: + o use --no-block with chkconfig and systemctl enable to prevent systemd reload + and potential crash (especially during first/live boot) +- harddrake: + o fix detecting some wireless devices as scanners (mga#9895) + o fix random order of fields with perl-5.18 + +Version 16.21 - 13 January 2014 + +- diskdrake: + o do not propose check bad blocks for btrfs (Manuel Hiebel, mga#10116) + o increase minimum partition width for Oxygen (mga#11977) + (if not enough, we will disable labels on partitions buttons again) +- drakboot: + o add minimal/experimental lightdm autologin support (mga#11746) +- harddrake, logdrake: + o fix menu accelerators +- --version option: + o display mga copyright too (mga#10289) + +Version 16.18 - 28 December 2013 + +- detecting input devices: + o display the real accessed /dev/input/eventX file (mga#8232) + o do not crash if /dev/input/eventX doesn't exist (mga#10296) + o do not fill logs with "Cannot open /dev/input/eventX" (mga#8232) +- draksec: + o use expanders for clarity + +Version 16.17 - 20 December 2013 + +- drakfont: + o fix a crash (mga#12057) + +Version 16.16 - 16 December 2013 + +- fix a drakx crash (mga#6031) + +Version 16.15 - 12 December 2013 + +- workaround a gtk+3 issue resulting in blacked embbeded tools with some + locales (eg: pl/uk) (mga#11969) + +Version 16.13 - 10 December 2013 + +- localedrake: + o fix crash when selecting an input method (mga#11939) + +Version 16.12 - 9 December 2013 + +- partitioning wizard: + o log failures (mga#11924) + o workaround a crash (mga#11924) + +Version 16.11 - 6 December 2013 + +- fix a crash in rpmdrake when package list is empty (mga#11901) + +Version 16.8 - 5 December 2013 + +- prevent drakxtools-backend to require Glib::Object::Introspection (mga#11842) + +Version 16.7 - 5 December 2013 + +- diskdrake: + o fix a crash when creating partitions (mga#11876) + +Version 16.6 - 4 December 2013 + +- fix blue background behind left panel text (mga#11866) + (for not yet released gtk3 mcc) + +Version 16.5 - 3 December 2013 + +- diskdrake: + o detect eMMc block devices (Luc Menut, mga#11812) + o fix a crash in partitioning wizard (mga#11820) + o show labels on partition buttons again but ellipsized (mga#11858) + +Version 16.4 - 2 December 2013 + +- fix banners not being blue anymore with Oxygen-gtk theme (kbo#328270) +- diskdrake: + o fix diskdrake colorized partition tabs with Adwaita (bgo#719624) + +Version 16.3 - 30 November 2013 + +- harddrake: + o fix starting after draksound drop OSS/ALSA switch + +Version 16.2 - 29 November 2013 + +- diskdrake: + o fix dialog keeping growing when switching tabs (mga#11822): + move partition labels to toolips +- draksound: + o do not offer to switch to OSS + o do not offer to switch to another driver if there's none + o do not offer to pick a random driver when we've a default one +- finish-install: + o no more run urpmi.update when adding media + (uneeded with urpmi-7.27+) +- mygtk3 layer: + o add support for RadioMenuItems for rpmdrake +- ugtk3 layer: + o make shrinking window work again (eg: draknfs) + +Version 16.1 - 28 November 2013 + +- mcc: + o restore galaxy RC file, thus fixing left panel text color (mga#11773) + o fix Gtk2 banners' text position (mga#11778) +- Banners: + o align text to left instead of centering it + o text is rendered as blue again +- diskdrake: + o prevent looping forever when sizing partition tabs +- logdrake: + o fix Gtk3::TextView::get_window() passed too few parameters (mga#11807) + +Version 16.0 - 23 November 2013 + +- switch from Gtk+-2 to Gtk+-3: + o Banners: most themes work OK but Oxygen-gtk3... + o diskdrake: most themes work OK but Oxygen-gtk3... + o drakclock cannot temporary changes the clock + o notifications work again for net_applet +- detect_devices: + fix ids to be numeric +- drakxservices: + o simplify: just use tooltips for service descriptions" +- drakclock: + o assume chrony rather than ntp when neither is installed +- draksec: + o make sure to restart polkitd after writing rules + o support polkit rules editing for permissions overrides + +Version 15.73.1 - 19 November 2013 + +- add chrony support to drakclock mga#11092 + +Version 15.73 - 12 November 2013 + +- polkit: fix wrappers to properly escape arguments when calling the binary + +Version 15.72 - 9 November 2013 + +- dont remove radeon-firmware or any network related firmwares as we dont + know when some hw gets plugged that needs it + +Version 15.68 - 14 October 2013 + +- fix path to urpmi.update (so it works without mgaonline installed mga#11125) +- recognize new kernel-3.12 drivers +- wrap more standalone tools in polkit (mga#11125, mga#11418) + +Version 15.67 - 10 October 2013 + +- recognize new kernel-3.11 drivers + +Version 15.66 - 3 October 2013 + +- HW detection: + o fix detecting some soft RAID (mga#11139 and the like) + o detect wifi cards managed by ssb driver (mga#9378) +- remove symlinks during install that are now handled in drakx-kbd-mouse-x11 +- diskdrake: + o enable to format already formated btrfs partitions (mga#11256) +- use polkit for authorisation (mga#11125) +- drakauth: + o fix ldap configuration (mga#10005) +- ensure files are installed for nfs (mga#10301) + +Version 15.57 - 16 July 2013 + +- adapt to latest btrfs utils for resizing + +Version 15.56 - 16 July 2013 + +- detect wifi cards managed by bcma driver (mga#9378) +- detect new kernel-3.10 drivers + +Version 15.55 - 12 June 2013 + +- drakfirewall: fix config not applied (#9941) +- drakboot: + o fix displaying need to install acpi* packages when they're already installed + o read/save choosen default entry +- finish-install: + kbluetooth is replaced by bluedevil, (#10082) +- harddrake2: + o detect more radio devices + +Version 15.54 - 17 May 2013 + +- fix offering to install shorewall & shorewall-ipv6 when already installed + +Version 15.53 - 15 May 2013 + +- logdrake: + o fix rsyslog<->syslog-ng install loop (mga#10086) + +Version 15.51 - 13 May 2013 + +- drop support for fetching release-notes.ARCH.html +- finish-install: enable Nonfree/Tainted repositories if a package + having a matching name is installed (#8379) +- detect_devices: check for phy80211 sysfs directory as well to detect + wireless devices + +Version 15.50 - 7 May 2013 + +- harddrake service: + o do not disable bluetooth service if adapter disappears + (for example if disabled by Fn keys) + systemd will automatically disable the service if needed + o install ethernet/wireless packages when a new device is detected, + this shoud help for Broadcom devices + +Version 15.47 - 30 April 2013 + +- skip comments in /etc/crypttab (Colin, mga#9905) + +Version 15.46 - 29 April 2013 + +- logdrake: + o ensure syslog-daemon is installed (stopgap to full journal support) + +Version 15.45 - 27 April 2013 + +- diskdrake: + o only allow 'acl' option for extX & reiserfs (mga#9884) +- drakboot: + o try harder to get a label for other OSes (mga#9849,9681) + +Version 15.44 - 23 April 2013 + +- diskdrake: + o fix a crash when reloading partition table (mga#9838) + o fix a crash when trying to create a encrypted LVM partition (mga#9837) + +Version 15.42 - 21 April 2013 + +- diskdrake (mga#5661): + o ensure LVMs on top of dmcrypt are activated after unlocking + o fix UI redraw issue after unlocking dmcrypt partition + +Version 15.41 - 21 April 2013 + +- popup dialog confirming to quit when clicking "X" (mga#8476): + o do not enable it by default + o enable apps to enable it on demand +- updated translations + +Version 15.40 - 19 April 2013 + +- diskdrake (mga#5661): + o fix losing crypt key when detecting LVMs on top of dmcrypt + o fix losing crypt key when re-reading partition tables +- drakauth: + o 'nss-pam-ldapd' obsoletes 'pam_ldap' (mga#9769) +- drakups: + o do not rely on legacy initscript for install test (mga#9474) + +Version 15.37 - 9 April 2013 + +- library: + o fix detecting some USB devices due to not reporting their class (mga#9674) +- finish-install: + o configure urpmi media even if local media are configured, and only if + online media are not setup (for live, mga #8379#c7) +- diskdrake: + o allow to choose btrfs in normal mode (mga#65) +- harddrake: + o fix displayed PCI/USB ids (spot in mga#9674) + o list HID USB devices with keyboards + +Version 15.36 - 6 April 2013 + +- library (for draklive-install): + o bind mount /run in chroot, thus fixing dracut runs (Dave Hodgins, mga#9213) +- drakboot: + o fix other Mga OS names in menu (mga#8710) + +Version 15.35 - 5 April 2013 + +- diskdrake: + o fix removing LVM entries when saving /etc/fstab (mga#5811) +- drakboot: + o assume grub2.cfg is UTF-8 encoded + o read back xen conf from grub2 + o set entries type when reading back grub2 conf, thus fixing + switching back to grub-legacy (mga#9563) +- draksound + o update draksound troubleshooting text (mga#4162) + +Version 15.33 - 4 April 2013 + +- bootloader-config: + o fix adding bogus bootloader entries (root=/dev/) when silently + failing to lookup / partition (mga#8717) + o try harder to lookup / partition y looking at mounted points (mga#8717) + +Version 15.32 - 31 March 2013 + +- fix detecting Xen hard disks (mga#9546) + +Version 15.31 - 21 March 2013 + +- do not show notification bubble in net_applet as they make it to + segfault (mga#9102) +- recognize more webcam & bluetooth devices (might help mga#5841) + +Version 15.28 - 21 March 2013 + +- bootloader-config: + o do not build initrd if no bootloader is detected and + --no-initd argument is supplied +- diskdrake: + o actually preserve UUID when formatting (mga#9428) +- drakauth: + o install nss-pam-ldapd instead of nss_ldap (mga#9375) + +Version 15.27 - 12 March 2013 + +- fix mounting NFS server (Derek Jennings, mga#207) +- drakboot: + o install grub2-efi instead of grub2 if using UEFI (mga#8886) + +Version 15.26 - 5 March 2013 + +- include display_installer_help + +Version 15.25 - 5 March 2013 + +- finish-install: + o prevent displaying twice release notes + +Version 15.24.1 - 1 March 2013 + +- harddrake: + o add nvidia304 to service_harddrake (Luc Menut, mga #9216) + +Version 15.24 - 28 February 2013 + +- drakboot: + o allow installing grub2 on a partition (mga#8742) + o try harder not to have duplicate stuff on grub2 cmd line + +Version 15.23 - 27 February 2013 + +- drakboot: + o fix detecting grub2 if there's a remaining grub-legacy signature + o read more of grub2 config + o read & save timeout value (mga#8850) + o set default parameters in grub2 config (mga#9177) + +Version 15.21 - 26 February 2013 + +- bootloader-config: + o add proper support for grub2 (detectloader, ...) +- drakboot: + o add basic support for reading back grub2 config + o read & write /boot/grub2/drakboot.conf + o prevent installing grub2 somewhere else than MBR +- always bypass blkid cache (the cache only includes a subset of the data we need) + +Version 15.19 - 16 January 2013 + +- update translations +- do not bypass blkid cache + +Version 15.14 - 17 December 2012 + +- ugtk2: use new exceptions management +- drakboot: + o fix installing grub2 from live session (blino) + +Version 15.13 - 15 December 2012 + +- fix checking grub2 installation (mga#8390) + +Version 15.12 - 14 December 2012 + +- "enhance" fake grub2 conf reading (mga#8366) + +Version 15.11 - 13 December 2012 + +- interactive layer: + o fix quitting app when closing "advanced" dialog (mga#1812) +- mygtk2 layer: + o add register_main_window() for tracking main windows + o popup a dialog confirming to quit when clicking "X" (mga#1812) +- drakboot: + o install grub2 if needed + +Version 15.10 - 11 December 2012 + +- revert rosa crap that breaks generating initrd (mga#8357) + +Version 15.9 - 11 December 2012 + +- library: + o if a partition has been manually formated, don't offer to format + it again (for draklive-install, mga#7822) + +Version 15.3 - 9 December 2012 + +- finish-install: + o fix a crash by lazy loading services when needed + (Dave Hodgins, mga#8335) + +Version 15.2 - 7 December 2012 + +- drakboot: + o add fake grub2 conf reading + +Version 15.1 - 7 December 2012 + +- add basic support for grub2 (mga#416) + (based on rosa work but fixed and completed) + +Version 14.50 - 6 November 2012 + +- adapt to new reboot path +- include FIRMWARE packages from Cards+ in detected graphical drivers, + not to remove radeon-firmware if a matching card is present (#6438, #7641) + +Version 14.47 - 12 October 2012 + +- diskdrake: + o offer resizing NTFS again (broken by ntfsprogs -> ntfs-3g switch) +- drakclock: + o do not crash if timezones cannot be listed (mga#6787) +- drakfont: + o fix a crash + o fix ttmkfdir path + +Version 14.45 - 20 September 2012 + +- do not crash when trying to guess homedir before running another + process (mga#7403) +- drakfont: + o fix moving font files with space in their names (mga#2689) +- harddrake2: + o remove useless "Autodetect printers" option + +Version 14.44 - 14 September 2012 + +- drakbug: + o fix preselecting "RPM package" (Manuel Hiebel, mga#7380) +- finish-install: + o advertize new doc license & licenser (mga#7347) + +Version 14.43 - 4 September 2012 + +- fix crashing when a banner icon doesn't exist (mga#5223) +- recognize new drivers: + o input: hid-aureal synaptics_usb + o wifi: qmi_wwan, mwifiex_usb + +Version 14.40 - 3 September 2012 + +- boodloader: + o ensure initrds used in combination with kernels with vga= arguments + are regenerated when needed +- adapt to usbfs death +- drakxservices: + o fix checking systemd presence after systemd merge of subpackages + +Version 14.33 - 7 August 2012 + +- autologin: + o support lxdm & slim too (#3715, Derek Jennings) + o install autologin for lxdm & slim too +- drakboot: + o do not crash if trying to build initrd from unknown partitions (mga#4290) + o do not crash if a foreign partition is not mounted (mga#6966) + o install acpi & acpid at once +- drakxservices: + o when listing services ensure disabled services that can be enabled are + shown (mga#6843) + +Version 14.31 - 24 July 2012 + +- drakauth: don't update UsePAM option in sshd configuration +- diskdrake: install nfs-utils instead of nfs-utils-clients + (#6570, merged back in nfs-utils) + +Version 14.21 - 11 May 2012 + +- harddrake2: allow writing 0 as module option, and forbid options + with spaces (#5839, from Colin) +- export res_init function to perl lib + +Version 14.20 - 6 May 2012 + +- diskdrake: + o drop support for reiser4 (mga#5680) +- harddrake service: + o do not disable cpufreq on non-laptops + o remove double apmd check + +Version 14.16 - 29 April 2012 + +- harddrake service: + o use non-blocking mode for service restart (mga#4772) + +Version 14.11 - 25 April 2012 + +- finish-install: make sure sbin is added to PATH +- harddrake: + o list "zc3xx" driven as webcams (mga#5449) +- interactive::curses: + o make sure ranges are always within limits (mga#646) +- ensure swap partition is activated in dracut (e.g. for swap on LVM, RAID etc) +- drakboot: + o display mountpoint if available, and size+fs_type if we have nothing + else (mga#5460) +- diskdrake: + o do not set fs_type to ext4 for raw LVM/RAID/LUKS + o detect LVM on top on Encrypted partitions (mga#5330) +- drakxservices: + o systemd support (mga#3253, mga#3740, mga#4910, mga#5122) + +Version 14.3 - 7 April 2012 + +- diskdrake: + o fix partition numbering on GPT (mga#3091) + +Version 14.2 - 5 April 2012 + +- harddrake service: + o cpufreq performance governor is no longer a module + o reduce default timeout from 10 to 2mn (mga#4772) + +Version 14.1 - 23 March 2012 + +- drakauth: + o fix actually displaying "Domain Windows for authentication" +- drakboot: + o use "splash" on the kernel command line vs. "splash=silent" as per upstream + code (e.g. plymouth, systemd and others) + o support the "quiet" kernel command line argument to hide kernel text +- drakbug, draksec, drakxhelp, logdrake: + o fix displaying "Mageia" +- harddrake: + o fix detecting bluetooth devices + +Version 13.93 - 12 March 2012 + +- fix mgaapplet crashing on live migration when there's a new major version of + perl (mga#3042) +- reduce resident memory of net_applet (5Mb aka 11%) & mgapplet (7Mb aka 14%) + +Version 13.92 - 11 March 2012 + +- english message improvement (mga#456) +- diskdrake: + o fix error on removing LVs + o fix resizing LVs (mga#4666) + +Version 13.89.1 - 02 March 2012 + +- service_harddrake: + o recognize XZ compressed proprietary driver modules properly (mga#4767) + +Version 13.86 - 29 February 2012 + +- load 'xts' module for crypted fses (Dave Hodgins, mga#3749) +- recognize more HID drivers (mga#4129) + +Version 13.81 - 13 February 2012 + +- localedrake: + o add hime + o remove chinput, kinput2, oxim, xcin +- make drakclock systemd compatible +- fix crashing on parsing garbaged DMI info (mga#4329) +- diskdrake: + o use better cipher for encrypted fses (mga#3092) + +Version 13.79 - 25 January 2012 + +- silent failure to extract gz modules (for rescue) +- diskdrake: + o better default name for new VG (vg-mga, vg-mga1, ... + instead of vg-0, vg-1, ...) + +Version 13.77 - 23 January 2012 + +- add support for XZ modules +- diskdrake: + o enable to set LV names when not in expert mode + o enable to set label on btrfs & nilfs fses as well as on swap + o preserve UUID when reformatting a nilfs fs + o report back error from lvm2 + o suggest better LV names based on the mount point rather than numbers + +Version 13.74 - 24 December 2011 + +- version sync with stage2 + +Version 13.73 - 24 December 2011 + +- drakboot: + o display partition labels in list instead of just disk names in "boot + device" choice + o display partition labels when adding a foreign OS +- harddrake: fix missing names (mga#3745) +- interactive::curses: default to 80x25 (fixes serial) +- dont force init=/bin/systemd (#3856, already fixed in svn by blino) + +Version 13.72.1 - 11 December 2011 + +- fix $HOME for all when runing as another user instead of root (mga#287) +- harddrake: fix crash after mismerge (mga#3696) + +Version 13.72 - 10 December 2011 + +- drakhelp: make it work somewhat despite lack of doc +- prevent net_applet to crash on notifications without icons (mga#2876) +- harddrake: + o do not display some bluetooth stuff as unknown (mga#1460) + o prevent detecting some soft modems as scanners (mga#2753) + +Version 13.71 - 04 December 2011 + +- service_harddrake: + o better notification message when the driver has been automatically + switched + o show a correct warning message when a proprietary driver is loaded while + a free driver is configured + o fix driver switch failing to alter xorg.conf when the Driver line doesn't + contain default whitespacing (reported by Barry Jackson) + +Version 13.70.2 - 27 November 2011 + +- fix crashing on creating temp file if temp dir doesn't exist (mga#1396) + +Version 13.70.1 - 22 November 2011 + +- drakbug: + o do not keep around the segfaulted process once we collected all needed data + when running drakbug + o regroup misc data in bugzilla + +Version 13.70 - 22 November 2011 + +- drakbug: + o report the gtk+ theme in use (#3414) which explain some crashes (eg: #2679) + o include better C traces in reports (mga#3415) + o remove top of traces that is inside bug handler from report + o no more run GDB (too late & faster) +- Add initial Systemd support +- sync with kernel-3.1.0-1.mga2 + * add hid devices: + hid-keytouch, hid-uclogic + * add sas/raid driver: + isci + * add sound devices: + snd-lola, snd-firewire-speakers snd-isight, snd-usb-6fire + * add usb/storage: + ums-eneub6250, ums-realtek + * add wireless drivers: + brcmsmac, rtl8187se, rtusb, rtl8192se, rtl8192cu, rtl8192de + +Version 13.63 - 07 September 2011 + +- finish-install: + o "Multi languages" => "Multiple languages" (mga#1011) +- diskdrake: + o always align partitions to start at megabyte boundaries to avoid + performance issues with drives with 4k physical sectors (mga#1215) + +Version 13.61 - 01 August 2011 + +- disdrake: + o spaces are not allowed between options in /etc/fstab (#2271) +- drakfont: + o rename Ooo as LibreOffice (#461) + o enable support for LibreOffice/gs/... only if available (#461) +- fix bootloader entries names + +Version 13.60 - 27 July 2011 + +- any.pm: + o Add lxsession to the wm list, and add lxde-logout as the + ask_window_manager_to_logout command (mga#1395) + o share some kernel check's code for drakx-net (#1266) + +Version 13.59 - 14 June 2011 + +- fix libnotify API ( mga #1780) + +Version 13.58 - 26 May 2011 + +- update translations +- fix top banner + +Version 13.55 - 20 May 2011 + +- finish-install: do not try to replace home path for device files + after live install (#1148) +- add ums-* (USB mass storage) modules in disk/usb category + +Version 13.54 - 19 May 2011 + +- draksound: + o Robustify the PulseAudio configs (don't try and write files if they + do not exists. Doing so previously would result in blank files that then + causes problems when installing PulseAudio as the "config" files are not + overwritten properly which can result in broken PA startup) + o Remove the "Enable 5.1..." option. This is now done via card profiles + in native GUIs for GNOME and KDE (or pavucontrol) + o Remove the "Enable user switching..." option as it relies on HAL + which is deprecated. +- scannerdrake: use skanlite instead of kooka +- any.pm: fix faces icons paths (mga#1315) +- fix reading security level with new msec (mga#332) + +Version 13.52 - 14 May 2011 + +- diskdrake: disbale encryption option for /boot +- match partitions when one of them as device_alias to the device of the other + one (Fixes Mageia bug #1041) + +Version 13.51 - 12 May 2011 + +- harddrake: update icons + +Version 13.50 - 06 May 2011 + +- bind more pciutils/libldetect for stage1 +- localedrake: + o use proper locales-XX packages for Albanian (#1036) + +Version 13.49 - 26 April 2011 + +- add sdhci-pci to card-reader list +- add xhci-hcd (usb3 support) +- replace Mageia Linux with Mageia +- fix fd leak in EVIOCGBIT code +- fix the bugzilla url generated by drakbug by changing 'classificaiton=Mageia' + to 'product=Mageia' (mga#831) +- service_harddrake: + o load new drivers or ask for reboot also if the driver is switched due to + a hardware change instead of an ldetect-lst change + o show yes/no buttons instead of ok/cancel when asking about running a + config tool + o show a dialog about having to use nokmsboot if we couldn't automatically + reconfigure the boot loader (e.g. when booted directly from a foreign + bootloader) (Mageia bug #893) + +Version 13.48 - 17 April 2011 + +- service_harddrake: + o adapt splash handling for plymouth (for showing dialogs) + o add/remove nokmsboot boot option if needed + o ask for a reboot after a driver switch if needed, and load the new driver + if no reboot is needed + o do not switch a display driver if speedboot has already started X server, + in that case simply disable speedboot for next boot +- add nokmsboot boot option also if the bootloader is installed after setting + up a conflicting display driver (e.g. draklive-install) + +Version 13.47 +- modify a string in partitioning_wizard.pm to be more grammatically correct + (spotted by Sigrid Carrera, on mageia-i18n ML) +- update modules list needed for md raid456 and dm-raid 4/5/6 target + +- arm/mips support +- use EVIOCGBIT ioctl instead of parsing /proc/bus/input/devices + +- finish-install: touch reload-dm lock file + (used in live systems to restart gdm with new defaults ) + +Version 13.43 + +- Change text to grey +- Remove mandriva occurencies +- Rename $mandrake_release and mandrake_release_info() functions +- cpufreq: add support for Athlon/Phenom II processors (#58477) +- handle new drivers: + o ethernet: cx82310_eth + o 10g ethernet: bna, pch_gbe, stmmac + o modem: ft1000 + o usb storage: keucr, uas + o wifi: ath6kl, bcm_wimax, brcm80211, carl9170, r8712u + +Version 13.39 - 24 November 2010 +- fix use of arrays as a reference +- install static device symlinks under /lib/udev/devices (Andrey Borzenkov) + +Version 13.35 - 22 June 2010 + +- add scrollbar to partitioning wizard if needed +- user management: focus on first entry in dialog, root password if + superuser is asked, user real name otherwise (#54910) +- timezone.pm: change India default timezone name from Asia/Calcutta to + Asia/Kolkata (#59715) +- timezone/mirror.pm: change Brazil/East entries to America/Sao_Paulo, + Brazil/East is the deprecated/old time zone name + +Version 13.34 - 5 June 2010 + +- drakauth: + o fix installing lib64sasl2-plug-gssapi instead of + libsasl2-plug-gssapi on 64bit machines when 32bit media are + available (#57728) +- harddrake: + o fix displaying encoded reason + o fix translating reasons for 2nd stage warning +- localedrake: + o fix listing locales only providing UTF8 metadata (#59634, Herton + Ronaldo Krzesinski) + o further fix listing locales (#58543) + +Version 13.33 - 4 June 2010 + +- lookup major:minor of devices outside $::prefix +- display lock icon for not enabled dmcrypt too +- disable dmcrypt before deleting partition, evin if inside lvm/raid +- fix loading of btrfs module + +Version 13.32 - 2 June 2010 + +- don't lose mountpoint if suggested partition was swap (#59510) +- copy all devices to target + +Version 13.31 - 26 May 2010 + +- service_harddrake: reconfigure X server after distro upgrades when video + driver has changed (#53753) + +Version 13.30 - 26 May 2010 + +- task-kde3-minimal is dead, and there is now task-gnome-minimal +- do not remove important networking packages even if they seem unused (#49668) + +Version 13.29 - 24 May 2010 + +- display_release_notes.pl: don't use ::isInstall to position the release not + window on top of everything (doesn't work on the Ones), use + any::set_wm_hints_if_needed instead (#59155) +- handle raid metadata version +- force raid metadata to be 0.90 if /boot is on raid 1 +- fix detection of /var partition +- fix raid 0 to be handled as raid + +Version 13.28 - 19 May 2010 + +- display_help: allow scripts to close window, for first time wizard + (by default webkit only allows it for first page in history or for + pages opened by DOM, requires webkit-1.2.0-3mdv2010.1) +- always set resume= when a swap is available, regardless of its size (#34681) + +Version 13.26 - 17 May 2010 + +- enable acl by default on ext2/3/4 fs +- enable user_xattr on home for ext2 too +- allow setting acl option in diskdrake +- default to defaultFS in LVM, not ext2 + +Version 13.25 - 11 May 2010 + +- bugfix for draklive-install: use "short" locale name when matching + locales-* packages to detect unused locales (fixes bug #44270) +- diskdrake: + o don't ask to reboot after resize if not needed + o do not ask to reboot after resizing LUKS if not mounted +- workaround mapper/* being symlinks in dmraid support + +Version 13.24 - 9 May 2010 + +- devices: + o get major/minor of device mapper correctly now that they are links +- fix creation of device mapper devices in fs::any::prepare_minimal_root + (this fixes initrd creation from one if using lvm) + +Version 13.23 - 30 April 2010 + +- diskdrake: + o fix the crypto mountpoint checks for the create case + o partially fix resize of active encrypted volumes + o fix race when creating encrypted partition out of install + +Version 13.22 - 29 April 2010 + +- diskdrake: + o correctly set mountpoint on included partition, not encrypted one + o refuse to have /boot encrypted + +Version 13.21 - 27 April 2010 + +- finish-install: + o wait for network-up before trying to configure it (blino) +- diskdrake: + o do not warn about data loss when changing type of unformatted partition + o do not write partition table after creation if not needed + o handle deleting encrypted partitions + o display lock icon on encrypted partitions + o fix loading of dmcrypt info now that /dev/mapper/* are symlinks + o fix creating encrypted LVM + o fix display of non unlocked encrypted partitions + o re-use existing strings + +Version 13.20 - 21 April 2010 + +- diskdrake: + o allow resizing empty FAT (#58770) + o offer encryption in a more visible way when creating a partition + o remove cryptoloop from diskdrake interface and transparently use dm-crypt + o support having dm-crypt partition with non default FS + o do not display dm-crypt partitions in separate tab, display included + partition directly in-place + +Version 13.19 - 13 April 2010 + +- service_harddrake: + o remove 'Disable "dri"' from xorg.conf if nouveau is being used +- drakxservices: + o translate more service descriptions (#46640) +- detect "Rack Mount" Chassis as server +- diskdrake: + o use device label even if it was not changed (#47456) + o allow resizing btrfs + o allow creating btrfs and nilfs2 +- drakboot + o remove "restricted" option from general advanced options (wasn't doing + anything with grub, and wasn't really useful with lilo) + o add per-boot-entry "lock" checkbox in advanced options to be able to + protect booting these entries with a password + +Version 13.15 - 17 March 2010 + +- include 'mpt2sas' SCSI driver (#57833) +- add mdadm raid10 support +- package display_release_notes.pl so that "release notes" button works in Ones + & Flash live media (#58199) (broken since version 12.48 - 7 September 2009) +- harddrake: + o identify HECI controllers as system devices (#58215) + +Version 13.12 - 25 February 2010 + +- handle new drivers: + o webcam: stv06xx (#53940) +- run_program: + use home and logname of user we are dropping privileges to, not 501 +- harddrake: + o display info about cores + o do not display 2 decades old CPU bugs + o try harder to match webcams (#53940) +- detect_devices: + o fix merging PCI devices info from sysfs which resulted in + ill-informed devices matching (#57711) + +Version 13.11 - 10 February 2010 + +- add support for asturian (#56990) +- drakboot: + o fix crypted password detection + +Version 13.10 - 4 February 2010 + +- handle new drivers: + o ATA: pata_atp867x, pata_piccolo, pata_rdc + o DVB: dvb-usb-ec168, dvb-usb-friio, earth-pt1 + o ISDN: avmfritz, mISDNinfineon, netjet, speedfax, w6692 + o network: vmxnet3 + o radio: radio-miropcm20, radio-usb-si470x + o RAID: 3w-sas, hpsa, pmcraid + o SCSI: be2iscsi, bfa, pm8001, vmw_pvscsi + o TV: cx25821, saa7164 + o wifi: r8187se, r8192_pci, r8192u_usb, rt2800pci, vt6655_stage, vt6656_stage +- drakboot: + o default to always crypt grub passwords + o ensure /boot/grub/menu.lst permissions are 0600 since it can + contains a password + o fix support for crypted grub passwords + +Version 13.9 - 4 February 2010 + +- drakboot: + o add support for crypted grub passwords + o always display security settings + o allow timeout to be '0' + +Version 13.5 - 26 January 2010 + +- drakboot: + o fix reading security level + o enable to set bootloader password in high security level +- harddrake + o detect "Hitachi" & "Maxtor" vendors for more hard discs + o fix displaying empty info for USB discs + o fix detecting firewire controllers with newer kernels + o guess real vendor names for SCSI discs like we do for IDE devices +- booloader: + o fix bootloader entry name for rc kernels + o remove mnb from bootloader entry name like we do for mdv +- diskdrake: + o support ddf1 dmraid + +Version 13.4 - 7 January 2010 + +- installation mount points: reset unknown partitions types to default + fs (ext4) instead of hardcoded ext3 +- detect_devices: + o fix detecting pcmcia serial devices +- diskdrake: + o show Ext4 instead of Ext3 in the gtk filesystems button box +- harddrake: + o fix detecting some cameras + +Version 13.2 - 14 December 2009 + +- fix creating devices + (really "fix handling hdX/sdX devices (#53107)") + +Version 13.1 - 10 December 2009 + +- diskdrake + o fix setting volume label instead of MBR's one for FAT fses (#52853) +- localedrake + o drop support for configuring KDE3 + o fix configuring ibus (#56130, #56311) + o install 'ibus-qt4' if configuring ibus under KDE4 (#56311) + +Version 13.0 - 1 December 2009 + +- bugfix for draklive-install: use ::prefix in pkgs::remove_unused_packages +- devices detection: + o fix reading USB details (#55690) + o fix SCSI driver module name + o fix sysfs device path from usb devices +- partitioning wizard: + o unmount swap too when unmounting all partitions + o do not suggest Windows mountpoint for mounted partitions + (breaks install if the Win partition is the installer media) + o suggest non-removable disks first +- harddrake: + o do not display bogus "0" ids for hard disks + o fix detecting some mice +- bootloader: + o do not add removable drives as "Windows" entry in bootloader + o do not pass deprecated --ifneeded option anymore to mkinitrd +- detect better invalid dos partition table (fixes a crash in harddrake) +- mygtk2: + o allow labels to be set selectable +- diskdrake: + o allow copying disk and partition infos (#55886) +- localedrake: + o do not warn about already installed packages when run as user + +Version 12.78 - 18 November 2009 + +- kill draksplash +- bootloader-config: + o fix migrating swap to UUID +- drakboot + o remove CONSOLE_LOGO support + o rework UI layout to account for CONSOLE_LOGO support removal +- diskdrake: + o allow to convert ext2/3 to ext4 but do not enable flags + o don't request ntfs-3g on target not yet installed system if we are + run inside draklive-install (#55160) + o fix detecting hidden partitions as recovery + o fix handling hdX/sdX devices (#53107) +- display_help: + o handle window.close() events (#55099) + o hide Gtk+ "close" button when displaying first time wizard that + now has a HTML "close" button again +- harddrake: + o use actual package name to check for libalsa-plugins-pulseaudio + availability instead of using the name of a provide +- partitioning wizard: + o only display Help button in install + +Version 12.77 - 30 October 2009 + +- harddrake service: do not try to reconfigure xorg driver and crash + if /etc/X11/xorg does not exist (breaks One startup) +- bootloader suggestion fixes (to fix removal of vga= option when + updating with the installer): + o make sure we use long name when adding second kernel with same + extension than preferred one + o do not add again kernels that are already in bootloader config file + o add vga= option for kernels that are not the preferred one as well + o remove previous linux-nonfb entries (like done for failsafe), + not to add them twice or more + +Version 12.74.2 - 29 October 2009 + +- notify-x11-free-driver-switch, service_harddrake: + o explain why xorg driver was reconfigured + +Version 12.74.1 - 29 October 2009 + +- service_harddrake: + o fix detecting nvidia71xx and nvidia96xx nvidia proprietary driver + when checking if current xorg driver still supports current card + +Version 12.74 - 28 October 2009 + +- partitioning wizard (Windows resize): + o fix partition size computing (fixing pixel/sectors ratio) + o improve default resizing suggestion: + * try to keep at least 1GB free for Windows + * try to use from 6GB to 10% free space for Linux + o use same windows partition size suggestion for gtk and text installs + o really ensure keeping free space for Linux partition + o really ensure keeping free space for Windows partition +- service_harddrake: + o auto reconfigure x11 only on first time default driver have changed + o do not auto reconfigure if more than one graphic card + o do not reconfigure to default driver if driver is not installed + o enable to disable reconfiguring to default driver through + /etc/sysconfig/harddrake2/service.conf + o fix detecting nvidia proprietary driver when checking if current + xorg driver still supports current card (#54943) + o reconfigure X11 driver if current X11 driver is neither one of + currently supported driver for the card for drivers other than ATI + & NVidia too (eg: poulsbo) + +Version 12.72 - 27 October 2009 + +- drakboot: + o drop support for --splash +- service_harddrake: + o explain why we switch driver in explanations + o reconfigure X11 driver if current X11 driver is neither one of + currently supported driver for the card, nor a legacy driver + ('fbdev' or 'vesa') (#53753) + +Version 12.71 - 23 October 2009 + +- cpufreq: load e_powersaver for VIA C7 (#41377) + +Version 12.70 - 22 October 2009 + +- curses backend: do not crash when resuming interface + +Version 12.68 - 19 October 2009 + +- avoid error messages when using lvm in draklive-install (#36415) +- partitioning wizard: + o use mandriva logo on blue background for mandriva partition + o fix option selection when using keyboard + +Version 12.67 - 18 October 2009 + +- service_harddrake: allow to force screen resolution using + RESOLUTION_WANTED=XxY in /etc/sysconfig/harddrake2/service.conf +- partitioning wizard: + o use a different color for newly created partition + o add legend for the colors + o display mount point if known + o display ext2 like ext3/4 + o allow setting new windows size with keyboard (#54691) + o use available space + +Version 12.66 - 15 October 2009 + +- finish-install: do not offer to configure 3D desktop if none is + installed (requires drak3d >= 1.27) +- mount windows partitions under /media instead of /mnt (#53392) +- partitioning wizard: + o initialize correctly labels for windows resizing + o fix labels for windows resizing when getting back to the screen + o offer to resize last big enough windows partition instead + of the first one, until user can chose +- resize disk graphical description when resizing diskdrake + +Version 12.65 - 14 October 2009 + +- partitioning wizard: + o allow using existing partition on all disks (#54478) + o reduce drawings height + o fix windows resize width +- use UTF-8 for zh_TW (#53976) +- bootloader: + o use initrd-2.6.30.2-xen-5mdv.img instead of initrd-xen-2.6.30.2-xen-5mdv.img + o do not link /boot/vmlinuz to xen while allowing a unversioned /boot/vmlinuz-xen + +Version 12.64 - 12 October 2009 + +- run_program layer: + o keep a copy of the X11 cookie + o try harder to drop privileges +- partitioning wizard: + o put back "previous" button on actions (#54475) + o fix typo in message + o fix testing interactive::gtk in standalone mode + o fix displaying help +- drakups + o fix crash (#54399) + +Version 12.63 - 9 October 2009 + +- drakboot: + o fix displaying arrows + +Version 12.62 - 9 October 2009 + +- autologin/desktop configuration (shared code): + o fix guessing dm name from lookupdm + o abort configuration if dm install fails + +Version 12.61 - 8 October 2009 + +- partitioning_wizard: + o do not fail when a windows partition is corrupted + o add separator between solutions + o give more space between header and solutions + o prevent cursor to go under needed size because of rounding + o chose windows resizing when clicking on the resize handle (not perfect) + o improve resizing captions layout +- autologin/desktop configuration (shared code): + o fix /etc/X11/lookupdm usage during install (for default dm selection) + o use gdm for xfce4 and LXDE + +Version 12.59 - 7 October 2009 + +- add back ram devices support (used by draklive) +- do not set mountpoints for rescue partitions (#53504) +- factorize default FS definition +- switch to ext4 by default + +Version 12.58 - 5 October 2009 + +- display_help + o block right click contextual menu + o do not display "Help" title for first time wizard + +Version 12.57 - 5 October 2009 + +- drakboot: + o fix crash on clicking Up/Down buttons (#54077) + +Version 12.56 - 30 September 2009 + +- harddrake: + o better check for PCI Express capability + o nicer display of PCI Express name + +Version 12.55 - 23 September 2009 + +- harddrake: + o display PCI revision (#42576) + o report if devices are PCI or PCI Express (#28479) + +Version 12.54 - 23 September 2009 + +- drakboot: + o don't detect disks if we are not in bootloader or splash mode +- autologin/desktop configuration (drakboot/finish-install): + o when detecting default desktop, use first session + (instead of using hacks with dm config files) + o guess display manager from /etc/sysconfig/desktop, + or default session, or /etc/X11/lookupdm + o read autologin settings from /etc/sysconfig/autologin as fallback + o read kdm config file only if kdm is to be used + o always ensure dm is installed before configuring autologin/desktop + o test display manager instead of desktop when configuring autologin + o always write /etc/sysconfig/desktop + o write DISPLAYMANAGER in /etc/sysconfig/desktop too + o only write dm conf files if they exist before + +Version 12.53 - 22 September 2009 + +- drakxtools_http: + o use LSB-compliant init script +- drakboot: + o use stock icons for up & down buttons in order to pack them + horizontaly so that we fit in default sizing(#53703) +- drakhelp + o fix check for missing help +- diskdrake + o suggest a LVM name and refuse empty or existing one (#53769) + o prefer UUID on VirtIO too + o don't consider lvm named md* as raid (#53767) + o allow resizing ext4 +- fix touchscreen module list +- list asix module in network/usb group + +Version 12.51 - 8 September 2009 + +- display_help + o new small webkit based browser for rendering help and for FTW +- harddrake: + o fix detecting some memory card readers as unknown + o allow to skip XFdrake framebuffer setup (and thus splash removal) + if SETUP_FB is set to "no" in /etc/sysconfig/harddrake2/service.conf + (requires drakx-kbd-mouse-x11 >= 0.79) + +Version 12.49 - 8 September 2009 + +- mygtk2: + o created 'WeaknessCheckEntry' widget +- adduserdrake: + o added tooltip text to weakness icon + o now use 'WeaknessCheckEntry' widget + +Version 12.48 - 7 September 2009 + +- mygtk2: + o HScale widget: added digits and ref_value options + o HScale widget: fix for value option +- adduserdrake: + o use icons to display password weakness +- added security-{low,medium,strong}.png pixmaps used for + password weakness display +- authentication: + o reduced password weakness check level +- draksound: + o Fix soundprofile alternatives setting by using a more appropriate subroutine + +Version 12.46 - 28 August 2009 + +- handle new drivers: + o DVB: dvb-usb-ce6230 + o sound: snd-indigodjx, snd-indigoiox, snd-lx6464es + o wireless: ar9170usb, mwl8k, r8192s_usb, rt2800usb, rt3070sta +- adduserdrake + o added weakness check for root password +- drakboot: + o fix crash bug #52997 +- diskdrake: + o fix for libparted 1.9 (#52991) +- detect_devices: + o fix VirtIO devices support + +Version 12.45 - 18 August 2009 + +- drakbug + o Top textbox shrinked + o Added browse button +- drakhelp + o fix firefox launch bug #29775 +- added the ability to add up/down buttons in add_modify_remove list + of interactive +- drakboot : + o user is now able to re-order bootloader entries +- diskdrake + o never pass username/password as options with davfs2 + o store credentials in davfs2 secret file before mounting + o when user does not specify user/pass with davfs2, fallback to nobody/nobody + o Fix a crash with regexp when a /etc/davfs2/secrets line is + finished with one or more blank characters without comments + o added the ability to exit the davfs2 mountpoint settings panel + o added delete mountpoint support for davfs2 +- adduserdrake + o now use password weakness display +- added password weakness display feature in interactive +- handle new drivers: + o sound: snd_ctxfi +- draksound + o fix enabling and disabling with udev-detect properly (new PA) + o introduce the concept of soundprofiles for enabling/disabling PA + o remove alsa->pulse routing option (enabling pulse but not alsa redirection is a niche setup) + +Version 12.44 - 13 August 2009 + +- fix parsing dmidecode output (broken since we use dmidecode-2.10, + aka since November 24 2008) (#50106) +- localedrake + o add "English (South Africa)" (#51057) +- fix window creation (#52812) +- don't add useless install lines in modprobe.conf + +Version 12.43 - 10 August 2009 + +- draksound + o handle udev-detect module too (new PA) +- diskdrake + o do not display nmblookup usage when there is no samba server + o do not crash when /etc/davfs2/secrets contains empty lines (like + the default one) (#52305) + o do not crash when trying to create a partition on a device with + no cylinder_size + o fix two crashes on handling devices +- use gtk instead of X to focus window + +Version 12.40 - 22 July 2009 + +- lookup unlisted devices in /sys (or /proc) when looking for + major/minor of a device (#49339) +- don't log the links we ignore when looking for scsi devices (#49406) + +Version 12.39 - 16 Jun 2009 + +- properly handle hidden variables in installer and diskdrake. + +Version 12.38 - 12 Jun 2009 + +- use Hal list of recovery partitions (#51532) +- use blkid instead of vol_id which we no longer ship + +Version 12.37 - 02 Jun 2009 + +- fixed crash when trying to get input devices (#51308) + +Version 12.36 - 29 May 2009 + +- added support for toggling 'hidden' parameter on widgets. +- ide-disk module is now named ide-gd_mod +- add new 'touchpad' TYPE to rpmsrate +- add support for ElanTech touchpads (found on EEEPCs) +- harddrake: + o adding sierra module to network/cellular. + o fix detecting scanners +- scannerdrake: + o do not reject scanners handled by 'usbcore' driver +- detect_devices: + o don't ignore FB-DIMM memory + +Version 12.32 - 23 April 2009 + +- don't set umask=0 by default on windows partitions in 'secure' level. +- handle virtio block devices + +Version 12.31 - 22 April 2009 + +- diskdrake: + o handle partition starting after 1To + +Version 12.30 - 21 April 2009 + +- add a basic testsuite (ensuring it compiles) in order to prevent + future crashes like #50009 +- diskdrake: + o display a progress bar while formatting an ext4 partition + o render ext4 partition as red like ext3 ones +- finish-install: + o ensure ntp package is installed when configuring ntp +- harddrake: + o fix wrongly selecting some 32bits packages on x86_64 (#50148) +- service_harddrake: + o do not crash if loading new drivers fails + (happened with amd64_agp wrongly listed in pcitable, #43870) + +Version 12.29 - 21 April 2009 + +- finish-install: + o handle both "ll_CC" and "ll" locales parameter (#49914) +- harddrake: + o do not offer to install java plugin (#48520) + +Version 12.28.2 - 19 April 2009 + +- harddrake: + o always detect PCI modems (even when (slow) detecting serial modems + is disabled) (#48017) + o do not offer to install KDE packages on GNOME or LXDE (#49671) + +Version 12.28.1 - 16 April 2009 + +- diskdrake: + o fix crash (#50009) + +Version 12.28 - 15 April 2009 + +- diskdrake: + o handle md devices not called md\d+, like md_d127 + o display an error when mount fails during View action +- bootloader: + o keep grub entries which refer to unknown devices verbatim instead + of crashing (#48728) + +Version 12.27 - 14 April 2009 + +- diskdrake: + o Only write raid config into $::prefix if we are in install mode, + this fixes draklive-install which should write to /etc directly as + $::prefix does not yet exist (#49632) +- draksound: + o enable to enable/disable glitch-free feature of PA +- harddrake: + o do not open branches by default + o fix listing some ATA (eg: pata_marvell) devices as unknown + +Version 12.25 - 08 April 2009 + +- harddrake service: + o do not try to add media to /etc/fstab (#49621) + o do not check anymore for disks on startup +- harddrake: + o list card readers as system components instead of unknows devices + o when device has no description, use vendor string +- bootloader: add large-memory option to lilo + +Version 12.24 - 03 April 2009 + +- fixed crypto module names when arch is not i586 (#46814) +- drakauth: + o handling winbind configuration when REALM != DNS (#49189) +- handle new drivers: + o gigabit: be2net, slicoss + o wireless: agnx, arusb_lnx + o dvb: dvb-usb-dtv5100 + +Version 12.20 - 30 March 2009 + +- draksec: + o added support for drakroam authentication (#29566). +- changed X server restart routing not to rely on ctrl-alt-del (#49059). +- fixed a typo in list_modules for virtio modules +- diskdrake: + o updated list of filesystems not handling bad blocks checking + o display label in the graphical view when no mountpoint is set + o always display label in partition info +- handle new drivers: + o wireless: iwlagn + +Version 12.18 - 25 March 2009 + +- add new Entry infrastructure for rpmdrake +- detect_devices: + o only look at valid scsi devices in /sys + +Version 12.17.1 - 21 March 2009 + +- fix syntax error in nb translation file + +Version 12.17 - 21 March 2009 + +- add infrastucture for detecting vmware +- diskdrake: + o allow LVM in non expert mode + o allow Encrypted partition inside LVM + +Version 12.16 - 18 March 2009 + +- handle new drivers: + o wireless: wl +- diskdrake: + o don't crash when creating a partition in LVM with the partition type + buttons (#38078) + o write partition table if needed before setting label + o fix setting label on not yet formatted partition +- drakbug: + o add error to summary when crashing in order to help sort duplicates + +Version 12.5 - 5 March 2009 + +- handle new drivers + o dvb: dm1105, dvb-usb-af9015, dvb-usb-cinergyT2, firedtv + o ethernet: smsc9420 + o gigabit: atl1c + o pata: cs5536, it8172, it821x + o ISDN: hfcpci, hfcmulti, hfcsusb, solos-pci + o USB controllers: hwa-hc, whci-hcd + o wireless: ath9k, i2400m-usb, rt2860, rt2870 and rtl8187se +- drakauth: + o only install and enable pam_ccreds when required (#44027) +- finish-install: + o finit support + o give console rights for current session when renaming user +- drakdvb: + o install w_scan if needed (#48242) +- harddrake: + o all "gpsca*" driven devices are webcam +- localdrake/finish-install: + o fix reading default input method setting +- remove extents options on ext4 when updating fstab + +Version 11.91 - 25 February 2009 + +- harddrake: + o hide module configuration button if needed (#16678) + o remove empty module parameter instead of writing them (#40581) +- harddrake service: + o prevent wrongly notifying we switched from proprietary to free + driver (anssi, #41969) + (regression introduced in 11.70 on 16 October 2008) + +Version 11.90 - 25 February 2009 + +- drakboot + o do not crash b/c ext4 was forbidden for /boot (#47853) +- diskdrake + o really don't set extents option for ext4 +- drakdvb: + o sort channels list + o prefer vlc if present + o kill running vlc if configured with one-instance by default + (it does not use DVB options from new command line) + +Version 11.88 - 16 February 2009 + +- mygtk2 layer: + o make references usable for entries +- reorganized modules in fs section of list_modules and added reiser4 +- diskdrake: + o limit partition type list to 2 colmuns instead of 4 + o don't offer to format LVM + +Version 11.87 - 14 February 2009 + +- diskdrake: + o allow resizing on lvm for mounted ext3/4 and not mounted xfs + o use a list instead of combo in the partition type selection window + o don't crash on invalid partition table + +Version 11.86 - 12 February 2009 + +- diskdrake: + o forget the changed label when the user cancels + o fix preserving UUID when formatting ext* and swap, and handle more FS (#39913) + o don't set useless extents option for ext4 mounts +- localedrake: + o set scim-thai as default IM for Thai +- drakboot: + o when installing to a removable device, put boot sector there, else + put it into first non removable drive (#47106) +- do_pkgs: + o add ensure_files_are_installed +- load cbc for encrypted loop + +Version 11.81 - 3 February 2009 + +- interactive::curses: + o use a real file selector in curses too +- diskdrake: + o don't rewrite label when it did not change (#47186) + o rewrite gpt support with libparted + o allow browsing partitions content to easily select the ones to destroy +- drakdvb: introduce new DVB channels scanning tool + (from Pascal Terjan) +- draksound: + o disable auto spawning when diasbling PA (#47258) + +Version 11.80 - 21 January 2009 + +- diskdrake: + o don't use label for mounting partitions on lvm (#47024) +- draksec: + o changed draksec functionality to prevent overlapping with msecgui. +- use "ComboBoxEntry" gtk2 widget instead of "Combo" (which is deprecated), + this also workarounds gtk2 bug with "hidden" Entry + "Combo" + +Version 11.79 - 16 January 2009 + +- drakbug: + o ask to attach blkid output as well as /etc/fstab & the like when + debugging a boot issue + o do not ask to include kernel version & /proc/cpuinfo since this is + done automatically + o request to attach lspcidrake's output rather than include it + (smaller descriptions) +- diskdrake: + o disable resizing ext4 since resize2fs is known to be broken regarding extents + o --smb: fix netbios name resolution (#42483, thanks to Derek Jennings) +- scannerdrake: + o fix a crash when installing firmware (#40738) + +Version 11.77 - 15 January 2008 + +- diskdrake: + o --smb: cifs must be used instead of smbfs (#42483) + o ext4dev is now stable and called ext4 in 2.6.28+ + o allow editing partition label without formatting (bootloader config is not + yet updated) + o allow setting label on NTFS and reiser4 partitions + o don't suggest mountpoint outside install (#39596) +- harddrake: + o fix displaying in proper category sound coprocessor & misc ACPI event keys +- prevent mdkapplet from crashing (#46477) + +Version 11.76 - 18 December 2008 + +- diskdrake: + o use sysfs in order to discover major/minor for SCSI like devices + since they're dynamic with kernel-2.6.28+ + +Version 11.75 - 17 December 2008 + +- handle new driver: + o network: sxg, w35und +- bootloader-config: + o do not modify /boot/vmlinuz symlinks before doing mkinitrd in case + mkinitrd fails (#44862) +- diskdrake: + o --nfs: handle "host:/" (#44320) + o --nfs: handle domainname not set + o kernel-2.6.28+ supports more than 15 partitions on SATA & SCSI devices + +Version 11.73 - 15 December 2008 + +- diskdrake: + o fix crashing on writing fstab when using SMB (#46084) + o fix racing with udev (#41832) +- drakboot: + o enable to disable SMP support (#31339) +- scannerdrake: + o install task-scanning (so that xsane-gimp got installed) + +Version 11.72 - 9 December 2008 + +- handle new driver: + o network: et131x, smsc95xx +- drakbug: + o write distro release in bug description +- finish-install: + o use /dev/urandom instead of /dev/random to generate salt for passwords + (since reading on /dev/random can block boot process) + o show only installed 3D desktops + o adapt to new Xconfig::glx API (drak3d 1.21) +- harddrake: + o do not list PATA controllers as SATA + (else we could just list all ATA controllers together) + o do not show duplicated hardware as unknown (#46242): + * list PC Speaker as sound card + * track duplicated input devices + * try harder to find duplicates +- ugtk2: + o allow showing Skip button instead of Cancel in wizards +- diskdrake: + o lookup for Samba master browsers too + +Version 11.71 - 6 November 2008 + +- diskdrake + o --dav: handle davfs2 credentials in /etc/davfs2/secrets (#44190) + o --dav: handle https + +Version 11.70 - 16 October 2008 + +- handle new driver: + o ide: tx4939ide +- libDrakX: + o share infrastructure so that rpmdrake can get rid of some gray + windows +- harddrake service: + o do not backup xorg.conf if we won't change the driver + +Version 11.67 - 2 October 2008 + +- detect_devices: + o allow detection of low resources systems (extracted + from compssUsers.pl) and netbooks/nettops + o do not detect pan* devices as ethernet devices for now + (network configuration tools do not fully support them) + +Version 11.63 - 1 October 2008 + +- bootloader-config (and other tools): handle /dev/mapper/xxx1 instead of + /dev/mapper/xxxp1 (#44182) +- service_harddrake: enable/disable apmd if needed +- adapt ask_window_manager_to_logout() to make it work (need usermode changes) + +Version 11.62 - 1 October 2008 + +- fix dithering regression (introduced on 2008-09-29) +- render banner background with dithering + (smoother on 16bpp displays) + +Version 11.61 - 30 September 2008 + +- bootloader-config: + o --action migrate-to-uuids: + o do not migrate non sdx/hdx to UUID (bootloader config) + o do migrate dmraid device names to UUID + (because of xxx1 vs xxxp1 device name issue, cf #44182) + o fix dropping "chainloader" and "configfile" entries (#44045) +- reduce banner font size + +Version 11.60 - 30 September 2008 + +- libDrakX: + o fix rpmdrake crashing when description begins by "Gtk2::.." + (#43802) +- drakperm: + o show banner when not embedded + o use Gtk+2's FileChooserDialog + +Version 11.59 - 29 September 2008 + +- libDrakX: + o add support for Gtk+2's FileChooserDialog for draksnapashot +- drakbug: + o handle strange DBus errors + +Version 11.58 - 29 September 2008 + +- libDrakX: + o add spacing between radio buttons for readability (#44332) + o render left background of MCC with dithering (looks better on + 16bit displays) + +Version 11.57 - 29 September 2008 + +- libDrakX: + o better positionning of mcc selection bar +- draksplash: + o fix crashing when altering read-only combo boxes + (regression introduced in 11.37 on 2008-09-08) + o improved layout + o increase default width so that translated widgets fit in + o make it fit in 800x600 resolution (#36105) + +Version 11.56 - 26 September 2008 + +- dmraid devices: use isw_xxxxp1 instead of isw_xxxx1 (see #42542, #44182) +- do not display Help buttons in standalone mode since we do not have + any contents +- factorize WebKit code with mcc + +Version 11.54.2 - 26 September 2008 + +- bootloader-config: + o --action migrate-to-uuids: be more precautious when modifying /etc/fstab + (especially do not drop unrecognised entries) (#43548) + +Version 11.54.1 - 25 September 2008 + +- make gray background gradient available to mcc + +Version 11.54 - 25 September 2008 + +- enable mcc to not display any shadow around HTML view when using + scrollbars +- make sure mcc always have fillers + +Version 11.53 - 25 September 2008 + +- add support for new MCC style +- fix icon alignment in banners + +Version 11.52.1 - 24 September 2008 + +- libDrakX: + o add support for new mcc style + +Version 11.52 - 23 September 2008 + +- drakbug: + o enable to disable it trough the DISABLE_DRAKBUG environment variable + o fix sizing some labels (workarounding infamous 6 years old gnome + bug #101968) +- harddrake service: + o auto-configure floppies + (may require to load floppy module at first boot on a new system) + o do not try to run drakbug + +Version 11.51 - 23 September 2008 + +- finish-install: + o set dialog hint if drakx-matchbox-window-manager is used + (not to maximize windows) +- kill drakprinter link (#44115) + +Version 11.50 - 22 September 2008 + +- restore support for right alignement for simple widgets + (regression introduced in 11.46 - 17 September 2008) +- bootloader-config: + o fix handling fd0 (regression introduced in 11.44) (#44049) + +Version 11.49.2 - 22 September 2008 + +- fix crash (#44053) +- localedrake: + o add support for ibus + +Version 11.49.1 - 20 September 2008 + +- install banner images in the proper directory (#44038) + +Version 11.49 - 19 September 2008 + +- handle new driver: + o ethernet: enic, qlge +- remove harddrake service (now run by mandrake_everytime) + +Version 11.48 - 18 September 2008 + +- libDrakx: + o new banner style +- bootloader-config, drakboot: + o handle /boot/grub/install.sh with no "root (hd...)" line + (this is the case for grub's installed prior to 2005-06-16) + (#43786, #43431) + +Version 11.47.1 - 17 September 2008 + +- bug fix: add mandatory new modules for dm-crypt + +Version 11.47 - 17 September 2008 + +- handle new driver: + o ethernet: jme +- diskdrake: + o handle partitions encrypted with cryptsetup + o fix file system type drop down list showing most types as "..." in + "Change partition type" dialog in expert mode due to ellipsizing +- harddrake2: + o detect network and graphical driver packages too +- harddrake2 / remove-unused-packages: + o fix network packages detection +- list btusb instead of hci_usb in bus/bluetooth (renamed in 2.6.27) + +Version 11.46 - 17 September 2008 + +- scannerdrake: + o change all printerdrake references to system-config-printer +- libdrakX: + o better layout for right aligned widgets +- bootloader-config: + o --action migrate-to-uuids: do not migrate software raid to UUID (#43928) +- license: put focus back on Refuse button by default + +Version 11.44 - 16 September 2008 + +- bootloader-config: + o --action migrate-to-uuids: add UUID to swap v.2 in case the swap was + created long ago when mkswap didn't do it by default + o fix reading existing grub conf in present of /dev/mapper/xxxx0p1 + partitions (which was causing bootloader-config to drop correct entries, + cf #37722) + +Version 11.43 - 16 September 2008 + +- diskdrake: + o fix check for mdadm in live install (#43785) + o refresh GUI +- harddrake: + o do not use anymore printerdrake and thus do not detect printers anymore + +Version 11.41 - 11 September 2008 + +- fix default spacing between GUI elements +- "Help" dialogs: + o add a separator before "Close" button + o put "Close" button of help at right end +- finish-install: + o fix setting utf8 when using lang=xx from /proc/cmdline (#43566) +- services (thanks to spuk): + o list ip6tables in "Internet" category + o list nfs-common and nfs-server in "File sharing" category + o list rpcbind in "System" category + +Version 11.40 - 10 September 2008 + +- libdrakX: + o make advanced popup display the same title as their parents +- drakboot + o fix nolapic/lapic logic due to altered kernel settings +- fix input devices detection in rpmsrate (broken for 3 years, #43721) +- finish-install: + o always ask timezone (#23303, #42368) + o extract a "country" step out of the "language" one + o guess country from timezone when possible (#23303) + o call "country" and "keyboard" steps after "timezone" (#23303) + o guess country from timezone without asking if COUNTRY is set to + "simplified" in the configuration file (#23303) + o behave nicely when a window manager is running (for debugging) + +Version 11.38 - 8 September 2008 + +- libDrakX: + o fix missing maximize & minimize buttons with gnome WM (#43540) by + reverting change from 2008-09-01: "make all windows are "dialog", + so that gurpmi.addmedia during install displays nicely" + o make all windows be "dialog" during install, so that + gurpmi.addmedia during install displays nicely +- diskdrake + o keep current UUID when formatting ext2/ext3 (was already done for swap), + so that fstab on other distros continue to work (#39913) + (requires e2fsprogs-1.41.1-2mnb2) +- drakboot --boot + o drop the ability to set mem=xxx (#42329) + o allow UTF8 in /boot/grub/menu.lst (#43714) + +Version 11.38 - 8 September 2008 + +- diskdrake + o fix file system type drop down list showing most types as "..." in expert + mode due to ellipsizing (#43611) + o fix too large partition bar (#43073) + o improved GUI + +Version 11.37 - 8 September 2008 + +- add descriptions to menu entries (#26106) +- do not size radio button that have a label (eg: drakauth) thus preventing + uneeded horizontal scrollbar to appear +- drakauth: + o new look +- drakboot: + o update /etc/sysconfig/desktop since we read it in order to display + previous setting +- draksplash: + o make it fit better in 1024x768 + o make it working again due to focus issue with two top windows (#43696) + o make some pull down menus not editable + +Version 11.36 - 5 September 2008 + +- bootloader-config: + o --action migrate-to-uuids: backup conf file prior to migration with suffix + .before-migrate-to-uuids +- libDrakX: + o fix handling KDE4 in running_window_manager() and ask_window_manager_to_logout() +- merge remove-unused-hardware-packages and remove-unselected-locales + helpers into a new remove-unused-packages tool (and make it reusable) + +Version 11.35 - 4 September 2008 + +- bootloader-config: + o add --action migrate-to-uuids +- fix sizing some label (workarounding infamous 6 years old gnome bug #101968) + +Version 11.33.1 - 2 September 2008 + +- libDrakX: + o handle KDE4 in running_window_manager() and ask_window_manager_to_logout() + +Version 11.30 - 1 September 2008 + +- service_harddrake: adapt kernel modaliases that are not valid + anymore in modprobe.conf when booting a new kernel, this should fix + migration from e1000 to e1000e and from iwl4965 to iwlagn (#41248) +- libDrakX: + o make all windows are "dialog", so that gurpmi.addmedia during install + displays nicely + o fix alignment of check buttons + o fix size of right aligned labels + o fix sizing radio buttons' labels (infamous 6 years old gnome bug + #101968) + o prevent big combo boxes to cause an horizontall scrollbar to appear by + using the "ellipsize" property + o no relief on 'advanced' buttons + +Version 11.29 - 29 August 2008 + - finish-install: o use gurpmi.addmedia when available to configure urpmi media - diskdrake: use udevadm settle instead of udevsettle |