From e2df5a739aaedc007119a38cb59b729ed9d0fcbb Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 21 Apr 2015 18:09:14 +0200 Subject: util: Replace virt_viewer_compare_version with _compare_buildid This allows us to do a more accurate version check if the .vv file producer wants to allow builds newer than x.y-z because they contain an important bug fix. --- man/remote-viewer.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/remote-viewer.pod b/man/remote-viewer.pod index a1daaf4..60e1a06 100644 --- a/man/remote-viewer.pod +++ b/man/remote-viewer.pod @@ -141,7 +141,8 @@ protocol: If remote-viewer version number isn't greater or equal to the required version, an error is raised with the expected version. -The version format accepted is a list of integers separated by '.'. +The version format accepted is a list of integers separated by '.'. It can +be followed by a dash '-' and an additional build number with the same format. Version comparison is done by comparing each integer from the list one by one. If any of the component is not a number, the version comparison will fail -- cgit