<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/NEWS, branch 16.102</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>16.102</title>
<updated>2015-05-29T08:59:22+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2015-05-29T08:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=99051e86059a7dc9df7ca81767f223ad380fe584'/>
<id>99051e86059a7dc9df7ca81767f223ad380fe584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>run udevadm settle after actions that trigger device reload (Martin Whitaker, mga#15999)</title>
<updated>2015-05-29T08:56:19+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2015-05-29T08:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f3c5ce01ee71ba2b210ea4a5d4447232ae1d2fe9'/>
<id>f3c5ce01ee71ba2b210ea4a5d4447232ae1d2fe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore special 'Packard_Bell' and 'Push_Button_Reset' partitions (mga#15999)</title>
<updated>2015-05-28T08:21:30+00:00</updated>
<author>
<name>Thomas Backlund</name>
<email>tmb@mageia.org</email>
</author>
<published>2015-05-28T08:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=62645b8ddc107a13151f2a30297aefda4c16f790'/>
<id>62645b8ddc107a13151f2a30297aefda4c16f790</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set min width for left panel (mga#16026)</title>
<updated>2015-05-25T12:17:18+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-25T12:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=de555f75ac4522e620f7cd8fe057ec18bae935e2'/>
<id>de555f75ac4522e620f7cd8fe057ec18bae935e2</id>
<content type='text'>
side effect of the switch from gtk+2 to gtk+3 which behaves differently
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
side effect of the switch from gtk+2 to gtk+3 which behaves differently
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tool name</title>
<updated>2015-05-25T12:16:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-25T12:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=53674811710747e28152b05c22748fe2a7f7f9e5'/>
<id>53674811710747e28152b05c22748fe2a7f7f9e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>16.101</title>
<updated>2015-05-25T15:13:56+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-25T15:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f387076d761b042a56bcfb7bacde0e20e59b953a'/>
<id>f387076d761b042a56bcfb7bacde0e20e59b953a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix not always suggesting /boot/ESP mount point</title>
<updated>2015-05-25T15:04:25+00:00</updated>
<author>
<name>Martin Whitaker</name>
<email>mageia@martin-whitaker.me.uk</email>
</author>
<published>2015-05-25T09:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=4525579cc2f70223c3b6ffe2c977621e081f4e08'/>
<id>4525579cc2f70223c3b6ffe2c977621e081f4e08</id>
<content type='text'>
thus fixing mga#15689 for live installs

The check for whether an ESP needs to be created or not seems to prevent
us to suggest a mount point for the existing one in some cases

to be reviewed for mga6...

diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm
index f3b9973..b222c07 100644
--- a/perl-install/fs/partitioning_wizard.pm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thus fixing mga#15689 for live installs

The check for whether an ESP needs to be created or not seems to prevent
us to suggest a mount point for the existing one in some cases

to be reviewed for mga6...

diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm
index f3b9973..b222c07 100644
--- a/perl-install/fs/partitioning_wizard.pm
</pre>
</div>
</content>
</entry>
<entry>
<title>fix reading back IM config (mga#15761)</title>
<updated>2015-05-25T15:04:12+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-22T16:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0522d5c3825ca72af084c64f0b96377dbc5f28fd'/>
<id>0522d5c3825ca72af084c64f0b96377dbc5f28fd</id>
<content type='text'>
regression introduced in commit 6c23072af9db257153d993e6a87bfc02b69a2263
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
regression introduced in commit 6c23072af9db257153d993e6a87bfc02b69a2263
</pre>
</div>
</content>
</entry>
<entry>
<title>update NEWS</title>
<updated>2015-05-24T11:37:41+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-24T11:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=f5dfbc489a7607aee9b7687ca6fe1a0b7792d78a'/>
<id>f5dfbc489a7607aee9b7687ca6fe1a0b7792d78a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>16.99</title>
<updated>2015-05-20T16:34:47+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-20T16:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=0faa5304e2fea13263ab0cb9aeefe150bad1d21b'/>
<id>0faa5304e2fea13263ab0cb9aeefe150bad1d21b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
