From: Daniel Veillard Date: Thu, 19 Apr 2007 07:57:06 +0000 (+0000) Subject: * libvir.rng: applied patch to fix regexp constructs from Robin Green X-Git-Tag: LIVIRT_0_2_3~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f347101c1f823130c6236b2a2f29c9070d1b4a;p=thirdparty%2Flibvirt.git * libvir.rng: applied patch to fix regexp constructs from Robin Green Daniel --- diff --git a/ChangeLog b/ChangeLog index 2162a0d438..d55ce11aee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 19 09:55:28 CEST 2007 Daniel Veillard + + * libvir.rng: applied patch to fix regexp constructs from Robin Green + Wed Apr 18 16:16:00 BST 2007 Richard W.M. Jones * docs/libvir.html: Documentation for the remote patch. diff --git a/docs/libvirt.rng b/docs/libvirt.rng index d9dd3730f9..3ebbd8fb65 100644 --- a/docs/libvirt.rng +++ b/docs/libvirt.rng @@ -708,22 +708,22 @@ - [a-zA-Z0-9_\+\-\%\./]+ + [a-zA-Z0-9_\+\-%./]+ - /[a-zA-Z0-9_\+\-\%\./]+ + /[a-zA-Z0-9_\+\-%./]+ - /[a-zA-Z0-9_\+\-\%/]+ + /[a-zA-Z0-9_\+\-%/]+ - [a-zA-Z0-9_\-\:\.\/]+ + [a-zA-Z0-9_\-:./]+