<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/install/NEWS, branch 16.97</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.97</title>
<updated>2015-05-18T02:45:07+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-18T02:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7e16a699f26a79e467630a1960fdf0da92968d78'/>
<id>7e16a699f26a79e467630a1960fdf0da92968d78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enables to get raw available space (mga15257)</title>
<updated>2015-05-18T02:45:07+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-12T08:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=41e7676d8b316a5a7425cd9d9ee433f52d6a338d'/>
<id>41e7676d8b316a5a7425cd9d9ee433f52d6a338d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>16.96</title>
<updated>2015-05-17T09:21:58+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-17T09:21:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bf69116376c5afd68be93c5cf1be51bcdba4928b'/>
<id>bf69116376c5afd68be93c5cf1be51bcdba4928b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix regression refusing FAT for ESP (mga#15962)</title>
<updated>2015-05-17T09:20:06+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-17T08:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ba2fa54ce467dfeda61f696bfd8b94aed4c99112'/>
<id>ba2fa54ce467dfeda61f696bfd8b94aed4c99112</id>
<content type='text'>
regression introduced in commit ae5b3ce9845669227ef06c90dfaa1065a7ceebe8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
regression introduced in commit ae5b3ce9845669227ef06c90dfaa1065a7ceebe8
</pre>
</div>
</content>
</entry>
<entry>
<title>16.95</title>
<updated>2015-05-14T08:53:28+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-14T08:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=bd09ea4e645a3f3b7840918df1d32e26677474b5'/>
<id>bd09ea4e645a3f3b7840918df1d32e26677474b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a crash after "insufficient space" error</title>
<updated>2015-05-14T06:31:15+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-14T06:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e398b3cd6490c60035da843b37e555e89367b644'/>
<id>e398b3cd6490c60035da843b37e555e89367b644</id>
<content type='text'>
create_display_box gets called twice. The first time, only the $kind
parameter has a value, the second time all the parameters (including
$button) have values.

On the first time through the partitioning step, the second call to
create_display_box sets the selected_for_resize flag for my NTFS
partition. When returning to the partitioning step, this flag is still
set, so the first call to create_display_box executes the block of code
that ends with

  $button-&gt;signal_connect('focus-in-event' =&gt; sub { ... });

even though it doesn't have a value for $button.
(Martin Whitaker, mga#15919)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
create_display_box gets called twice. The first time, only the $kind
parameter has a value, the second time all the parameters (including
$button) have values.

On the first time through the partitioning step, the second call to
create_display_box sets the selected_for_resize flag for my NTFS
partition. When returning to the partitioning step, this flag is still
set, so the first call to create_display_box executes the block of code
that ends with

  $button-&gt;signal_connect('focus-in-event' =&gt; sub { ... });

even though it doesn't have a value for $button.
(Martin Whitaker, mga#15919)
</pre>
</div>
</content>
</entry>
<entry>
<title>s/mga9648/mga#9648/</title>
<updated>2015-05-11T16:05:58+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-11T16:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=8dcb887ff5c0cfadd086e7e8160278f61c7e210c'/>
<id>8dcb887ff5c0cfadd086e7e8160278f61c7e210c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better dialog title (mga9648)</title>
<updated>2015-05-11T08:50:46+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-11T08:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=3d0a461b8b9b865dd60c13317314e4ed90dc4795'/>
<id>3d0a461b8b9b865dd60c13317314e4ed90dc4795</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>16.93</title>
<updated>2015-05-09T13:03:08+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-09T12:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=dd6506936c70efdc2348c91be126ec029b10ae05'/>
<id>dd6506936c70efdc2348c91be126ec029b10ae05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do use vga value for grub2</title>
<updated>2015-05-09T13:03:08+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2015-05-09T13:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=44d1e25760a2e5fde4243ce96ab693b6f3d1aaf8'/>
<id>44d1e25760a2e5fde4243ce96ab693b6f3d1aaf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
