diff --git a/AUTHORS b/AUTHORS index 887c949318..e1aac33f72 100644 --- a/AUTHORS +++ b/AUTHORS @@ -46,6 +46,7 @@ Patches have also been contributed by: Stefan de Konink Kaitlin Rupert Evgeniy Sokolov + John Levon [....send patches to get your name here....] diff --git a/ChangeLog b/ChangeLog index 6d78ada4e5..99e4535edf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 10 09:58:42 CEST 2008 Daniel Veillard + + * docs/libvirt.rng: domain name validation fix by John Levon + * AUTHORS: add John Levon + Thu Jul 10 09:50:39 CEST 2008 Daniel Veillard * src/openvz_conf.c src/openvz_conf.h src/openvz_driver.c: new diff --git a/docs/libvirt.rng b/docs/libvirt.rng index b1e4abec40..761e4cc395 100644 --- a/docs/libvirt.rng +++ b/docs/libvirt.rng @@ -840,7 +840,7 @@ - [a-zA-Z0-9_\+\-&]+ + [A-Za-z0-9_.:/\+\-&-]+