summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* add regression tracking dataThierry Vignaud2009-04-231-0/+1
|
* 12.33Thierry Vignaud2009-04-231-0/+2
|
* (selectInstallClass) fix not offering to upgrade 32 bit installationsThierry Vignaud2009-04-231-0/+1
| | | | | | (regression introduced by pterjan in r255238 on 2009-03-31: "Don't list installed distros with other archs as ugrading betweenarchs is not supported")
* handle virtio block devicesPascal Terjan2009-04-231-0/+2
|
* 12.32Thierry Vignaud2009-04-231-0/+2
|
* (adjust_paths_in_urpmi_cfg) fix cdrom path in urpmi.cfg for dual arch ISOsThierry Vignaud2009-04-231-0/+1
|
* (interactive_help) fix displaying help at install timeThierry Vignaud2009-04-221-0/+3
|
* 12.31Thierry Vignaud2009-04-221-0/+2
|
* (empty_packages) use --force like older installer (and dropThierry Vignaud2009-04-221-1/+1
| | | | | --replacepkgs which is implied by force in URPM.xs)
* (empty_packages) use --replacepkgs like older installerThierry Vignaud2009-04-221-0/+2
|
* (createXconf) set mouse driver as 'vmmouse' for vmware (#49654)Thierry Vignaud2009-04-221-0/+1
|
* fix left backgroundAnne Nicolas2009-04-221-0/+1
|
* log annes's changeThierry Vignaud2009-04-211-0/+1
|
* handle partition starting after 1ToPascal Terjan2009-04-211-1/+3
|
* 12.30Thierry Vignaud2009-04-211-0/+2
|
* (check) add a basic testsuite (ensuring it compiles) in order toThierry Vignaud2009-04-211-0/+2
| | | | | | | prevent future crashes like #50009 rationale: make sure every perl module and tool pass perl_checker
* log anne's changesThierry Vignaud2009-04-211-0/+1
|
* (upgrade_kde3_to_kde4) fix checking for kde3 (which is now in /opt)Thierry Vignaud2009-04-211-0/+1
|
* (upgrade_kde3_to_kde4) do not offer to stop the install when kde3 isThierry Vignaud2009-04-211-0/+2
| | | | | | | | installed since kde3 to kde4 upgrade is now done through kde4 packages obsoleting kde3 ones just silently select task-kde4
* render ext4 partition as red like ext3 onesThierry Vignaud2009-04-211-0/+1
|
* (part_raw) display a progress bar while formating an ext4 partitionThierry Vignaud2009-04-211-1/+3
|
* do not run udevadm in install modePascal Terjan2009-04-211-0/+2
|
* typo fixThierry Vignaud2009-04-201-1/+1
|
* 12.29Thierry Vignaud2009-04-201-0/+3
|
* (_install_raw,monitor_full_edid) do not log perl warnings aboutThierry Vignaud2009-04-201-0/+3
| | | | | missing/not-yet-installed locales while installing and while probing EDID
* 12.28.1Thierry Vignaud2009-04-161-0/+2
|
* (read_grub_menu_lst) fix crash introduced in latest commit...Thierry Vignaud2009-04-161-0/+2
|
* windows boot partition is the active one (#49483)Pascal Terjan2009-04-151-0/+2
|
* 12.2812.28Thierry Vignaud2009-04-151-0/+2
|
* Move NEWS entries aroundPascal Terjan2009-04-151-2/+1
|
* do not crash when encountering bad signatures in automatic installOlivier Blin2009-04-151-0/+1
|
* move a changelog from 12.27 into 12.26.2 as it really was releasedThierry Vignaud2009-04-151-1/+1
| | | | | with it
* display an error when mount fails during View actionPascal Terjan2009-04-151-0/+1
|
* - include mount.ntfs-3g in install and rescuePascal Terjan2009-04-151-0/+5
| | | | | | - add various command to rescue
* - handle firmware loading in stage2 tooPascal Terjan2009-04-141-0/+1
|
* (get_file_and_size) be more compatible with older http code for error managementThierry Vignaud2009-04-091-0/+2
|
* 12.26.212.26.2Thierry Vignaud2009-04-091-0/+2
|
* (get_file_and_size) fix crashing when using urpmi early to download stuff ↵Thierry Vignaud2009-04-091-0/+3
| | | | for network installs
* better logThierry Vignaud2009-04-091-1/+1
|
* 12.26.112.26.1Thierry Vignaud2009-04-081-0/+2
|
* (_get_media_url) handle NFS & CDROM media with arched directory (aka 'i586/')Thierry Vignaud2009-04-081-0/+3
|
* release the installer tooThierry Vignaud2009-04-081-0/+2
|
* better logThierry Vignaud2009-04-081-1/+1
|
* (adjust_paths_in_urpmi_cfg) fix mount point for disk mediaThierry Vignaud2009-04-081-0/+1
| | | | | | rationale: for disk & nfs install, either resolve /tmp/image (using real mount point) or drop $::prefix, which makes url matches real mount point
* (main) log where we segfaultedThierry Vignaud2009-04-081-0/+1
|
* (install::http::get_file_and_size) just use curl instead of using ourThierry Vignaud2009-04-081-0/+2
| | | | | own http stack (thus fixing unable to set up network addittional media, #48887)
* (prep_net_suppl_media) call configure_media() so that one can installThierry Vignaud2009-04-081-0/+3
| | | | | basesystem before adding suppl network media (maybe should we display a wait message as urpm::media::configure() is costly?)
* include vmmouse driver (#49654)Thierry Vignaud2009-04-081-0/+2
|
* 12.25.1Thierry Vignaud2009-04-071-0/+2
|
* (adjust_paths_in_urpmi_cfg) fix mount point for CD-ROM media (#49613)Thierry Vignaud2009-04-071-0/+2
| | | | | | | | | (prefix can be either /tmp/image for main media or real mount point) (regression introduced in r255093 on 2009-03-30: "(get_media) always trust stage1's /tmp/image (thus fixing ISO on NFS installation as well as NFS installation from cooker/ instead of eg cooker/i586 (#48874)")