summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* fix buid due to to broken Estonian translationThierry Vignaud2009-03-231-0/+2
|
* 12.17Anssi Hannula2009-03-201-0/+2
| | | | | | (release is needed now for new drakx-kbd-mouse-x11 that had to be released to fix alternatives handling)
* - diskdrake:Pascal Terjan2009-03-201-0/+3
| | | | | o allow LVM in non expert mode o allow Encrypted partition inside LVM
* 12.16Thierry Vignaud2009-03-181-0/+2
|
* better logThierry Vignaud2009-03-181-1/+1
|
* (create_widgets) fix doble clicking on 'accept' on license screenThierry Vignaud2009-03-181-0/+2
| | | | | | (regression introduced when adding "install" buttons (aka release notes, help...)
* add bug idThierry Vignaud2009-03-171-1/+1
|
* 12.15Thierry Vignaud2009-03-171-0/+2
|
* enable to emulate iso-on-disk installationThierry Vignaud2009-03-171-0/+2
|
* (get_media) fix support for iso-on-disk installation (regression whenThierry Vignaud2009-03-171-0/+3
| | | | | installer switched to urpmi) (#48661)
* 12.14Thierry Vignaud2009-03-111-0/+2
|
* include virtio modules (#45518)Pascal Terjan2009-03-111-0/+1
|
* (get_html_file) workaround latest webkit thus fixing displaying helpThierry Vignaud2009-03-111-0/+2
| | | | | (see mcc bug #47840)
* 12.13Thierry Vignaud2009-03-101-0/+2
|
* (get_media) fix selecting packages on cdroms (copy rpmsrate too)Thierry Vignaud2009-03-101-0/+1
| | | | | (once RC1 is released, investigate why _get_compsUsers_pl() failed)
* diskdrake: don't crash when creating a partition in LVM with the partition ↵Pascal Terjan2009-03-101-0/+3
| | | | type buttons (#38078)
* 12.12Thierry Vignaud2009-03-091-0/+2
|
* (_install_raw) use new urpmi API in order to fix detecting whether installingThierry Vignaud2009-03-091-0/+3
| | | | | packages succedded or not (especially usefull for building ones)
* 12.11Thierry Vignaud2009-03-091-0/+2
|
* (get_media) fix accessing CD-ROM based media on x86_64Thierry Vignaud2009-03-091-0/+2
|
* more precise logThierry Vignaud2009-03-091-1/+1
|
* 12.1012.10Thierry Vignaud2009-03-091-0/+4
|
* (get_media) adjust media path for 32 bit DVD/CD installationsThierry Vignaud2009-03-091-0/+1
|
* 12.9Thierry Vignaud2009-03-091-0/+2
|
* (_install_raw) log failed transactions summaryThierry Vignaud2009-03-091-0/+1
|
* (_install_raw) ask for retryThierry Vignaud2009-03-091-0/+1
|
* better logThierry Vignaud2009-03-091-1/+2
|
* (_install_raw) log bogus signaturesThierry Vignaud2009-03-091-0/+2
|
* 12.8Thierry Vignaud2009-03-061-0/+2
|
* fix datesThierry Vignaud2009-03-061-2/+2
|
* log fred's changeThierry Vignaud2009-03-061-0/+2
|
* 12.7Thierry Vignaud2009-03-061-0/+2
|
* (get_media) fix setting urpmi media for CDROM installation whose treeThierry Vignaud2009-03-061-0/+3
| | | | | | differ from other types of installation (also fix getting compsUser.pl for CD-ROM)
* 12.6Thierry Vignaud2009-03-061-0/+2
|
* (_install_raw) do not override error() (already defined in empty_packages()) ↵Thierry Vignaud2009-03-051-0/+2
| | | | so that we can display them
* typo fixThierry Vignaud2009-03-051-1/+1
|
* 12.5Thierry Vignaud2009-03-051-0/+2
|
* remove useless commaThierry Vignaud2009-03-051-1/+1
|
* handle more driversThierry Vignaud2009-03-051-1/+6
|
* add support for drivers new in 2.6.29-rc7:Thierry Vignaud2009-03-051-0/+4
| | | | | | - dvb: firedtv - gigabit: atl1c
* 12.4Thierry Vignaud2009-03-051-0/+2
|
* (_install_raw) check package signatures like urpmi does (new feature) (needs ↵Thierry Vignaud2009-03-051-0/+1
| | | | urpmi-6.22.3 and URPM-3.26)
* (empty_packages,main) log extra debugging messages if passing the ↵Thierry Vignaud2009-03-041-0/+2
| | | | 'debug_urpmi' option
* 12.3Thierry Vignaud2009-03-041-0/+2
|
* fix 12.2's dateThierry Vignaud2009-03-041-1/+1
|
* (install,select_only_some_media) honor 'selected_names' for auto_installThierry Vignaud2009-03-041-0/+1
|
* (install) make sure we don't try to reslect already selected packagesThierry Vignaud2009-03-041-0/+2
| | | | | by dropping packages->{state}
* 12.212.2Thierry Vignaud2009-03-041-0/+2
|
* (_install_raw::trans_error_summary) do not die if a transactionThierry Vignaud2009-03-041-0/+2
| | | | | | failed ; only warn about it in graphical mode (no more a fata error for auto install)
* (_install_raw) do not pass log file fd to urpm::install since it leaks a ↵Thierry Vignaud2009-03-041-0/+1
| | | | duplicated fd per transaction