summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - use "splash" on the kernel command line vs. "splash=silent" as per upstreamColin Guthrie2012-03-191-0/+4
| | | | | | | code (e.g. plymouth, systemd and others) - support the "quiet" kernel command line argument to hide kernel text
* 13.9313.93Thierry Vignaud2012-03-121-0/+2
|
* (cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy ↵Thierry Vignaud2012-03-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | loading of syscall.ph through any->detect_devices>modules>list_modules>MDK::Common>MDK::Common::System>syscall.ph This can end in crashing mgaaplet when performing live update (mga#3042) because of lazy loading of syscall (by which time perl may as well have been updated including syscall.ph which leave eg perl/5.12.x for perl/5.14.x) This also saves quite some memory for: - net_applet (5Mb aka 11%), - mgapplet (7Mb aka 14%) (as well as maybe for drakxnet but that's more transient): 21736 root 20 0 240m 44m 10m S 0 1.1 0:00.63 net_applet 21501 root 20 0 236m 39m 11m S 0 1.0 0:01.09 net_applet 23116 root 20 0 297m 50m 12m S 0 1.3 0:00.58 mgaapplet 23259 root 20 0 290m 43m 12m S 0 1.1 0:00.40 mgaapplet
* 13.9213.92Thierry Vignaud2012-03-111-0/+2
|
* (part_possible_actions) fix resizing LVs (mga#4666)Thierry Vignaud2012-03-111-0/+1
| | | | | | | | | | | | (is_LVM_resizable) introduce a real function instead of a "macro" else LVM_resizable got expanded as: member($part->{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs)) then as: member($part->{fs_type}, qw(btrfs($part) ext3 ext4($part) reiserfs xfs)) commit r2781 ("sort") "brokes" ext4 by shifting it place in list by one (but ext3 would have failed)
* (Resize,dmcrypt_open,RemoveFromDm) fix error on removing LVsThierry Vignaud2012-03-111-0/+2
| | | | eg: "Undefined subroutine &fs::dmcrypt::close_part called"
* small english message improvement (mga#456)Thierry Vignaud2012-03-101-0/+2
|
* 13.89.113.89.1Anssi Hannula2012-03-021-0/+2
|
* service_harddrake: recognize XZ compressed modules properly (mga#4767)Anssi Hannula2012-03-021-0/+3
|
* 13.86Thierry Vignaud2012-02-291-0/+5
|
* 13.8113.81Thierry Vignaud2012-02-131-0/+2
|
* localedrake: add/remove ime(s)You-Cheng Hsieh2012-02-011-0/+3
|
* (dmidecode) fix crashing on parsing garbaged DMI info (mga#4329)Thierry Vignaud2012-01-311-0/+1
|
* (format_part) use better cipher for encrypted fses (Dave Hodgins, mga#3092)Thierry Vignaud2012-01-281-0/+2
|
* add missing "-"Thierry Vignaud2012-01-261-1/+1
|
* make drakclock systemd compatibleDexter Morgan2012-01-261-0/+2
|
* 13.79Thierry Vignaud2012-01-251-0/+2
|
* (extract_modules) silent failure to extract gz modules (for rescue)Thierry Vignaud2012-01-251-0/+1
|
* (Add2LVM) better default name for new VG (vg-mga, vg-mga1, ...Thierry Vignaud2012-01-241-0/+4
| | | | instead of vg-0, vg-1, ...)
* 13.77Thierry Vignaud2012-01-231-0/+2
|
* preserve UUID when reformating a nilfs fsThierry Vignaud2012-01-231-0/+1
|
* enable to set label on swapThierry Vignaud2012-01-231-1/+1
|
* (write_label) enable to set label on btrfs fsesThierry Vignaud2012-01-231-1/+1
| | | | needs reverse <device>,<label> ordering
* enable to set label on nilfs fsesThierry Vignaud2012-01-231-0/+1
|
* (lvm_cmd_or_die) report back error from lvm2Thierry Vignaud2012-01-201-0/+1
|
* (extract_modules) enable to find, decompress XZ modulesThierry Vignaud2012-01-201-0/+1
|
* (suggest_lv_name_from_mnt_point, suggest_lv_name) suggest better LVThierry Vignaud2012-01-201-0/+1
| | | | names based on the mount point rather than numbers
* (Create) enable to set LV names when not in expert modeThierry Vignaud2012-01-201-0/+3
|
* add missing spaceThierry Vignaud2012-01-201-0/+2
|
* sync version with stage2Thomas Backlund2011-12-231-0/+3
|
* 13.73Thomas Backlund2011-12-231-0/+1
|
* add missing newsThomas Backlund2011-12-231-0/+1
|
* interactive::curses: default to 80x25 (fixes serial)Pascal Terjan2011-12-221-0/+1
|
* (setupBootloader__entries) display partition labels when adding a foreign OSThierry Vignaud2011-12-171-0/+1
| | | | | (similar to previous commit, maybe should we share some helper for devices listing & GUI-formating)
* (setupBootloader__general) display partition labels in list instead of just ↵Thierry Vignaud2011-12-171-0/+3
| | | | | | | disk names in "boot device" choice hard disk names were displayed since 'as suggested in bug #21524, display the info on hard drives in the "boot device" choice' (pixel, 2006-03-09)
* fix missing names after bogus cleaning-before-importing (mga#3745)Thierry Vignaud2011-12-141-0/+2
|
* 13.72.1Thierry Vignaud2011-12-111-0/+2
|
* fix crash after mismerge (mga#3696)Thierry Vignaud2011-12-111-0/+1
|
* (raw) fix $HOME for all when runing as another user instead of root (mga#287)Thierry Vignaud2011-12-101-0/+2
| | | | make rpmdrake fix more generic
* 13.72Thierry Vignaud2011-12-101-0/+2
|
* do not display some bluetooth stuff as unknown (mga#1460)Thierry Vignaud2011-12-101-0/+1
|
* use a list for harddrakeThierry Vignaud2011-12-101-1/+2
|
* drakhelp: make it work somewhat despite lack of docThierry Vignaud2011-12-101-0/+1
|
* add a bug ID into NEWSThierry Vignaud2011-12-101-1/+1
|
* harddrake: prevent detecting some soft modems as scanners (mga#2753)Thierry Vignaud2011-12-101-0/+1
| | | | | | as usual sane-find-scanner is reporting wrongly too many devices, so we must filter them Here, let's filter harder soft modems
* fix bug ID in NEWSThierry Vignaud2011-12-101-1/+1
|
* (Gtk2::Notify::Queue->show) prevent net_applet to crash on notifications ↵Thierry Vignaud2011-12-101-0/+2
| | | | without icons (mga#2876)
* revert "identify xhci-hcd driven hw as bluetooth not usb"Thierry Vignaud2011-12-101-3/+0
|
* identify xhci-hcd driven hw as bluetooth not usbThierry Vignaud2011-12-071-0/+3
|
* 13.71Anssi Hannula2011-12-041-0/+2
|