<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/man, branch th/printf</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>cli: add 'nmcli device delete &lt;ifname&gt;' command (rh #1034150)</title>
<updated>2014-07-22T12:24:43+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-06-19T09:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c7a567ca902ea320dfa67adaf387927fd9a7b68a'/>
<id>c7a567ca902ea320dfa67adaf387927fd9a7b68a</id>
<content type='text'>
It only works for software devices. When called for a hardware device,
an error is returned and the device is not deleted.

https://bugzilla.redhat.com/show_bug.cgi?id=1034150
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It only works for software devices. When called for a hardware device,
an error is returned and the device is not deleted.

https://bugzilla.redhat.com/show_bug.cgi?id=1034150
</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix nm-setting-docs build in various configurations</title>
<updated>2014-06-27T21:24:57+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2014-06-27T16:25:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=377f72a66f0f3794780da77aa3090fd575639b43'/>
<id>377f72a66f0f3794780da77aa3090fd575639b43</id>
<content type='text'>
Certain build configurations (like --enable-gtk-doc
--disable-introspection) were broken with respect to nm-setting-docs.
Fix this. Also, we don't require just gobject-introspection, we need
pygobject specifically as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Certain build configurations (like --enable-gtk-doc
--disable-introspection) were broken with respect to nm-setting-docs.
Fix this. Also, we don't require just gobject-introspection, we need
pygobject specifically as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>man: generate nm-settings.xml from libnm-util/nm-setting-docs.xml</title>
<updated>2014-06-19T21:45:02+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2014-06-13T15:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=a3d02ddeefbbd599d31ffde28e5f99306d651314'/>
<id>a3d02ddeefbbd599d31ffde28e5f99306d651314</id>
<content type='text'>
Generate man/nm-settings.xml via an XSLT stylesheet applied to
libnm-util/nm-setting-docs.xml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generate man/nm-settings.xml via an XSLT stylesheet applied to
libnm-util/nm-setting-docs.xml.
</pre>
</div>
</content>
</entry>
<entry>
<title>man: clarify an nmcli example for adding static addresses in nmcli-examples</title>
<updated>2014-06-16T10:48:04+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-06-16T10:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=1553607223f003b6e11bea40168c42bc2ffc3216'/>
<id>1553607223f003b6e11bea40168c42bc2ffc3216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dispatcher: use separate directories for pre-up/pre-down events</title>
<updated>2014-06-06T18:43:46+00:00</updated>
<author>
<name>Dan Williams</name>
<email>dcbw@redhat.com</email>
</author>
<published>2014-06-02T19:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=1383f4bc14a83b56e06210222ecf2e6b18dfc18e'/>
<id>1383f4bc14a83b56e06210222ecf2e6b18dfc18e</id>
<content type='text'>
To ensure that NetworkManager does not block needlessly for events
which have no scripts, require scripts that respond to blocking
events to opt into the action.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To ensure that NetworkManager does not block needlessly for events
which have no scripts, require scripts that respond to blocking
events to opt into the action.
</pre>
</div>
</content>
</entry>
<entry>
<title>dns: preliminary support for unbound (bgo #699810)</title>
<updated>2014-05-30T19:29:26+00:00</updated>
<author>
<name>Pavel Šimerda</name>
<email>psimerda@redhat.com</email>
</author>
<published>2014-04-03T10:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=186e4dcf7a0ebdd7432cf3e34d426b9d58bb85bc'/>
<id>186e4dcf7a0ebdd7432cf3e34d426b9d58bb85bc</id>
<content type='text'>
The script is called synchronously from NetworkManager so it can handle
asynchronicity itself. The long-term plan is to incorporate the script
partially into the new plugin and partially into a dnssec-trigger
library which will be used instead of dnssec-trigger daemon.

https://bugzilla.gnome.org/show_bug.cgi?id=699810

Acked-By: Thomas Haller &lt;thaller@redhat.com&gt;
Acked-By: Dan Williams &lt;dcbw@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The script is called synchronously from NetworkManager so it can handle
asynchronicity itself. The long-term plan is to incorporate the script
partially into the new plugin and partially into a dnssec-trigger
library which will be used instead of dnssec-trigger daemon.

https://bugzilla.gnome.org/show_bug.cgi?id=699810

Acked-By: Thomas Haller &lt;thaller@redhat.com&gt;
Acked-By: Dan Williams &lt;dcbw@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add optional 'mac' argument for 'nmcli con add type bridge'</title>
<updated>2014-05-30T15:02:31+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-05-21T06:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=e88979a3545b984dd7683c208fd73d59bf42b619'/>
<id>e88979a3545b984dd7683c208fd73d59bf42b619</id>
<content type='text'>
This allows setting bridge MAC either on command-line
nmcli con add type bridge con-name mybridge mac 11:22:33:44:55:66
or provide it when asked
nmcli -a con add type bridge con-name mybridge
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows setting bridge MAC either on command-line
nmcli con add type bridge con-name mybridge mac 11:22:33:44:55:66
or provide it when asked
nmcli -a con add type bridge con-name mybridge
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: do not restrict VPN type of created connections (rh #1100750)</title>
<updated>2014-05-28T07:37:15+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-05-26T13:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d7216505bbfe0de976d477609c06528432c380d4'/>
<id>d7216505bbfe0de976d477609c06528432c380d4</id>
<content type='text'>
There may be third-party VPN plugins nmcli is not aware of.
We still print a warning if nmcli doesn't know the type. It helps to catch up
typos.

https://bugzilla.redhat.com/show_bug.cgi?id=1100750
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There may be third-party VPN plugins nmcli is not aware of.
We still print a warning if nmcli doesn't know the type. It helps to catch up
typos.

https://bugzilla.redhat.com/show_bug.cgi?id=1100750
</pre>
</div>
</content>
</entry>
<entry>
<title>man: clarify the meaning of "nm-online --wait-for-startup"</title>
<updated>2014-05-27T14:53:53+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2014-05-27T13:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=aba55670cc8af780df0af89002272b612f49a54e'/>
<id>aba55670cc8af780df0af89002272b612f49a54e</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=700651
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=700651
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: update documentation to show all logging domains</title>
<updated>2014-05-12T17:12:28+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-05-12T17:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b5ffcf46f1ea794d5029a36e279e6a7e6277e0bc'/>
<id>b5ffcf46f1ea794d5029a36e279e6a7e6277e0bc</id>
<content type='text'>
Also, mention the deprecated alias HW in man/NetworkManager.conf

Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, mention the deprecated alias HW in man/NetworkManager.conf

Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
