<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mgaonline, branch 2.77.9</title>
<subtitle>Mageia Desktop Applet</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/'/>
<entry>
<title>2.77.9</title>
<updated>2009-11-10T16:28:18+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-11-10T16:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=12b508ea10426dfd80da72c488bf0f6acf03054b'/>
<id>12b508ea10426dfd80da72c488bf0f6acf03054b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(harvester) warn about new distro or no more supported distro only</title>
<updated>2009-11-10T16:28:14+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-11-10T16:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=49eff993613b307c4fb3371ac895cab97444c9ea'/>
<id>49eff993613b307c4fb3371ac895cab97444c9ea</id>
<content type='text'>
after all updates were applied
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
after all updates were applied
</pre>
</div>
</content>
</entry>
<entry>
<title>(really_prepare_add_restricted) rename second instance as</title>
<updated>2009-11-10T14:38:40+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-11-10T14:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=c526aebacbfbe403c0303d8de0004e1810f9da34'/>
<id>c526aebacbfbe403c0303d8de0004e1810f9da34</id>
<content type='text'>
really_prepare_add_enterprise(), thus fixing adding restricted media
(#55320)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
really_prepare_add_enterprise(), thus fixing adding restricted media
(#55320)
</pre>
</div>
</content>
</entry>
<entry>
<title>(confirm_)fix a crash (#55346)</title>
<updated>2009-11-10T14:38:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-11-10T14:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=50e8254c92b123298dbb85c79b82b44db0ad746d'/>
<id>50e8254c92b123298dbb85c79b82b44db0ad746d</id>
<content type='text'>
rationale: gtk+ may fire a signal before $box is initialized
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rationale: gtk+ may fire a signal before $box is initialized
</pre>
</div>
</content>
</entry>
<entry>
<title>supplement perl_checker blacklist</title>
<updated>2009-11-10T13:22:18+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>oblin@mandriva.com</email>
</author>
<published>2009-11-10T13:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=d88b3252740f8e3ce8413bd0556d354cdf3d0ed9'/>
<id>d88b3252740f8e3ce8413bd0556d354cdf3d0ed9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(get_distro_list) add version to distribution list requests</title>
<updated>2009-11-09T10:04:59+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-11-09T10:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=1219d8974b34774c8dfb72def24dffc2f32d395d'/>
<id>1219d8974b34774c8dfb72def24dffc2f32d395d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure lang is loaded before we start the upgrade</title>
<updated>2009-11-06T15:02:36+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@mandriva.com</email>
</author>
<published>2009-11-06T15:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=e5103c45d407a1336154ab1f31cfc05b311e56b5'/>
<id>e5103c45d407a1336154ab1f31cfc05b311e56b5</id>
<content type='text'>
At the end of the upgrade, mdkonline-upgrade-helper invokes some ugtk2
code which does a require lang; which in turn tries to load utf8.pm (a
module part of the core perl distribution). But if perl was upgraded to
a newer version as part of the upgrade, utf8.pm might have moved to
location different from where the running perl expects to find it (eg
mdkonline-upgrade-helper was started by perl 5.8.0 which looks for its
files in a directory containing 5.8.0 but in the mean time perl 5.10.1
was installed so utf8.pm is in a directory containing 5.10.1 in its
name) (#55090).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the end of the upgrade, mdkonline-upgrade-helper invokes some ugtk2
code which does a require lang; which in turn tries to load utf8.pm (a
module part of the core perl distribution). But if perl was upgraded to
a newer version as part of the upgrade, utf8.pm might have moved to
location different from where the running perl expects to find it (eg
mdkonline-upgrade-helper was started by perl 5.8.0 which looks for its
files in a directory containing 5.8.0 but in the mean time perl 5.10.1
was installed so utf8.pm is in a directory containing 5.10.1 in its
name) (#55090).
</pre>
</div>
</content>
</entry>
<entry>
<title>2.77.8</title>
<updated>2009-11-05T17:21:26+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-11-05T17:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=f7283e41d91764ad8bd2d532b7895e036ea5d035'/>
<id>f7283e41d91764ad8bd2d532b7895e036ea5d035</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(is_there_a_new_distributions) do not do anything if current</title>
<updated>2009-11-05T17:20:38+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>tv@mandriva.org</email>
</author>
<published>2009-11-05T17:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=ebc577158eb765ffea98f25276ac7dac3f443136'/>
<id>ebc577158eb765ffea98f25276ac7dac3f443136</id>
<content type='text'>
distribution isn't listed on api.mandriva.com, thus fixing offering to
upgrade 2010.0 to 2009.1 when 2010.0 isn't listed yet on api.mdv.com
(#55017)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
distribution isn't listed on api.mandriva.com, thus fixing offering to
upgrade 2010.0 to 2009.1 when 2010.0 isn't listed yet on api.mdv.com
(#55017)

</pre>
</div>
</content>
</entry>
<entry>
<title>updated tr translation</title>
<updated>2009-11-02T23:08:36+00:00</updated>
<author>
<name>Atilla Öntaş</name>
<email>atilla_ontas@mandriva.org</email>
</author>
<published>2009-11-02T23:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/mgaonline/commit/?id=483158296053abbf1deb91f45db1302e4b071701'/>
<id>483158296053abbf1deb91f45db1302e4b071701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
