summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - drakboot:Pascal Rigaux2008-01-171-0/+3
| | | | | o fix handling root=UUID=xxx when modifying a bootloader entry (#36788)
* 10.6.4Pascal Rigaux2008-01-141-0/+2
|
* - localedrake, drakx-finish-install:Pascal Rigaux2008-01-141-0/+4
| | | | | | | | | | | | | o fix proposing Belgium when lang is "nl" and locales-fr is not installed (same for Canada with lang "fr" and locales-en not installed) (#36413) nb: - removed restricting countries to installed locales in list_countries(), since c2locale is wrong for countries like CA or BE which have more than one lang - country_to_locales() is replaced with countries_to_locales() to avoid redoing the same computation all the time
* factorize 10.6.3's changelogThierry Vignaud2008-01-091-2/+1
|
* 10.6.3Thierry Vignaud2008-01-091-0/+2
|
* handle new driver: snd-virtuosoThierry Vignaud2008-01-081-0/+1
|
* - bootloader-config:Pascal Rigaux2008-01-071-0/+3
| | | | | | | | | o fix regression introduced in 10.5.7: do not create alt_xxx entries when adding a new entry in bootloader nb: bug introduced by {verbatim} entry field, reported by Andrey on cooker mailing list
* drakupdate_fstab: remove --no-flag option, the "kudzu" option has not been ↵Olivier Blin2008-01-021-0/+1
| | | | written for ages
* never set "sync" option, use default fs options from drakx (#35204)Olivier Blin2008-01-021-0/+2
|
* harddrake: check that media are not USB keys before auto-configuring them ↵Olivier Blin2008-01-021-0/+1
| | | | (#34568)
* report crash messages in the bug report only when --incident is used (and ↵Olivier Blin2008-01-021-0/+3
| | | | not when tools explicitely run drakbug with --report), Titi may provide a better fix
* cosmeticsOlivier Blin2008-01-021-1/+1
|
* mark the harddrake service as interactive, so that package requests are ↵Olivier Blin2008-01-021-0/+2
| | | | displayed with parallell init
* do no return 0 in harddrake::data::set_removable_configurator so that "Run ↵Olivier Blin2008-01-021-0/+1
| | | | config tool" gets available again in harddrake (#34794)
* harddrake: allow to set zero values in module options (#26515)Olivier Blin2008-01-021-0/+2
|
* - handle atl2 ethernet driverOlivier Blin2007-12-211-0/+2
|
* 10.6Thierry Vignaud2007-12-111-0/+2
|
* handle new drivers:Thierry Vignaud2007-12-101-0/+2
| | | | | | | - ethernet: fec_mpc52xx, niu - gigabit: tehuti
* handle new drivers:Thierry Vignaud2007-12-101-0/+2
| | | | | | - pata: pata_cs5536 - sata: sata_fsl
* handle new wireless drivers: libertas_cs (PCMCIA)Thierry Vignaud2007-12-101-1/+1
|
* - handle new wireless drivers: p54pci, p54usbThierry Vignaud2007-12-101-1/+1
|
* handle new wireless drivers: b43, b43legacy & iwlwifiThierry Vignaud2007-12-101-0/+2
|
* - localedrake:Pascal Rigaux2007-12-071-0/+3
| | | | | o adjust Uzbek locale (cf locales-uz change)
* 10.5.7Thierry Vignaud2007-12-061-0/+2
|
* log latest list_modules changesThierry Vignaud2007-12-061-1/+1
|
* handle e1000e driverThierry Vignaud2007-12-061-0/+1
|
* - diskdrake:Pascal Rigaux2007-12-041-0/+2
| | | | | | o drop "Undo", "Restore partition table", "Save partition table" (preparing to switch to libparted)
* - bootloader-config:Pascal Rigaux2007-11-301-0/+2
| | | | | o do not drop entries "failsafe" and "linux-nonfb" when removing a kernel
* - localedrake:Pascal Rigaux2007-11-301-0/+1
| | | | | o restrict the proposed input-methods for each language
* - localedrake:Pascal Rigaux2007-11-301-0/+2
| | | | | o adapt to cooker: scim-tables-skim is now skim-scim-tables
* - bootloader:Pascal Rigaux2007-11-261-0/+1
| | | | | o handle "alien" grub entries that will be kept verbatim (#23591)
* - bootloader:Pascal Rigaux2007-11-261-0/+2
| | | | | | o handle "root (hd...)" for menu.lst entries (#23591) (nb: when writing, "root ..." will not be used)
* - bootloader:Pascal Rigaux2007-11-261-0/+3
| | | | | | o when reading existing menu.lst, keep verbatim entries for which the device has no mount-point
* - diskdrake:Pascal Rigaux2007-11-201-0/+1
| | | | | | | | | o always display the {info} field of the drive (not only in expert mode) TODO: understand why titi sets the {info} field using the "serial" of the device, it seems quite ugly on a test here. (was introduced in detect_devices.pm, r214435)
* - diskdrake:Pascal Rigaux2007-11-191-0/+2
| | | | | | o disallow "Use for loopback" when the partition used for loopback is not formatted (#35535)
* fix last commit (unsaved file :-()Thierry Vignaud2007-11-131-1/+1
|
* (umount) fix garbaged error messages when umounting fsThierry Vignaud2007-11-131-0/+3
|
* 10.5.3Pascal Rigaux2007-11-091-0/+2
|
* - bootloader-config:Pascal Rigaux2007-11-091-0/+2
| | | | | | | o do not create "linux" entries for xen kernels, but "xen" entries instead (as requested by guillomovitch on #mandrivafr)
* - localedrake:Pascal Rigaux2007-11-081-0/+2
| | | | | o fix handling variant together with charset (eg: uz.UTF-8@Latn) (#35090)
* prevent altering tool and the like when catching a bug (#35241)Thierry Vignaud2007-11-061-0/+3
|
* 10.5.2Thierry Vignaud2007-11-061-0/+2
|
* report gdb trace if possibleThierry Vignaud2007-11-061-0/+1
|
* add support for ext4Thierry Vignaud2007-11-061-0/+2
|
* keep buggy process around so that we can run gdb on it (if perl segfaulted)Thierry Vignaud2007-11-061-0/+2
|
* log my changesOlivier Blin2007-10-311-0/+3
|
* 10.5.1Thierry Vignaud2007-10-311-0/+2
|
* - bootloader-config:Pascal Rigaux2007-10-241-1/+4
| | | | | | o if drakx-kbd-mouse-x11 is not installed, simply don't add bootsplash instead of dying
* - bootloader-config must not need network::network from libdrakx-netPascal Rigaux2007-10-241-0/+1
|
* drakclock/finish-install: disable DPMS and screensaver when setting time not ↵Olivier Blin2007-10-231-0/+2
| | | | to blank monitor (#17031)