summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-12 19:31:03 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-12 19:31:03 +0000
commit23b35057b5a3f5b62f418c3579d46ef370779d50 (patch)
treea96c4252a6cc3b13ea2f5f911af4318390df1f9a /perl-install/NEWS
parente531c53a0a9c32a9a36604e1af019c92ae23b5b1 (diff)
downloaddrakx-backup-do-not-use-23b35057b5a3f5b62f418c3579d46ef370779d50.tar
drakx-backup-do-not-use-23b35057b5a3f5b62f418c3579d46ef370779d50.tar.gz
drakx-backup-do-not-use-23b35057b5a3f5b62f418c3579d46ef370779d50.tar.bz2
drakx-backup-do-not-use-23b35057b5a3f5b62f418c3579d46ef370779d50.tar.xz
drakx-backup-do-not-use-23b35057b5a3f5b62f418c3579d46ef370779d50.zip
(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
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r--perl-install/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index d6cf1a337..3b9ddda54 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,7 @@
+- fix mgaapplet crashing on live migration when there's a new major version of
+ perl (mga#3042)
+- reduce resident memory of net_applet (5Mb aka 11%) & mgapplet (7Mb aka 14%)
+
Version 13.92 - 11 March 2012
- english message improvement (mga#456)