summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - 2008.1 logo (the good one)Pascal Rigaux2008-04-021-0/+2
|
* 10.26Pascal Rigaux2008-04-021-0/+2
|
* 2008.1 logoPascal Rigaux2008-04-021-0/+1
|
* fix crash when detecting network connection with supplementary mediaOlivier Blin2008-04-011-0/+2
|
* 10.23Pascal Rigaux2008-03-311-0/+2
|
* fix computing time according to timezone in local/UTC dialogOlivier Blin2008-03-281-0/+2
| | | | | (by using zoneinfo files from the installed prefix)
* move news entry in the proper placeOlivier Blin2008-03-281-2/+2
|
* detect as laptop systems with ACPI lid buttonOlivier Blin2008-03-281-0/+2
| | | | | (i.e. if /sys/bus/acpi/devices/PNP0C0D:* exists)
* - ensure umount on loopback-mounted-file doesn't leak /dev/loopPascal Rigaux2008-03-281-0/+2
| | | | | (otherwise it breaks install from isos on disk) (#36992)
* - warn the user and propose to install/quit-install before upgrading from aPascal Rigaux2008-03-281-0/+3
| | | | | partition where "/" is ext3 with block-size 1KB to avoid kernel bug (#37583)
* 10.21Thierry Vignaud2008-03-251-0/+2
|
* - partitioning wizard lirary: Pascal Rigaux2008-03-251-0/+3
| | | | | | | o allow "Use free space" if there is an extended partition even if all primary partitions are used (#38804) (*old* bug!)
* add missing bug referenceThierry Vignaud2008-03-251-1/+1
|
* fix errors while setting PA preferences (#39270)Thierry Vignaud2008-03-251-0/+1
|
* - use umask=0 by default on vfat (#39315)Pascal Rigaux2008-03-251-0/+1
|
* - adduserdrakePascal Rigaux2008-03-251-0/+3
| | | | | | | o force the password to be utf8 (#23273) (that's what userdrake do)
* 10.19Thierry Vignaud2008-03-211-0/+2
|
* - diskdrake:Pascal Rigaux2008-03-211-0/+3
| | | | | | o fix setting mount point of a /dev/mdX (#39142) (regression introduced in 10.8)
* - when skipping bootloader installation, correctly say "None" in summary Pascal Rigaux2008-03-211-0/+2
| | | | | | | | (#39101) for this, setting $bootloader->{boot} to '', it's simple enough and seems to work nicely :)
* - correctly set country when given lang=xxx on /proc/cmdlinePascal Rigaux2008-03-211-0/+3
| | | | | (regression introduced in 10.16) (#39104)
* 10.18Olivier Blin2008-03-211-0/+2
|
* - when reformatting swap, keep existing UUID (#38877)Pascal Rigaux2008-03-201-0/+1
|
* - add Xorg.0.log to report.bug.gz (to help diagnose why X failed)Pascal Rigaux2008-03-201-0/+1
|
* - ask which drive to install bootloader if we don't really know which is firstPascal Rigaux2008-03-201-0/+2
| | | | | bios drive (cf #38829)
* fix reading alternatives in installOlivier Blin2008-03-201-0/+2
|
* 10.17Olivier Blin2008-03-201-0/+2
|
* update OpenOffice/BrOffice alternative according to selected lang (#37820)Olivier Blin2008-03-201-0/+1
|
* do not unconfigure timezone if timezone screen is canceled (#33565)Olivier Blin2008-03-191-0/+2
|
* fix version in NEWSThierry Vignaud2008-03-181-1/+1
|
* 10.16Thierry Vignaud2008-03-181-0/+2
|
* - fix setting default lang (which is given by gfxboot)Pascal Rigaux2008-03-181-0/+1
| | | | | | nb: one must not set $o->{locale}{lang} directly, otherwise $o->{locale}{country} will not have a valid value, hence some issues...
* - adduserdrake:Pascal Rigaux2008-03-181-0/+2
| | | | | o display kdm/gdm icon again (was disabled on year ago)
* do not write aliases for asus_acpi and thinkpad_acpi in modprobe.preload, ↵Olivier Blin2008-03-171-0/+3
| | | | the modules are now handled by coldplug
* 10.15Olivier Blin2008-03-141-0/+2
|
* - 2008.1 RC2 logoPascal Rigaux2008-03-141-0/+2
|
* 10.14Pascal Rigaux2008-03-141-3/+2
|
* - adapt to cooker:Pascal Rigaux2008-03-141-0/+3
| | | | | o brltty libraries are now correctly in /lib64 on x86_64
* 10.13Pascal Rigaux2008-03-141-0/+2
|
* - mount ntfs-3g as ntfs during installPascal Rigaux2008-03-141-0/+2
| | | | | (fixes adding "windows" entry in bootloader)
* - do not propose to upgrade non-mandriva and non-conectiva distros (#38408)Pascal Rigaux2008-03-131-0/+1
|
* cpufreq: fix gsx-suspmod probeOlivier Blin2008-03-101-0/+1
|
* - really fix partition device name for some dmraid (missing "p", cf #38363)Pascal Rigaux2008-03-071-0/+2
| | | | | (this is needed to complete commit r238726 | pixel | 2008-03-06)
* 10.10Thierry Vignaud2008-03-061-0/+2
|
* - fix partition device name for some dmraid (missing "p", cf #38363)Pascal Rigaux2008-03-061-0/+1
| | | | | | | | simplifying code, since using "p" to separate device name from partition number when device name ends with a digit is standard in the kernel $hd->{prefix} is no more always created. Only used in same special cases
* do not timeout after 10 minutes when resizing NTFS partitionOlivier Blin2008-03-051-0/+1
|
* - restore correct configuration of nfs/hd media in urpmi.cfgPascal Rigaux2008-03-051-0/+2
| | | | | (regression introduced in 10.8)
* - do not load i810fb, rely on vesa xorg drive instead (it may help #37772)Pascal Rigaux2008-03-051-0/+1
|
* - fix resizing/formatting ntfs, and create "Windows" entry in bootloaderPascal Rigaux2008-03-051-0/+2
| | | | | (broken because of ntfs-3g switch in previous release)
* install kernel586 on Transmeta Crusoe TM5800 (#37866)Pascal Rigaux2008-03-041-0/+2
|
* 10.8Pascal Rigaux2008-03-041-0/+2
|