<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/NEWS, branch 13.93</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>13.93</title>
<updated>2012-03-12T20:35:39+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-12T20:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=12ecb825c23e2465adbb488211e62f160f09c037'/>
<id>12ecb825c23e2465adbb488211e62f160f09c037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(cmp_kernel_versions) move it from any.pm to common.pm; thus preventing lazy loading of syscall.ph through</title>
<updated>2012-03-12T19:31:03+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-12T19:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=95e031578306cf1ef7656404d3e2b49db80497f4'/>
<id>95e031578306cf1ef7656404d3e2b49db80497f4</id>
<content type='text'>
any-&gt;detect_devices&gt;modules&gt;list_modules&gt;MDK::Common&gt;MDK::Common::System&gt;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     

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
any-&gt;detect_devices&gt;modules&gt;list_modules&gt;MDK::Common&gt;MDK::Common::System&gt;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     

</pre>
</div>
</content>
</entry>
<entry>
<title>13.92</title>
<updated>2012-03-11T00:39:30+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-11T00:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5827e56e406b0427fc67877249eb1670f3c9b789'/>
<id>5827e56e406b0427fc67877249eb1670f3c9b789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(part_possible_actions) fix resizing LVs (mga#4666)</title>
<updated>2012-03-11T00:39:27+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-11T00:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=d346fadc4e4b6514a143380d1a5b41ea98bced30'/>
<id>d346fadc4e4b6514a143380d1a5b41ea98bced30</id>
<content type='text'>
(is_LVM_resizable) introduce a real function instead of a "macro"

else LVM_resizable got expanded as:
  member($part-&gt;{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs))
then as:
  member($part-&gt;{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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(is_LVM_resizable) introduce a real function instead of a "macro"

else LVM_resizable got expanded as:
  member($part-&gt;{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs))
then as:
  member($part-&gt;{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)
</pre>
</div>
</content>
</entry>
<entry>
<title>(Resize,dmcrypt_open,RemoveFromDm) fix error on removing LVs</title>
<updated>2012-03-11T00:39:19+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-11T00:39:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=6ae2a5912a7d8d0f5b9f3dbd6799eb25ea3492d3'/>
<id>6ae2a5912a7d8d0f5b9f3dbd6799eb25ea3492d3</id>
<content type='text'>
eg: "Undefined subroutine &amp;fs::dmcrypt::close_part called"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
eg: "Undefined subroutine &amp;fs::dmcrypt::close_part called"
</pre>
</div>
</content>
</entry>
<entry>
<title>small english message improvement (mga#456)</title>
<updated>2012-03-10T18:28:32+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-03-10T18:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=dec9b1165c1ab64f03dd51c683aa839e3ed17c86'/>
<id>dec9b1165c1ab64f03dd51c683aa839e3ed17c86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>13.89.1</title>
<updated>2012-03-02T18:48:14+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mageia.org</email>
</author>
<published>2012-03-02T18:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b55e8fb3073e17a4ff9ea11fa4aeedc3a5a340c6'/>
<id>b55e8fb3073e17a4ff9ea11fa4aeedc3a5a340c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>service_harddrake: recognize XZ compressed modules properly (mga#4767)</title>
<updated>2012-03-02T18:48:09+00:00</updated>
<author>
<name>Anssi Hannula</name>
<email>anssi@mageia.org</email>
</author>
<published>2012-03-02T18:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=77c68ac107f5c807c8f288a4bf0b9bf66a060e36'/>
<id>77c68ac107f5c807c8f288a4bf0b9bf66a060e36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>13.86</title>
<updated>2012-02-29T07:36:02+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-02-29T07:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=5a99429ef799975778dfaec92a7a318568fbf9bb'/>
<id>5a99429ef799975778dfaec92a7a318568fbf9bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>13.81</title>
<updated>2012-02-13T19:45:17+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mageia.org</email>
</author>
<published>2012-02-13T19:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=be9cb8d4aa19fa266dfd33ced38ffb0eefa80553'/>
<id>be9cb8d4aa19fa266dfd33ced38ffb0eefa80553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
