summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* add missing spaceThierry Vignaud2011-08-011-1/+1
|
* (pack) spaces are not allowed between options in /etc/fstab (#2271)Thierry Vignaud2011-08-011-0/+2
|
* enable support for LibreOffice/gs/... only if available(#461)Thierry Vignaud2011-08-011-0/+1
|
* (appli_choice) rename Ooo as LibreOffice (#461)Thierry Vignaud2011-08-011-0/+2
|
* This fixes the detection of kernel vesion for usage in bootloader entries.Thierry Vignaud2011-08-011-0/+2
| | | | | | | | | | | | | | | | It wasn't entirely correct in mga1, and it got worse since we started adding mgaver to rpmtag. Before installing a kernel-desktop-3.0.0-1.mga2 the entry would end up as: title 2 3.0.0-desktop-1.mga With the fix below it creates the proper entry: title desktop 3.0.0-1.mga2 Signed-off-by: Thomas Backlund <tmb@mageia.org>
* add missing spacingThierry Vignaud2011-07-271-0/+1
|
* 13.60Thierry Vignaud2011-07-271-0/+2
|
* move bootloader::cmp_kernel_versions() from bootloader to any for drakx-net ↵Thierry Vignaud2011-07-271-2/+4
| | | | (#1266)
* - any.pm: Add lxsession to the wm list, and add lxde-logout as theAhmad Samir2011-06-161-0/+3
| | | | | ask_window_manager_to_logout command (mga#1395)
* Add reference to the bugreportDexter Morgan2011-06-141-1/+1
|
* Fix libnotify APIDexter Morgan2011-06-141-0/+3
|
* 13.58Anne Nicolas2011-05-261-0/+5
|
* - Fix drakbug bug numberAhmad Samir2011-05-241-1/+1
|
* 13.55Olivier Blin2011-05-191-0/+2
|
* add ums-* (USB mass storage) modules in disk/usb categoryOlivier Blin2011-05-191-0/+1
|
* finish-install: do not try to replace home path for device files afterOlivier Blin2011-05-191-0/+3
| | | | | live install (#1148)
* 13.54Thierry Vignaud2011-05-191-0/+2
|
* (rawlevel_list,to_lowlevel_string,from_lowlevel_string) introduce themThierry Vignaud2011-05-191-0/+1
| | | | | | | in order to read/write new msec config file format (get) fix reading security level with new msec (mga#332)
* improve logsThierry Vignaud2011-05-191-4/+4
|
* draksound: Do not write PA config files if they do not existColin Guthrie2011-05-181-3/+8
|
* draksound: Remove the 'Enable 5.1...' option. This is now done via card ↵Colin Guthrie2011-05-181-0/+2
| | | | profiles in native GUIs for GNOME and KDE (or pavucontrol)
* draksound: Remove the 'Enable user switching...' option as it relies on HAL ↵Colin Guthrie2011-05-181-0/+2
| | | | which is deprecated
* - any.pm: 's!/usr/share/mdk/faces/!/usr/share/mga/faces/!' should fix (mga#1315)Ahmad Samir2011-05-171-0/+2
|
* Update NEWSDexter Morgan2011-05-171-0/+1
|
* Improve NEWSPascal Terjan2011-05-141-1/+2
|
* Release 13.52Pascal Terjan2011-05-141-0/+2
|
* match partitions when one of them as device_alias to the device of the other onePascal Terjan2011-05-141-0/+1
|
* disbale encryption option for /bootPascal Terjan2011-05-141-0/+2
|
* update NEWS and versionAnne Nicolas2011-05-121-0/+4
|
* 13.50Thierry Vignaud2011-05-061-0/+2
|
* (get_pci_description) bind libldetect new API for stage1's stuffThierry Vignaud2011-05-061-0/+1
|
* this change is only relevant for installer's stage2Thierry Vignaud2011-04-301-1/+0
|
* use proper locales-XX packages for Albanian (#1036)Thierry Vignaud2011-04-281-0/+3
|
* Update NEWS filePascal Terjan2011-04-251-3/+7
|
* sync changesThomas Backlund2011-04-251-1/+0
|
* - Fix the bugzilla url generated by drakbug by changing 'classificaiton=Mageia'Ahmad Samir2011-04-231-0/+2
| | | | | to 'product=Mageia' (mga#831)
* add sdhci-pci to card_reader list (#855)Thomas Backlund2011-04-221-0/+2
|
* drakxtools 13.49Anssi Hannula2011-04-201-0/+2
|
* service_harddrake: show a dialog about having to use nokmsboot if we couldn'tAnssi Hannula2011-04-201-0/+3
| | | | | automatically reconfigure the boot loader (e.g. when booted directly from a foreign bootloader) (Mageia bug #893)
* service_harddrake: show yes/no buttons instead of ok/cancel when askingAnssi Hannula2011-04-201-0/+2
| | | | about running a config tool
* service_harddrake: load new drivers or ask for reboot also if the driver isAnssi Hannula2011-04-201-0/+4
| | | | switched due to a hardware change instead of an ldetect-lst change.
* drakxtools 13.48Anssi Hannula2011-04-171-0/+2
|
* Add nokmsboot boot option also if the bootloader is installed after setting ↵Anssi Hannula2011-04-171-0/+2
| | | | up a conflicting display driver (e.g. draklive-install).
* service_harddrake: Add or remove nokmsboot option if an unoptimal or fatal ↵Anssi Hannula2011-04-171-1/+1
| | | | situation is detected.
* service_harddrake: Do not switch a display driver if speedboot has already ↵Anssi Hannula2011-04-171-0/+2
| | | | started X server, in that case simply disable speedboot for next boot.
* service_harddrake: ask for a reboot after a driver switch if needed, and ↵Anssi Hannula2011-04-171-0/+2
| | | | load the new driver if no reboot is needed
* service_harddrake: handle adding/removing nokmsboot when switching the driver.Anssi Hannula2011-04-171-0/+1
|
* service_harddrake: Adapt from bootsplash to plymouth.Anssi Hannula2011-04-171-0/+3
|
* update modules list needed for md raid456 and dm-raid 4/5/6 targetThomas Backlund2011-04-021-1/+2
|
* - modify a string in partitioning_wizard.pm to be more grammatically correctAhmad Samir2011-04-021-0/+3
| | | | | (spotted by Sigrid Carrera, on mageia-i18n ML)