Log of /drakx/trunk/perl-install/NEWS
Parent Directory
| Revision Log
Revision
3571 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 19 18:33:40 2012 UTC
(12 years, 5 months ago)
by
colin
File length: 87690 byte(s)
Diff to
previous 3436
- use "splash" on the kernel command line vs. "splash=silent" as per upstream
code (e.g. plymouth, systemd and others)
- support the "quiet" kernel command line argument to hide kernel text
Revision
3434 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 12 19:31:03 2012 UTC
(12 years, 6 months ago)
by
tv
File length: 87466 byte(s)
Diff to
previous 3372
(cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy 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
Revision
3371 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 11 00:39:27 2012 UTC
(12 years, 6 months ago)
by
tv
File length: 87259 byte(s)
Diff to
previous 3369
(part_possible_actions) fix resizing LVs (mga#4666)
(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)
Revision
3369 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 11 00:39:19 2012 UTC
(12 years, 6 months ago)
by
tv
File length: 87227 byte(s)
Diff to
previous 3368
(Resize,dmcrypt_open,RemoveFromDm) fix error on removing LVs
eg: "Undefined subroutine &fs::dmcrypt::close_part called"
Revision
2716 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 20 19:12:12 2012 UTC
(12 years, 7 months ago)
by
tv
File length: 86221 byte(s)
Diff to
previous 2715
(suggest_lv_name_from_mnt_point, suggest_lv_name) suggest better LV
names based on the mount point rather than numbers
Revision
2444 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 17 20:07:37 2011 UTC
(12 years, 8 months ago)
by
tv
File length: 85862 byte(s)
Diff to
previous 2443
(setupBootloader__entries) display partition labels when adding a foreign OS
(similar to previous commit, maybe should we share some helper for
devices listing & GUI-formating)
Revision
2443 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 17 20:07:34 2011 UTC
(12 years, 8 months ago)
by
tv
File length: 85808 byte(s)
Diff to
previous 2414
(setupBootloader__general) display partition labels in list instead of just 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)
Revision
2353 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 10 13:36:01 2011 UTC
(12 years, 9 months ago)
by
tv
File length: 85576 byte(s)
Diff to
previous 2348
(raw) fix $HOME for all when runing as another user instead of root (mga#287)
make rpmdrake fix more generic
Revision
2340 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 10 05:49:42 2011 UTC
(12 years, 9 months ago)
by
tv
File length: 85336 byte(s)
Diff to
previous 2339
harddrake: prevent detecting some soft modems as scanners (mga#2753)
as usual sane-find-scanner is reporting wrongly too many devices,
so we must filter them
Here, let's filter harder soft modems
Revision
2338 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 10 05:40:47 2011 UTC
(12 years, 9 months ago)
by
tv
File length: 85265 byte(s)
Diff to
previous 2337
(Gtk2::Notify::Queue->show) prevent net_applet to crash on notifications without icons (mga#2876)
Revision
2256 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 4 02:24:19 2011 UTC
(12 years, 9 months ago)
by
anssi
File length: 85158 byte(s)
Diff to
previous 2253
service_harddrake: fix xorg.conf Driver switch regexp
This fixes a driver switch failing to alter xorg.conf when the Driver
line doesn't contain default whitespacing (reported by Barry Jackson).
Revision
2201 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 22 21:52:48 2011 UTC
(12 years, 9 months ago)
by
tv
File length: 84763 byte(s)
Diff to
previous 2200
(bug_handler) do not keep around the segfaulted process once we
collected all needed data when running drakbug
this eats memory for nothing
Revision
2196 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 22 20:35:37 2011 UTC
(12 years, 9 months ago)
by
tv
File length: 84577 byte(s)
Diff to
previous 2194
do not to run GDB (too late[1] & faster!!!)
[1] after fork/exec, what remains of stack is useless
Revision
2067 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 24 18:58:50 2011 UTC
(12 years, 10 months ago)
by
tmb
File length: 84206 byte(s)
Diff to
previous 1906
- sync with kernel-3.1.0-1.mga2
* add hid devices:
hid-keytouch, hid-uclogic
* add sas/raid driver:
isci
* add sound devices:
snd-lola, snd-firewire-speakers snd-isight, snd-usb-6fire
* add usb/storage:
ums-eneub6250, ums-realtek
* add wireless drivers:
brcmsmac, rtl8187se, rtusb, rtl8192se, rtl8192cu, rtl8192de
Revision
1844 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 6 22:34:01 2011 UTC
(13 years, 1 month ago)
by
anssi
File length: 83808 byte(s)
Diff to
previous 1834
partition_table: align partitions to 1MB boundaries to avoid
performance issues with drives with 4k physical sectors (mga#1215)
Revision
1820 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 1 10:28:11 2011 UTC
(13 years, 1 month ago)
by
tv
File length: 83354 byte(s)
Diff to
previous 1798
This fixes the detection of kernel vesion for usage in bootloader entries.
It wasn't entirely correct in mga1, and it got worse since we started adding
mgaver to rpmtag.
Before installing a kernel-desktop-3.0.0-1.mga2 the entry would end up as:
title 2 3.0.0-desktop-1.mga
With the fix below it creates the proper entry:
title desktop 3.0.0-1.mga2
Signed-off-by: Thomas Backlund <tmb@mageia.org>
Revision
1692 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 16 21:35:10 2011 UTC
(13 years, 2 months ago)
by
ahmad
File length: 83228 byte(s)
Diff to
previous 1680
- any.pm: Add lxsession to the wm list, and add lxde-logout as the
ask_window_manager_to_logout command (mga#1395)
Revision
1423 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 19 20:40:42 2011 UTC
(13 years, 3 months ago)
by
blino
File length: 82891 byte(s)
Diff to
previous 1409
finish-install: do not try to replace home path for device files after
live install (#1148)
Revision
1397 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu May 19 00:31:34 2011 UTC
(13 years, 3 months ago)
by
tv
File length: 82765 byte(s)
Diff to
previous 1394
(rawlevel_list,to_lowlevel_string,from_lowlevel_string) introduce them
in order to read/write new msec config file format
(get) fix reading security level with new msec (mga#332)
Revision
1381 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 18 22:38:52 2011 UTC
(13 years, 3 months ago)
by
colin
File length: 82468 byte(s)
Diff to
previous 1380
draksound: Remove the 'Enable 5.1...' option. This is now done via card profiles in native GUIs for GNOME and KDE (or pavucontrol)
Revision
1380 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed May 18 22:35:28 2011 UTC
(13 years, 3 months ago)
by
colin
File length: 82333 byte(s)
Diff to
previous 1373
draksound: Remove the 'Enable user switching...' option as it relies on HAL which is deprecated
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.