Re: [libvirt] [PATCH 0/2] Forbid new-line char in name of networks

2016-10-11 Thread Michal Privoznik
On 11.10.2016 04:15, Sławek Kapłoński wrote:
> *** BLURB HERE ***
> 
> Sławek Kapłoński (2):
>   util: Add function to check if string contains some chars
>   Forbid new-line char in name of networks
> 
>  src/conf/network_conf.c |  5 +
>  src/util/virxml.c   | 18 ++
>  src/util/virxml.h   |  4 
>  3 files changed, 23 insertions(+), 4 deletions(-)
> 

Usually, we prefix new versions of the patches with 'PATCH v2 ...' for
version 2, 'PATCH v3 ...' for version 3, and so on. And on the top of
that, we describe what are the changes compared to previous version(s).
This is a good example:

https://www.redhat.com/archives/libvir-list/2016-October/msg00306.html

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 0/2] Forbid new-line char in name of networks

2016-10-10 Thread Sławek Kapłoński
*** BLURB HERE ***

Sławek Kapłoński (2):
  util: Add function to check if string contains some chars
  Forbid new-line char in name of networks

 src/conf/network_conf.c |  5 +
 src/util/virxml.c   | 18 ++
 src/util/virxml.h   |  4 
 3 files changed, 23 insertions(+), 4 deletions(-)

-- 
2.10.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list