WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

RE: [Xen-API] [PATCH] Increase the API version number to 1.8

To: Rob Hoes <Rob.Hoes@xxxxxxxxxx>, xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-API] [PATCH] Increase the API version number to 1.8
From: Dave Scott <Dave.Scott@xxxxxxxxxxxxx>
Date: Thu, 5 Aug 2010 16:08:50 +0100
Accept-language: en-US
Acceptlanguage: en-US
Cc:
Delivery-date: Thu, 05 Aug 2010 08:30:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <E1Oelph-00036U-TW@xxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <E1Oelph-00036U-TW@xxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcsvyRtw20kXZI83S6uhNfsFxBfExgE5syFA
Thread-topic: [Xen-API] [PATCH] Increase the API version number to 1.8
I wonder if we should tie this to the xapi RPM version in the Makefile somehow?

Just a thought :)

Cheers,
Dave

> -----Original Message-----
> From: xen-api-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-api-
> bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Rob Hoes
> Sent: 30 July 2010 09:25
> To: xen-api
> Subject: [Xen-API] [PATCH] Increase the API version number to 1.8
> 
> # HG changeset patch
> # User Rob Hoes <rob.hoes@xxxxxxxxxx>
> Increase the API version number to 1.8
> 
> Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>
> 
> diff -r 891925b68584 ocaml/xapi/xapi_globs.ml
> --- a/ocaml/xapi/xapi_globs.ml
> +++ b/ocaml/xapi/xapi_globs.ml
> @@ -32,7 +32,7 @@
> 
>  (* api version *)
>  let api_version_major = 1L
> -let api_version_minor = 7L
> +let api_version_minor = 8L
>  let api_version_string =
>    Printf.sprintf "%Ld.%Ld" api_version_major api_version_minor  let
> api_version_vendor = "XenSource"
> @@ -42,8 +42,8 @@
>  let tools_version = ref (-1, -1, -1, -1)
> 
>  (* client min/max version range *)
> -let xencenter_min_verstring = "1.7"
> -let xencenter_max_verstring = "1.7"
> +let xencenter_min_verstring = "1.8"
> +let xencenter_max_verstring = "1.8"
> 
>  (** Date-Based Version: burn-in date of current XenServer release (RTM
> date) *)  let dbv = "2009.0201"

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Xen-API] [PATCH] Increase the API version number to 1.8, Dave Scott <=