summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-0/+2
| | | | (based on pok's idead @mdv but fixed)
* Mageia 3 alpha 1 bannerAnne Nicolas2012-09-021-0/+4
|
* update newsAnne Nicolas2012-09-011-0/+5
|
* 14.3614.36Thierry Vignaud2012-08-311-0/+2
|
* (_install_raw,_resolve_requested_and_check) adapt to urpmi-7.5Thierry Vignaud2012-08-311-0/+2
|
* 14.3514.35Thierry Vignaud2012-08-301-0/+2
|
* adapt to usbfs death (1/4): check for /sys/kernel/debug/usb instead ofThierry Vignaud2012-08-301-0/+2
| | | | /proc/bus/usb
* 14.3414.34Thierry Vignaud2012-08-301-0/+2
|
* adapt to perl-5.16.1Thierry Vignaud2012-08-271-0/+1
|
* (has_systemd) fix checking systemd presence after systemd merge of subpackagesThierry Vignaud2012-08-131-0/+3
|
* 14.3214.32Thierry Vignaud2012-07-281-0/+2
|
* stop fixing the raid udev rule now that it has been fixedThierry Vignaud2012-07-271-0/+1
|
* (reallyChooseGroups) add "select all" & "unselect all" buttonsThierry Vignaud2012-07-261-0/+1
| | | | buttons layout should be probably enhanced later...
* (reallyChooseGroups) add a scrollbarThierry Vignaud2012-07-261-0/+4
| | | | (due to Oxygen theme eating more space than Ia Ora one)
* 14.3114.31Thierry Vignaud2012-07-241-0/+2
|
* minimal adapt to /usr moveThierry Vignaud2012-07-241-0/+1
|
* adapt to latest systemd/udevdThierry Vignaud2012-07-241-0/+1
|
* adapt to latest GDBThierry Vignaud2012-07-241-0/+1
|
* fix install/NEWSOlivier Blin2012-07-221-1/+1
|
* diskdrake: install nfs-utils instead of nfs-utils-clientsOlivier Blin2012-07-221-0/+3
| | | | | (#6570, merged back in nfs-utils)
* 14.3014.30Thierry Vignaud2012-06-231-0/+2
|
* (setPackages) show all errors at once when setting mediaThierry Vignaud2012-06-231-0/+1
|
* (offer_minimal_options) fix settings 'suggests' properly according toThierry Vignaud2012-06-211-0/+4
| | | | | | | 'no_suggests', aka default to suggests enabled regression introduced in r4594 on 2012-05-23: '(chooseGroups) remember values when clicking "previous"'
* 14.2914.29Thierry Vignaud2012-06-171-0/+2
|
* log previous changeThierry Vignaud2012-06-171-0/+2
|
* 14.2814.28Thierry Vignaud2012-06-111-0/+2
|
* (setPackages) call clean_rpmdb_shared_regions() early thus fixing upgrade ↵Thierry Vignaud2012-06-111-0/+1
| | | | | | | | with rpm-4.10.0: "error: db5 error (-30969) from dbenv->open: BDB0091 DB_VERSION_MISMATCH: Database environment version mismatch error: cannot open Packages index using db5 - (-30969) error: cannot open Packages database in /mnt/var/lib/rpm/"
* really fix build with brltty-4.3Thierry Vignaud2012-06-071-0/+2
|
* 14.2714.27Thierry Vignaud2012-06-071-0/+2
|
* fix build with brltty-4.3Thierry Vignaud2012-06-071-0/+1
|
* (spawnShell) spawn a shell like in regular modeThierry Vignaud2012-06-051-0/+1
|
* (start_udev) do not start udev twice in debug modeThierry Vignaud2012-06-051-0/+1
|
* just start the installer if one quits the shell in debug modeThierry Vignaud2012-06-051-0/+3
|
* 14.2614.26Thierry Vignaud2012-06-051-0/+2
|
* fix detecting if Xorg started successfullyThierry Vignaud2012-06-051-0/+2
|
* 14.2514.25Thierry Vignaud2012-06-041-0/+2
|
* (new,_setup_and_start_X) fix fallbacking on curses install aka abortThierry Vignaud2012-06-041-0/+2
| | | | | | | gtk install startup if X failed to start issue introduced in r2434 on Dec 16 2011: "(_setup_and_start_X) split it out of new()"
* describe funda's changeThierry Vignaud2012-06-041-0/+1
|
* use proper design from original authorAnne Nicolas2012-05-311-0/+2
|
* 14.2414.24Thierry Vignaud2012-05-311-0/+2
|
* fix build with perl-5.16.0Thierry Vignaud2012-05-311-0/+1
|
* adapt to latest xkbThierry Vignaud2012-05-301-0/+2
|
* 14.23.114.23.1Thierry Vignaud2012-05-291-0/+2
|
* include newly needed moduleThierry Vignaud2012-05-291-0/+2
|
* 14.2314.23Thierry Vignaud2012-05-281-0/+2
|
* add missing bug IDThierry Vignaud2012-05-231-1/+1
|
* (call_blkid) use newly introduced get_stdout_raw() to reduce blkidThierry Vignaud2012-05-231-0/+1
| | | | timeout to 30 seconds (mga#5979)
* (ensure_dev_exists,getXenBlk,simple_partition_scan,should_prefer_UUID) add ↵Thierry Vignaud2012-05-231-0/+2
| | | | | | support for XenBlk discs needs testing
* (parse_args,empty_packages) enable to go fast with 'tune-rpm'...Thierry Vignaud2012-05-231-0/+1
| | | | | for testing (it looks like urpm::set_tune_rpm() is more effective than what does install::pkgs::install() & _remove_raw()
* (parse_args,empty_packages) add support for 'justdb' optionThierry Vignaud2012-05-231-0/+2
| | | | | | | | | | | (for fast testing; warning: no coverage for %post scripts errors or missing requires, non explicit file conflicts, ...) (installPackages) don't try to run ldconfig in 'justdb' mode (configureNetwork) don't try to set firewall, file tests will fail (afterInstallPackages) don't check for file