summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-04-21 18:09:14 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-06-09 18:06:39 +0200
commite2df5a739aaedc007119a38cb59b729ed9d0fcbb (patch)
treefd4d44712f976a464740ffc0cdba4ccc16e5ace3 /man
parent809d097cfda96ad95d2c5e1e6de625082aa91575 (diff)
downloadvirt-viewer-e2df5a739aaedc007119a38cb59b729ed9d0fcbb.tar.gz
virt-viewer-e2df5a739aaedc007119a38cb59b729ed9d0fcbb.tar.xz
virt-viewer-e2df5a739aaedc007119a38cb59b729ed9d0fcbb.zip
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.
Diffstat (limited to 'man')
-rw-r--r--man/remote-viewer.pod3
1 files changed, 2 insertions, 1 deletions
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