<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx-net, branch distro/mdv2010.0</title>
<subtitle>Mageia Network Control Libraries/Utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/'/>
<entry>
<title>updated NEWS</title>
<updated>2010-04-27T15:56:08+00:00</updated>
<author>
<name>Eugeni Dodonov</name>
<email>eugeni@mandriva.org</email>
</author>
<published>2010-04-27T15:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=d1b0ca5b09742ecf5a16cba2963a7ea0fa55cf23'/>
<id>d1b0ca5b09742ecf5a16cba2963a7ea0fa55cf23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow draknetprofile module selection to use whole screen.</title>
<updated>2010-04-27T15:55:58+00:00</updated>
<author>
<name>Eugeni Dodonov</name>
<email>eugeni@mandriva.org</email>
</author>
<published>2010-04-27T15:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=b00f488e3de84318d04b74166035867f1e5e2130'/>
<id>b00f488e3de84318d04b74166035867f1e5e2130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated news</title>
<updated>2010-03-16T00:36:13+00:00</updated>
<author>
<name>Eugeni Dodonov</name>
<email>eugeni@mandriva.org</email>
</author>
<published>2010-03-16T00:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=c527e78d517f97bbdabf8c5b6f48db180c17181a'/>
<id>c527e78d517f97bbdabf8c5b6f48db180c17181a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use $::prefix for nfs stuff.</title>
<updated>2010-03-16T00:36:00+00:00</updated>
<author>
<name>Eugeni Dodonov</name>
<email>eugeni@mandriva.org</email>
</author>
<published>2010-03-16T00:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=62da69b524989d98ef0c0497e50b972dd1dba8d1'/>
<id>62da69b524989d98ef0c0497e50b972dd1dba8d1</id>
<content type='text'>
Properly configure nlockmgr ports (#51431).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly configure nlockmgr ports (#51431).
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert previous code to write to resolvconf (shouldn't be done) (#54180)</title>
<updated>2010-03-08T19:38:34+00:00</updated>
<author>
<name>Claudio Matsuoka</name>
<email>claudio@mandriva.com</email>
</author>
<published>2010-03-08T19:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=b57d543108c3f7742f7cf5a62e70f63e36e4da8b'/>
<id>b57d543108c3f7742f7cf5a62e70f63e36e4da8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>write name servers to correct file (#54180)</title>
<updated>2010-03-04T20:12:51+00:00</updated>
<author>
<name>Claudio Matsuoka</name>
<email>claudio@mandriva.com</email>
</author>
<published>2010-03-04T20:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=ca28ecf6c30c69549e8e959870fd31bec5420aa1'/>
<id>ca28ecf6c30c69549e8e959870fd31bec5420aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't guess gateway and nameserver if not specified (closes: #28033)</title>
<updated>2010-01-14T18:13:43+00:00</updated>
<author>
<name>Claudio Matsuoka</name>
<email>claudio@mandriva.com</email>
</author>
<published>2010-01-14T18:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=4fb412ff4af778ef26de12c80ab7059aa293e4e9'/>
<id>4fb412ff4af778ef26de12c80ab7059aa293e4e9</id>
<content type='text'>
Sometimes we don't want a default route to be set when configuring a
network interface with static address. The typical case is when we have
an external interface with dhcp and default route to the internet and a
static interface connected to the local network. See bug 28033 for
details.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes we don't want a default route to be set when configuring a
network interface with static address. The typical case is when we have
an external interface with dhcp and default route to the internet and a
static interface connected to the local network. See bug 28033 for
details.

</pre>
</div>
</content>
</entry>
<entry>
<title>Change prism54 wifi driver to p54pci/p54usb (bug #52018)</title>
<updated>2010-01-14T18:11:15+00:00</updated>
<author>
<name>Claudio Matsuoka</name>
<email>claudio@mandriva.com</email>
</author>
<published>2010-01-14T18:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=770e2d02c2e02d57d0ac82a2ceb5befb0235997e'/>
<id>770e2d02c2e02d57d0ac82a2ceb5befb0235997e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump for release</title>
<updated>2009-12-09T18:11:34+00:00</updated>
<author>
<name>Caio Begotti</name>
<email>caio1982@mandriva.org</email>
</author>
<published>2009-12-09T18:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=b7db34ee2ccd018f1e44a701b52cb86f671ca8a2'/>
<id>b7db34ee2ccd018f1e44a701b52cb86f671ca8a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix multiple instances of draknetcenter (caught on instanton)</title>
<updated>2009-12-09T18:11:12+00:00</updated>
<author>
<name>Caio Begotti</name>
<email>caio1982@mandriva.org</email>
</author>
<published>2009-12-09T18:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx-net/commit/?id=28429b9374db93b2696919be5a185724bb73b6f6'/>
<id>28429b9374db93b2696919be5a185724bb73b6f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
